You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2011/07/07 20:59:09 UTC

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

Author: rfscholte
Date: Thu Jul  7 18:59:08 2011
New Revision: 1143976

URL: http://svn.apache.org/viewvc?rev=1143976&view=rev
Log:
Update 'Building Maven' page. Maven 3 is not the unstable development branch anymore, but the preferred one.

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=1143976&r1=1143975&r2=1143976&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 Thu Jul  7 18:59:08 2011
@@ -46,17 +46,18 @@ Building Maven
   All of the source code for Maven and its related libraries is in {{{http://subversion.tigris.org/} Subversion}}.
   You can {{{http://svn.apache.org/viewvc/maven/} browse the repository}}, or checkout specific modules directly.
 
-  To build Maven 2.2 (the current stable branch), you need the <<<maven-2.2.x>>> branch of the <<<maven-2>>> module. To check that out, run the command:
+  To build Maven 3 (the current stable branch), you need the <<<trunk>>> of the <<<maven-3>>> module. 
+  To check that out, run the command:
 
 -------------------
-svn co https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
+svn co https://svn.apache.org/repos/asf/maven/maven-3/trunk/ maven-3
 -------------------
 
-  To build Maven 3.0 (unstable development branch), you need the <<<trunk>>> of the <<<maven-3>>> module. To
-  check that out, run the command:
+  To build Maven 2, you need the <<<maven-2.2.x>>> branch of the <<<maven-2>>> module. 
+  To check that out, run the command:
 
 -------------------
-svn co https://svn.apache.org/repos/asf/maven/maven-3/trunk/ maven-3
+svn co https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
 -------------------
 
   Alternatively, you can check out all Maven projects in one directory using: