How do I skip the tests during the default lifecycle?
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 07 Nov 2012 17:09:48 +0200
changeset 1413 07f163d43116
parent 1412 77b08d4c703b
child 1414 a1792156210d
How do I skip the tests during the default lifecycle?
maven.rst
--- a/maven.rst	Wed Nov 07 16:55:30 2012 +0200
+++ b/maven.rst	Wed Nov 07 17:09:48 2012 +0200
@@ -46,3 +46,9 @@
 
   mvn exec:java -Dexec.mainClass="com.vineetmanohar.module.Main" -Dexec.args="arg0 arg1 arg2"
 
+How do I skip the tests during the default lifecycle?
+=====================================================
+::
+
+  $ mvn -DskipTests package
+