Please refer to XXXXX for the individual test results._zhizhiqiuya
-
錯誤原因:
項目開發(fā)中沒有編寫測試,打包過程中test檢測錯誤 -
解決方案:
跳過測試單元
文章來源:http://www.zghlxwxcb.cn/news/detail-704357.html
- 修改pom文件
<build>
<plugins>
<!-- maven 打包時跳過測試 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
完成文章來源地址http://www.zghlxwxcb.cn/news/detail-704357.html
到了這里,關于Maven打包錯誤:Please refer to XXXXX for the individual test results._zhizhiqiuya的文章就介紹完了。如果您還想了解更多內容,請在右上角搜索TOY模板網以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網!