Beautify faq

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@295003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-10-05 06:26:47 +00:00
parent aa0a449e6c
commit ae9d5c9066

View File

@ -27,36 +27,38 @@
<faq id="building-all">
<question>How do I build and install all these plugins from source?</question>
<answer>
maven -Dgoal=clean,plugin:install multiproject:goal
<p>maven -Dgoal=clean,plugin:install multiproject:goal</p>
</answer>
</faq>
<faq id="test-all">
<question>How do I test all these plugins?</question>
<answer>
<p>
maven -Dgoal=plugin:test multiproject:goal
After they have been installed
</p>
</answer>
</faq>
<faq id="site-build">
<question>How do I build the web site for the optional plugins?</question>
<answer>
maven multiproject
<p>maven multiproject</p>
</answer>
</faq>
<faq id="site-deploy">
<question>How do I deploy the web site for the optional plugins?</question>
<answer>
maven multiproject site:sshdeploy
<p>maven multiproject site:sshdeploy</p>
</answer>
</faq>
<faq id="dashboard">
<question>How do I generate the dashboard for all plugins?</question>
<answer>
maven dashboard
<p>maven dashboard</p>
</answer>
</faq>