mvn打包-指定模块

mvn多模块项目,只对其中一个模块打包:
mvn package -pl 模块 -am -Dmaven.test.skip=true

原文地址:https://www.cnblogs.com/linyufeng/p/12867157.html