2016-05-31 80 views

回答

0

是的,反應器參數是當今Maven核心的一部分。見mvn -h(下面反應器相關的選項)

Options: 
-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 
-h,--help        Display help information 
-pl,--projects <arg>     Comma-delimited list of specified 
            reactor projects to build instead 
-rf,--resume-from <arg>    Resume reactor from specified 
            project 
            of all projects. A project can be 
            specified by [groupId]:artifactId 
            or by its relative path. 
相關問題