You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/12/10 23:29:05 UTC

svn commit: r1212904 - /maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt

Author: bimargulies
Date: Sat Dec 10 22:29:04 2011
New Revision: 1212904

URL: http://svn.apache.org/viewvc?rev=1212904&view=rev
Log:
further fixes to it instructions.

Modified:
    maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt

Modified: maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt?rev=1212904&r1=1212903&r2=1212904&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt Sat Dec 10 22:29:04 2011
@@ -87,7 +87,8 @@ rm -rf /tmp/it.repo
   To run a single test, change the last command line to:
 
 +-------------------------------------------------------------+
-mvn -Dtest=yourit -Prun-its
+cd ../core-integration-testing/core-it-suite
+[whatever]/mvn -Dtest=yourit [other options]
 +-------------------------------------------------------------+