运行mvn clean install 报错如下:

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project rocketmq-client: There are test failures.

解决方法:
使用命令 mvn clean install -Dmaven.test.skip=true
跳过test
最终编译成功
maven install 报错Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2021-11-04
  • 2021-09-14
  • 2021-12-27
相关资源
相似解决方案