diff --git a/plugins-site/xdocs/faq.fml b/plugins-site/xdocs/faq.fml index 986a593d..ef7974b2 100644 --- a/plugins-site/xdocs/faq.fml +++ b/plugins-site/xdocs/faq.fml @@ -24,41 +24,51 @@ General - - How do I build and install all these plugins from source? + + How do I build and install all these plugins from source ? -

maven -Dgoal=clean,plugin:install multiproject:goal

+

In the root directory :

+ maven plugins:install-all
+ + How do I build from source and deploy all these plugins in a remote repository ? + +

In the root directory :

+ maven plugins:repository-deploy-all +
+
+ - How do I test all these plugins? + How do I test all these plugins ? -

- maven -Dgoal=plugin:test multiproject:goal - After they have been installed -

+

In the root directory (after they have been installed):

+ maven plugins:test-all
- - How do I build the web site for the optional plugins? + + How do I create the web site root for all plugins ? -

maven multiproject

+

In the root directory :

+ maven plugins:site
+ + How do I create the web site for all plugins and for the root site ? + +

In the root directory :

+ maven plugins:build-all-sites +
+
+ - How do I deploy the web site for the optional plugins? + How do I create and deploy the web site for all plugins and for the root site ? -

maven multiproject site:sshdeploy

-
-
- - - How do I generate the dashboard for all plugins? - -

maven dashboard

+

In the root directory :

+ maven plugins:deploy-all-sites