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>

浙公网安备 33010602011771号