Assume there is a parent project and child projects. You can build children from the parent folder with the following:
http://stackoverflow.com/questions/1114026/maven-modules-building-a-single-specific-module
mvn install -pl NAME -am
NAME is the folder of the child project.http://stackoverflow.com/questions/1114026/maven-modules-building-a-single-specific-module
No comments:
Post a Comment