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
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