maven-surefire-plugin

maven-surefire-plugin

https://maven.apache.org/surefire/maven-surefire-plugin/

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

 

猜你喜欢

转载自agilestyle.iteye.com/blog/2288896