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 2012/11/25 02:42:23 UTC

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

Author: bimargulies
Date: Sun Nov 25 01:42:21 2012
New Revision: 1413285

URL: http://svn.apache.org/viewvc?rev=1413285&view=rev
Log:
Fix description of running the core integration tests.

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

Modified: maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt?rev=1413285&r1=1413284&r2=1413285&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt Sun Nov 25 01:42:21 2012
@@ -139,15 +139,21 @@ svn propget svn:externals
 mvn install
 ----
 
-  Optionally, you can use the following to run the full (long) suite of integration tests:
-
-----
-mvn install -Prun-its
-----
+  Optionally, you can use the following to run the full (long) suite of integration tests; see below.
 
   The assemblies will be created in <<<apache-maven/target>>> for Maven 2.0.x or <<<maven-distribution>>> for Maven 2.1,
   and can be unzipped to the location where you'd like Maven installed.
 
+** Running the full integration tests
+
+   Before checking in a change or submitting a patch, it's a good idea to run the integration tests. These live in 
+   their own directory in subversion, as noted above: <<<core-integration-testing/trunk>>>. Using your local build
+   of Maven, run:
+
+---
+mvn install -Prun-its
+---
+
 ** Building Maven Without Maven Installed
 
   If you do not have Maven installed, you can use