1.錯誤:“target\surefire-reports for the individual test results.”
測試的插件出現(xiàn)問題,在pom.xml中添加衷咽,忽略測試異常:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>