标签:apache member apach ati ber def 文件 plugin fail
在pom文件加入
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
标签:apache member apach ati ber def 文件 plugin fail
原文地址:https://www.cnblogs.com/turbozhang/p/13131816.html