MVN 命令记录

mvn dependency:copy-dependencies -DoutputDirectory=lib 导出依赖的包到lib中

  < plugins > 
             < plugin > 
                 < artifactId > maven-assembly-plugin </ artifactId > 
                 < configuration > 
                     <!--  not append assembly id in release file name  --> 
                     < appendAssemblyId > false </ appendAssemblyId > 
                     < descriptors > 
                         < descriptor > src/main/assemble/package.xml </ descriptor > 
                     </ descriptors > 
                 </ configuration >

猜你喜欢

转载自blog.csdn.net/looyo/article/details/45245725
mvn