From 71d457a73450f2502e98bb791db9d81d4bb7a41f Mon Sep 17 00:00:00 2001 From: ltheussl Date: Fri, 21 Apr 2006 23:21:26 +0000 Subject: [PATCH] Add FAQ about checking out the sources git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@396032 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-site/xdocs/faq.fml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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.