diff --git a/plugins-site/xdocs/faq.fml b/plugins-site/xdocs/faq.fml index ef7974b2..22425c43 100644 --- a/plugins-site/xdocs/faq.fml +++ b/plugins-site/xdocs/faq.fml @@ -23,7 +23,27 @@ General - + + + How do I checkout the source code for all plugins ? + + svn checkout http://svn.apache.org/repos/asf/maven/maven-1/trunks maven-1 +

+ This will put the whole Maven 1 source distribution, including the core + and the plugins-sandbox, into a directory maven-1 (the root directory). +

+

+ If you want to checkout a particular plugin only, you also need + the plugins-parent and plugins-common modules, + eg for the xdoc plugin: +

+ svn checkout http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/xdoc/ xdoc +svn checkout http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugins-parent/ plugins-parent +svn checkout http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugins-common/ plugins-common + +
+
+ How do I build and install all these plugins from source ? @@ -53,6 +73,7 @@

In the root directory :

maven plugins:site +

The web site will be in the plugins-site/target/docs directory.

@@ -61,6 +82,7 @@

In the root directory :

maven plugins:build-all-sites +

The web site will be in the plugins-site/target/docs directory.