Author: brett Date: Wed Jun 22 04:53:30 2005 New Revision: 191811 URL: http://svn.apache.org/viewcvs?rev=191811&view=rev Log: fix old CVS references
Modified: maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml Modified: maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml?rev=191811&r1=191810&r2=191811&view=diff ============================================================================== --- maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml (original) +++ maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml Wed Jun 22 04:53:30 2005 @@ -100,21 +100,21 @@ <section name="Building Maven with Maven"> <p> This section explains how to build Maven with Maven already installed. - This assumes that you have the <code>maven</code> CVS tree checked out. - Unlike the bootstrap, the <code>maven-plugins</code> CVS tree is not required + This assumes that you have the <code>maven-1/core/trunk</code> tree checked out. + Unlike the bootstrap, the <code>maven-1/plugins/trunk</code> tree is not required as the following goals will download (if necessary) the latest plugin releases and use those instead of building them from sources. If you wish to do this, please read <a href="#Building_Plugins_From_Sources">Building Plugins From Sources</a>. </p> <p> - Start by running <code>maven -u</code> in the <code>maven</code> CVS tree's base directory. + Start by running <code>maven -u</code> in the <code>maven-1/core/trunk</code> directory. This will give you a quick overview of the defined goals. </p> <subsection name="Building a Complete Maven Installation"> <p> If you are building a different version of Maven to the one currently installed, or the one installed is your "clean" installation, you can build a complete Maven - installation with the following goals invoked from the <code>maven</code> maven CVS tree. + installation with the following goals invoked from the <code>core</code> tree. </p> <table> <tr> @@ -172,8 +172,8 @@ </subsection> <subsection name="Building Plugins From Sources"> <p> - To build the plugins from sources, you need to have <code>maven-plugins</code> - checked out from CVS at the same level as the <code>maven</code> CVS tree (not underneath it). + To build the plugins from sources, you need to have <code>maven-1/plugins/trunk</code> + checked out from Subversion at the same level as the <code>maven-1/core/trunk</code> tree (not underneath it). </p> <p> These goals have some common logic: they invoke the reactor on the plugins --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]