http://blog.sonatype.com/2009/10/maven-tips-and-tricks-advanced-reactor-options/#.VvOjDvmLRaQ
https://books.sonatype.com/mvnref-book/reference/_using_advanced_reactor_options.html
http://blog.akquinet.de/2010/05/26/mastering-the-maven-command-line-%E2%80%93-reactor-options/
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
반응형
'emotional developer > detect-Java' 카테고리의 다른 글
Spring Swagger Springfox2 적용 (0) | 2016.06.17 |
---|---|
httpclient cookie 설정. (0) | 2015.07.31 |
spring 4.1 JSONP support (0) | 2015.07.26 |