maven install时报错Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test

解决办法:

命令行:

mvn clean package -Dmaven.test.skip=true

转载出处:https://www.cnblogs.com/lxcy/p/8279899.html

你可能感兴趣的:(maven)