dion 2003/10/17 17:29:14 Modified: xdocs/start bootstrap.xml Log: Update docs Revision Changes Path 1.13 +21 -2 maven/xdocs/start/bootstrap.xml Index: bootstrap.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/bootstrap.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bootstrap.xml 18 Sep 2003 03:43:26 -0000 1.12 +++ bootstrap.xml 18 Oct 2003 00:29:14 -0000 1.13 @@ -55,9 +55,9 @@ <p> Before you can begin the process, you'll need to download the source from the <code>maven</code> CVS - repository. If you are not familiar with the Jakarta CVS + repository. If you are not familiar with the CVS repositories, please see the <a - href="http://jakarta.apache.org/site/cvsindex.html">documentation</a>. + href="http://maven.apache.org/cvs-usage.html">documentation</a>. </p> <p> After setting the value of <code>$MAVEN_HOME</code> and @@ -102,6 +102,25 @@ </li> </ul> </subsection> + </section> + + <section name="Building the optional plugins"> + <p> + If you're building Maven 1.0-rc2 or later, the <strong>maven</strong> cvs module + will not contain all of the available plugins that are shipped with a release. + </p> + <p> + The source for the optional plugins can be found in the <strong>maven-plugins</strong> + cvs repository. See the + <a href="http://maven.apache.org/reference/plugins/optional/cvs-usage.html">documentation</a> + for more information on accessing that repository. + </p> + <p> + Once you've downloaded the source, you can easily install all the optional plugins + in a single command. See the + <a href="http://maven.apache.org/reference/plugins/optional/faq.html#building-all">FAQ</a> + for more detail on how to install them once downloaded. + </p> </section> </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]