maven只编译某个module

maven只编译某个module

clean package -pl reco-stat/stat-hive -am -U -DskipTests=true

也可以不指定全路径:
clean package -pl :stat-hive -am -U -DskipTests=true



http://blog.csdn.net/voyage_mh1987/article/details/7428106
原文地址:https://www.cnblogs.com/brainstorm/p/7803931.html