maven 打包报错 surefire-reports for the individual test results.
生活随笔
收集整理的這篇文章主要介紹了
maven 打包报错 surefire-reports for the individual test results.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Eclipse Maven打包報錯?
[ERROR] [ERROR] Please refer to D:\File\workspace\izh-common-util\target\surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR]- 原因
? ? ? ? ? ? 這是因為測試代碼時遇到錯誤,它會停止編譯。
- 解決方法
在pom.xml中加入以下代碼
<build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><configuration><testFailureIgnore>true</testFailureIgnore></configuration></plugin></plugins> </build>?
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的maven 打包报错 surefire-reports for the individual test results.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: HDFS查看异常:Operation c
- 下一篇: 云计算的理解