In your pom.xml you are using modules.. so you have to include
There must absolutely be a pom.xml file under projectName, and it must have an artifact id that matches the one under the parent declaring the module, i.e.
<artifactId>projectName</artifactId>
OR else
use this on pom.xml
<packaging>pom</packaging>
http://stackoverflow.com/questions/26021141/maven-child-module-does-not-exist
No comments:
Post a Comment