You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/01/01 20:28:30 UTC

svn commit: r1427542 - /maven/site/trunk/content/apt/guides/development/guide-m2-development.apt

Author: hboutemy
Date: Tue Jan  1 19:28:30 2013
New Revision: 1427542

URL: http://svn.apache.org/viewvc?rev=1427542&view=rev
Log:
Maven core and core integration tests are in git now

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

Modified: maven/site/trunk/content/apt/guides/development/guide-m2-development.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/development/guide-m2-development.apt?rev=1427542&r1=1427541&r2=1427542&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/development/guide-m2-development.apt (original)
+++ maven/site/trunk/content/apt/guides/development/guide-m2-development.apt Tue Jan  1 19:28:30 2013
@@ -58,12 +58,12 @@ Developing Maven
 
 * Where's the source?
 
-  You'll need to check out two trees from subversion:
+  You'll need to clone two git repositories:
 
-  * {{{https://svn.apache.org/repos/asf/maven/maven-3/trunk}https://svn.apache.org/repos/asf/maven/maven-3/trunk}}
-  The trunk for the core of Maven-3.
+  * {{{https://git-wip-us.apache.org/repos/asf/maven.git}https://git-wip-us.apache.org/repos/asf/maven.git}}
+  The canonical repository for the core of Maven.
 
-  * {{{https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk}https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk}} The corresponding integration test set.
+  * {{{https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git}https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git}} The corresponding integration test set.
 
   []
 
@@ -79,7 +79,7 @@ Developing Maven
   Ant version 1.8+ is recommended.
 
 +-------------------------------------------------------------+
-cd maven-3-trunk
+cd maven
 export M2_HOME=/place-to-put-test-maven-root
 ant all  (or with -Dmaven.home=/place-to-put-test-maven-root )
 cd ../core-integration-testing
@@ -240,4 +240,4 @@ And remember, your contributions are alw
 
   * {{{../../developers/conventions/svn.html}Maven SVN Convention}}
 
-  []
+  []
\ No newline at end of file