maven打包时跳过test测试

命令方式:

mvn install -DskipTests

或者

mvn install -Dmaven.test.skip=true

IDEA方式:

点击闪电符号的按钮即可跳过test

你可能感兴趣的:(java,java,后端)