You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/04/19 11:04:50 UTC

svn commit: r649774 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: bommel
Date: Sat Apr 19 02:04:48 2008
New Revision: 649774

URL: http://svn.apache.org/viewvc?rev=649774&view=rev
Log:
added section for checkstyle

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=649774&r1=649773&r2=649774&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Sat Apr 19 02:04:48 2008
@@ -214,8 +214,8 @@
           your ~/.m2/settings.xml and add the following lines:
         </p>
         <source>
-  <mirrors>
-    <mirror>
+ <mirrors>
+   <mirror>
       <id>mirror ID</id>
       <name>Give it a name</name>
       <url>The URL of the mirror</url>
@@ -244,10 +244,18 @@
           the ones already in your local repository by adding the following to your ~/.m2/settings.xml:
         </p>
         <source>
-  <settings>
+ <settings>
     <offline/>
   </settings></source>
         <p>or use the mvn -o switch.</p>
+      </answer>
+    </faq>
+    <faq id="checkstyle">
+      <question>How do I perform a local checkstyle check?</question>
+      <answer>
+       <source>
+  mvn compile checkstyle:check
+       </source>
       </answer>
     </faq>
   </part>