Docs: http://maven.apache.org/plugins/maven-reactor-plugin/examples.html
Starting with the Maven 2.1 release, there are new Maven command line options which allow you to manipulate the way that Maven will build multimodule projects. These new options are:
- -rf, –resume-from
- Resume reactor from specified project
- -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
- -amd, –also-make-dependents
- If project list is specified, also build projects that depend on projects on the list
No comments:
Post a Comment