maven 编译指定模块

编译构建指定的模块

mvn clean install -pl   model1,model2 -am -Dmaven.test.skip=true

原文地址:https://www.cnblogs.com/binz/p/10709346.html