其他分享
首页 > 其他分享> > Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on

作者:互联网

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

标签:project,plugin,surefire,maven,2.22,plugins,test
来源: https://www.cnblogs.com/sensenh/p/15108773.html