有2种方式
方式1:用命令带上参数
mvn install -Dmaven.test.skip=true
方式2:在pom.xml里面配置
org.apache.maven.plugins maven-surefire-plugin true
本文共 314 字,大约阅读时间需要 1 分钟。
有2种方式
方式1:用命令带上参数
mvn install -Dmaven.test.skip=true
方式2:在pom.xml里面配置
org.apache.maven.plugins maven-surefire-plugin true
转载于:https://my.oschina.net/kingdelee/blog/383073