分享一个关于项目打包时遇到的一个错误的解决方法:

问题 :Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project agent_api: There are test failures.

解决:
在提示报错模块的pom文件中添加如下:


      org.apache.maven.plugins
      maven-surefire-plugin
      2.22.1
      
      true
      

然后重新编译即可

你可能感兴趣的:(个人总结,疑问和答案)