Thursday, August 7, 2014

Build a specific Maven project

Assume there is a parent project and child projects. You can build children from the parent folder with the following:
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