Here is the command that excludes tests during mvn package:
mvn -Dmaven.test.skip=true package
or
mvn package -DskipTests
Consult this example from appach site: http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
mvn -Dmaven.test.skip=true package
or
mvn package -DskipTests
Consult this example from appach site: http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
No comments:
Post a Comment