/ Published in: Other
Property skip will skip both compilation and execution of tests.
Property skipTests will compile tests but will skip executing them
Property skipTests will compile tests but will skip executing them
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* 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>
URL: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html