Published in: Other
URL: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html
Property skip will skip both compilation and execution of tests.
Property skipTests will compile tests but will skip executing them
/* Add the below propety to .m2/conf/settings.xml in the active profile */ <maven.test.skip>true</maven.test.skip> of /* Add the following property property to the maven-surefire-plugin plugin in the pom.xml*/ <skip>true</skip>
You need to login to post a comment.
