Author: wsmoak
Date: Thu Nov 23 18:40:45 2006
New Revision: 478752
URL: http://svn.apache.org/viewvc?view=rev&rev=478752
Log:
[MNG-2620] Fixed directory name, formatting.
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?view=diff&rev=478752&r1=478751&r2=478752
==============================================================================
--- 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
Nov 23 18:40:45 2006
@@ -32,7 +32,7 @@
svn co https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x
maven-2.0.x
-------------------
- To build Maven 2.1, you need the trunk of the <<<components>>> module. To
+ To build Maven 2.1, you need the <<<trunk>>> of the <<<components>>> module.
To
check that out, run the command:
-------------------
@@ -45,9 +45,10 @@
svn co https://svn.apache.org/repos/asf/maven/trunks maven
-------------------
- The <<<maven-2.0.x>>> directory will contain the Maven 2.0 source code, and
- the <<<maven-components>>> directory will contain the 2.1 source code. Note
- that neither directory contains any of the plugins.
+ If you have checked out <<<trunks>>>, the <<<maven-2.0.x>>> directory will
+ contain the Maven 2.0 source code, and the <<<components>>> directory will
+ contain the 2.1 source code. Note that neither directory contains any of the
+ plugins.
Other modules you might be interested in related to Maven development are:
@@ -208,9 +209,9 @@
extract the assembly and re-run the Maven build one more time, this time
with the full generated Maven.
- To run this script, you must set the M2_HOME environment variable or the
mav
- en.home property to the location that should contain Maven. This directory
- *must* be named after the maven version you want to install, e.g.
+ To run this script, you must set the M2_HOME environment variable or the
+ maven.home property to the location that should contain Maven. This
+ directory *must* be named after the maven version you want to install, e.g.
/usr/local/maven-2.1-SNAPSHOT.
You can set the maven.repo.local property to specify a custom location for