Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1

能夠看出是 maven-surefire-plugin:2.18.1 插件問題,在網上尋找解決方案以下:apache

 

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>maven

相關文章
相關標籤/搜索