You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/29 16:40:49 UTC

svn commit: r798924 - /maven/site/trunk/src/site/fml/general.fml

Author: bentmann
Date: Wed Jul 29 14:40:49 2009
New Revision: 798924

URL: http://svn.apache.org/viewvc?rev=798924&view=rev
Log:
o Mentioned both ways to skip tests

Modified:
    maven/site/trunk/src/site/fml/general.fml

Modified: maven/site/trunk/src/site/fml/general.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/general.fml?rev=798924&r1=798923&r2=798924&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Wed Jul 29 14:40:49 2009
@@ -234,7 +234,10 @@
     <faq id="skip-test">
       <question>How do I skip the tests?</question>
       <answer>
-        Add the parameter <code>-Dmaven.test.skip=true</code> in the command line
+        Add the parameter <code>-Dmaven.test.skip=true</code> or <code>-DskipTests=true</code> in the command line,
+        depending on whether you want to skip test compilation and execution or only execution. See the example
+        <a href="http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html">Skipping Tests</a>
+        in the Surefire Plugin's documentation for more details.
       </answer>
     </faq>