You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/12/11 18:33:28 UTC

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

Author: olamy
Date: Sun Dec 11 17:33:27 2011
New Revision: 1213029

URL: http://svn.apache.org/viewvc?rev=1213029&view=rev
Log:
 'trunk' is now in maven-3 path not anymore in components

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=1213029&r1=1213028&r2=1213029&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 Dec 11 17:33:27 2011
@@ -133,7 +133,7 @@ svn propget svn:externals
 
   If you already have Maven installed, it can be faster to build a new version with Maven, rather than a clean bootstrap.
 
-  To do this, run from the <<<components>>> or <<<maven-2.2.x>>> directory:
+  To do this, run from the <<<maven-3>>> or <<<maven-2.2.x>>> directory:
 
 ----
 mvn install
@@ -153,7 +153,7 @@ mvn install -Prun-its
   If you do not have Maven installed, you can use
   {{{http://ant.apache.org}Apache Ant}} to build Maven.
 
-  Once you have checked out the code, change into the <<<components>>> or <<<maven-2.2.x>>> directory that was created.
+  Once you have checked out the code, change into the <<<maven-3>>> or <<<maven-2.2.x>>> directory that was created.
 
   Set the M2_HOME environment variable to the location that should contain
   Maven. This directory <<must>> be named after the Maven version you want to