maven入门(9)Maven常用命令

Maven常用命令

清理 clean
编译 compile
打包 package
安装 install
跳过测试 clean package -Dmaven.test.skip=true

原文地址:https://www.cnblogs.com/lexiaofei/p/6979860.html