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