码迷,mamicode.com
首页 > Web开发 > 详细

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project jic-member: There are test failures.

时间:2020-06-15 18:05:30      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:apache   member   apach   ati   ber   def   文件   plugin   fail   

在pom文件加入

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project jic-member: There are test failures.

标签:apache   member   apach   ati   ber   def   文件   plugin   fail   

原文地址:https://www.cnblogs.com/turbozhang/p/13131816.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!