Monday, June 25, 2012

java - Maven Modules + Building a Single Specific Module

-pl, --projects
        Build specified reactor projects instead of all projects
-am, --also-make
        If project list is specified, also build projects required by the list
So just cd into the parent P directory and run:

mvn install -pl B -am
And this will build B and the modules required by B."

No comments:

Post a Comment