mvn 常用命令

mvn 常用命令
mvn install -U -e -Dmaven.test.skip=true //安装跳过测试类,显示详细安装错误信息
mvn test -Dtest=myTest //运行某一个单元测试类

你可能感兴趣的:(mvn 常用命令)