Tagged Questions
1
vote
0answers
1k views
Executing a script from Maven 3 using exec plugin - gets blocked
This is the situation I'm facing: at the moment I have two Maven projects, one that does nothing but describing dependencies, repositories, etc. (the parent) and a child which inherits the other's ...