surefire-reports for the individual test results

maven打包 提示Please refer to ****\target\surefire-reports for the individual test results.

pom中添加
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
</plugins>
</build>

 

posted @ 2021-12-17 16:57  TIFOSI_Z  阅读(1035)  评论(0)    收藏  举报