You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/05 08:26:51 UTC

svn commit: r295003 - /maven/maven-1/plugins/trunk/xdocs/faq.fml

Author: ltheussl
Date: Tue Oct  4 23:26:47 2005
New Revision: 295003

URL: http://svn.apache.org/viewcvs?rev=295003&view=rev
Log:
Beautify faq

Modified:
    maven/maven-1/plugins/trunk/xdocs/faq.fml

Modified: maven/maven-1/plugins/trunk/xdocs/faq.fml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdocs/faq.fml?rev=295003&r1=295002&r2=295003&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdocs/faq.fml (original)
+++ maven/maven-1/plugins/trunk/xdocs/faq.fml Tue Oct  4 23:26:47 2005
@@ -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>