You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/03/08 23:39:47 UTC

svn commit: r900631 [12/34] - in /websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/...

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html Sat Mar  8 22:39:44 2014
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 17, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - Using a Suppressions Filter</title>
+    <title>Apache Maven Checkstyle Plugin - Using a Suppressions Filter</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
       @import url("../css/maven-theme.css");
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="July 2006" />
-        <meta name="Date-Revision-yyyymmdd" content="20130217" />
+        <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -42,13 +42,13 @@
         &gt;
                   <a href="../../index.html">Plugins</a>
         &gt;
-                  <a href="../">Maven Checkstyle Plugin</a>
+                  <a href="../">Apache Maven Checkstyle Plugin</a>
         &gt;
         Using a Suppressions Filter
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-17
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -75,6 +75,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="../examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="../examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -167,7 +170,12 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section"><h2>Using a Suppressions Filter<a name="Using_a_Suppressions_Filter"></a></h2><p>Checkstyle allows the definition of a list of files and their line ranges that should be suppressed from reporting any violations (known as a <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Filters">suppressions filter</a> ).</p><p>Example: <tt>checkstyle-suppressions.xml</tt></p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot;?&gt;
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
+<h2>Using a Suppressions Filter<a name="Using_a_Suppressions_Filter"></a></h2>
+<p>Checkstyle allows the definition of a list of files and their line ranges that should be suppressed from reporting any violations (known as a <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Filters">suppressions filter</a> ).</p>
+<p>Example: <tt>checkstyle-suppressions.xml</tt></p>
+<div class="source">
+<pre>&lt;?xml version=&quot;1.0&quot;?&gt;
 
 &lt;!DOCTYPE suppressions PUBLIC
      &quot;-//Puppy Crawl//DTD Suppressions 1.0//EN&quot;
@@ -181,14 +189,17 @@
              files=&quot;LegacyDatasetConvertor.java&quot;
              lines=&quot;221,250-295&quot;/&gt;
 &lt;/suppressions&gt;
-</pre></div><p>Example: <tt>pom.xml</tt> - Specifies the suppressions filter that Checkstyle should use.</p><div class="source"><pre>&lt;project&gt;
+</pre></div>
+<p>Example: <tt>pom.xml</tt> - Specifies the suppressions filter that Checkstyle should use.</p>
+<div class="source">
+<pre>&lt;project&gt;
   ...
   &lt;reporting&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.10&lt;/version&gt;
+        &lt;version&gt;2.12&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;suppressionsLocation&gt;checkstyle-suppressions.xml&lt;/suppressionsLocation&gt;
@@ -207,7 +218,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html Sat Mar  8 22:39:44 2014
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 17, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - Frequently Asked Questions</title>
+    <title>Apache Maven Checkstyle Plugin - Frequently Asked Questions</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130217" />
+        <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven Checkstyle Plugin</a>
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
         &gt;
         Frequently Asked Questions
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-17
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -74,6 +74,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -181,24 +184,54 @@ software distributed under the License i
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
-under the License. --><div class="section"><h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2><ol style="list-style-type: decimal"><li><a href="#How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></li><li><a href="#How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></li><li><a href="#How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></li></ol></div><dl><dt><a name="How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></dt><dd>
-        <p>
+under the License. --><div class="section">
+<h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2>
+<ol style="list-style-type: decimal">
+<li><a href="#How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></li>
+<li><a href="#How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></li>
+<li><a href="#How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></li>
+<li><a href="#What_is_the_difference_between_checkstyle:checkstyle_and_checkstyle:check">What is the difference between checkstyle:checkstyle and checkstyle:check?</a></li></ol></div>
+<dl>
+<dt><a name="How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></dt>
+<dd>
+        
+<p>
           You can set the Checkstyle properties to be used in the plugin configuration of your POM through the
           <tt>propertiesLocation</tt> parameter. The properties file will be resolved by the plugin based
           on its value.
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></dt>
+<dd>
+        
+<p>
           You can set a custom ruleset through the <tt>configLocation</tt> plugin parameter. If no value is
           specified, the plugin will use a default ruleset, which is the <tt>sun_checks.xml</tt>, that is bundled with the
           plugin.
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></dt>
+<dd>
+        
+<p>
           You can include the test directory in the Checkstyle report by setting the
           <tt>includeTestSourceDirectory</tt> plugin parameter to <tt>true</tt>.
        </p>
-      <p align="right"><a href="#top">[top]</a></p></dd></dl>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="What_is_the_difference_between_checkstyle:checkstyle_and_checkstyle:check">What is the difference between checkstyle:checkstyle and checkstyle:check?</a></dt>
+<dd>
+            
+<p>
+              The checkstyle:checkstyle goal is a <b>reporting</b> goal that adds a report
+              of Checkstyle violations to the output of the maven-site-plugin. The checkstyle:check goal
+              is an ordinary goal that reports violations to the console and/or fails the build when there
+              are violations.
+           </p>
+          
+<p align="right"><a href="#top">[top]</a></p></dd></dl>
       </div>
     </div>
     <div class="clear">
@@ -206,7 +239,7 @@ under the License. --><div class="sectio
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/findbugs.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/findbugs.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/findbugs.html Sat Mar  8 22:39:44 2014
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 22, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - FindBugs Bug Detector Report</title>
+    <title>Apache Maven Checkstyle Plugin - FindBugs Bug Detector Report</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130222" />
+        <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven Checkstyle Plugin</a>
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
         &gt;
         FindBugs Bug Detector Report
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-22
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -74,6 +74,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -113,10 +116,10 @@
                   <a href="cpd.html">CPD Report</a>
             </li>
                       <li class="none">
-                  <a href="xref/index.html">Source Xref</a>
+                  <a href="xref-test/index.html">Test Source Xref</a>
             </li>
                       <li class="none">
-                  <a href="xref-test/index.html">Test Source Xref</a>
+                  <a href="xref/index.html">Source Xref</a>
             </li>
                       <li class="none">
                   <a href="taglist.html">Tag List</a>
@@ -207,7 +210,187 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>FindBugs Bug Detector Report<a name="FindBugs_Bug_Detector_Report"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://findbugs.sourceforge.net">FindBugs Report</a></p><p>FindBugs Version is <i>2.0.1</i></p><p>Threshold is <i>medium</i></p><p>Effort is <i>min</i></p></div><div class="section"><h2>Summary<a name="Summary"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Classes</th><th>Bugs</th><th>Errors</th><th>Missing Classes</th></tr><tr class="b"><td>19</td><td>11</td><td>0</td><td>0</td></tr></table></div><div class="section"><h2>Files<a name="Files"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Class</th><th>Bugs</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport">org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport</a></td><td>1</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyle.CheckstyleViolatio
 nCheckMojo">org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor">org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor</a></td><td>3</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyle.HelpMojo">org.apache.maven.plugin.checkstyle.HelpMojo</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyle.VelocityTemplate">org.apache.maven.plugin.checkstyle.VelocityTemplate</a></td><td>3</td></tr><tr class="a"><td><a href="#org.codehaus.plexus.util.interpolation.RegexBasedInterpolator">org.codehaus.plexus.util.interpolation.RegexBasedInterpolator</a></td><td>1</td></tr><tr class="b"><td><a href="#org.codehaus.plexus.util.interpolation.ValueSource">org.codehaus.plexus.util.interpolation.ValueSource</a></td><td>1</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport"></a><div class
 ="section"><h3>org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport<a name="org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.getOutputStream(File)</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#325">325</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo"></a><div class="section"><h3>org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo<a name="org.apache.maven.plugin.checkstyle.CheckstyleVi
 olationCheckMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.getOutputStream(File)</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html#525">525</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor"></a><div class="section"><h3>org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor<a name="org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>L
 ine</th><th>Priority</th></tr><tr class="b"><td>Found reliance on default encoding in org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest): java.io.ByteArrayOutputStream.toString()</td><td>I18N</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING">DM_DEFAULT_ENCODING</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#210">210</a></td><td>High</td></tr><tr class="a"><td>Found reliance on default encoding in org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.getOverridingProperties(CheckstyleExecutorRequest): String.getBytes()</td><td>I18N</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING">DM_DEFAULT_ENCODING</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#408">408</a></td><td>High</td></tr><tr class="b"><td>org.apache
 .maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest) creates a java.net.URLClassLoader classloader, which should be performed within a doPrivileged block</td><td>MALICIOUS_CODE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED">DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#162">162</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.HelpMojo"></a><div class="section"><h3>org.apache.maven.plugin.checkstyle.HelpMojo<a name="org.apache.maven.plugin.checkstyle.HelpMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>org.apache.maven.plugin.checkstyle.HelpMojo.build() may fail to clean up java.io.InputStream</td><td>EXPERIMENTAL</td
 ><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#OBL_UNSATISFIED_OBLIGATION">OBL_UNSATISFIED_OBLIGATION</a></td><td><a href="nullorg/apache/maven/plugin/checkstyle/HelpMojo.html#68">68</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.VelocityTemplate"></a><div class="section"><h3>org.apache.maven.plugin.checkstyle.VelocityTemplate<a name="org.apache.maven.plugin.checkstyle.VelocityTemplate"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>Found reliance on default encoding in org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context): new java.io.FileWriter(File)</td><td>I18N</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING">DM_DEFAULT_ENCODING</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/Velocity
 Template.html#103">103</a></td><td>High</td></tr><tr class="a"><td>org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context) may fail to clean up java.io.Writer on checked exception</td><td>EXPERIMENTAL</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE">OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/VelocityTemplate.html#103">103</a></td><td>Medium</td></tr><tr class="b"><td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context)</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugin/checkstyle/VelocityTemplate.html#100">100</a></td><td>Medium</td
 ></tr></table></div><a name="org.codehaus.plexus.util.interpolation.RegexBasedInterpolator"></a><div class="section"><h3>org.codehaus.plexus.util.interpolation.RegexBasedInterpolator<a name="org.codehaus.plexus.util.interpolation.RegexBasedInterpolator"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>The class name org.codehaus.plexus.util.interpolation.RegexBasedInterpolator shadows the simple name of the superclass org.codehaus.plexus.interpolation.RegexBasedInterpolator</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</a></td><td><a href="./xref/org/codehaus/plexus/util/interpolation/RegexBasedInterpolator.html#28">28</a></td><td>High</td></tr></table></div><a name="org.codehaus.plexus.util.interpolation.ValueSource"></a><div class="section"><
 h3>org.codehaus.plexus.util.interpolation.ValueSource<a name="org.codehaus.plexus.util.interpolation.ValueSource"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>The class name org.codehaus.plexus.util.interpolation.ValueSource shadows the simple name of implemented interface org.codehaus.plexus.interpolation.ValueSource</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_INTERFACE">NM_SAME_SIMPLE_NAME_AS_INTERFACE</a></td><td><a href="./xref/org/codehaus/plexus/util/interpolation/ValueSource.html#">Not available</a></td><td>Medium</td></tr></table></div>
+        <div class="section">
+<h2>FindBugs Bug Detector Report<a name="FindBugs_Bug_Detector_Report"></a></h2>
+<p>The following document contains the results of <a class="externalLink" href="http://findbugs.sourceforge.net">FindBugs Report</a></p>
+<p>FindBugs Version is <i>2.0.1</i></p>
+<p>Threshold is <i>medium</i></p>
+<p>Effort is <i>min</i></p></div>
+<div class="section">
+<h2>Summary<a name="Summary"></a></h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Classes</th>
+<th>Bugs</th>
+<th>Errors</th>
+<th>Missing Classes</th></tr>
+<tr class="b">
+<td>21</td>
+<td>12</td>
+<td>0</td>
+<td>0</td></tr></table></div>
+<div class="section">
+<h2>Files<a name="Files"></a></h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Class</th>
+<th>Bugs</th></tr>
+<tr class="b">
+<td><a href="#org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport">org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport</a></td>
+<td>1</td></tr>
+<tr class="a">
+<td><a href="#org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo">org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo</a></td>
+<td>1</td></tr>
+<tr class="b">
+<td><a href="#org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor">org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor</a></td>
+<td>4</td></tr>
+<tr class="a">
+<td><a href="#org.apache.maven.plugin.checkstyle.HelpMojo">org.apache.maven.plugin.checkstyle.HelpMojo</a></td>
+<td>1</td></tr>
+<tr class="b">
+<td><a href="#org.apache.maven.plugin.checkstyle.VelocityTemplate">org.apache.maven.plugin.checkstyle.VelocityTemplate</a></td>
+<td>3</td></tr>
+<tr class="a">
+<td><a href="#org.codehaus.plexus.util.interpolation.RegexBasedInterpolator">org.codehaus.plexus.util.interpolation.RegexBasedInterpolator</a></td>
+<td>1</td></tr>
+<tr class="b">
+<td><a href="#org.codehaus.plexus.util.interpolation.ValueSource">org.codehaus.plexus.util.interpolation.ValueSource</a></td>
+<td>1</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport"></a>
+<div class="section">
+<h3>org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport<a name="org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Bug</th>
+<th>Category</th>
+<th>Details</th>
+<th>Line</th>
+<th>Priority</th></tr>
+<tr class="b">
+<td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.getOutputStream(File)</td>
+<td>BAD_PRACTICE</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#554">554</a></td>
+<td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo"></a>
+<div class="section">
+<h3>org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo<a name="org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Bug</th>
+<th>Category</th>
+<th>Details</th>
+<th>Line</th>
+<th>Priority</th></tr>
+<tr class="b">
+<td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.getOutputStream(File)</td>
+<td>BAD_PRACTICE</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html#640">640</a></td>
+<td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor"></a>
+<div class="section">
+<h3>org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor<a name="org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Bug</th>
+<th>Category</th>
+<th>Details</th>
+<th>Line</th>
+<th>Priority</th></tr>
+<tr class="b">
+<td>instanceof will always return false in org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest), since a java.net.URLClassLoader can't be a java.io.Closeable</td>
+<td>CORRECTNESS</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#BC_IMPOSSIBLE_INSTANCEOF">BC_IMPOSSIBLE_INSTANCEOF</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#218">218</a></td>
+<td>Medium</td></tr>
+<tr class="a">
+<td>Found reliance on default encoding in org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest): java.io.ByteArrayOutputStream.toString()</td>
+<td>I18N</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING">DM_DEFAULT_ENCODING</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#233">233</a></td>
+<td>High</td></tr>
+<tr class="b">
+<td>Found reliance on default encoding in org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.getOverridingProperties(CheckstyleExecutorRequest): String.getBytes()</td>
+<td>I18N</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING">DM_DEFAULT_ENCODING</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#432">432</a></td>
+<td>High</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest) creates a java.net.URLClassLoader classloader, which should be performed within a doPrivileged block</td>
+<td>MALICIOUS_CODE</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED">DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#172">172</a></td>
+<td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.HelpMojo"></a>
+<div class="section">
+<h3>org.apache.maven.plugin.checkstyle.HelpMojo<a name="org.apache.maven.plugin.checkstyle.HelpMojo"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Bug</th>
+<th>Category</th>
+<th>Details</th>
+<th>Line</th>
+<th>Priority</th></tr>
+<tr class="a">
+<td>org.apache.maven.plugin.checkstyle.HelpMojo.build() may fail to clean up java.io.InputStream</td>
+<td>EXPERIMENTAL</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#OBL_UNSATISFIED_OBLIGATION">OBL_UNSATISFIED_OBLIGATION</a></td>
+<td><a href="nullorg/apache/maven/plugin/checkstyle/HelpMojo.html#68">68</a></td>
+<td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.checkstyle.VelocityTemplate"></a>
+<div class="section">
+<h3>org.apache.maven.plugin.checkstyle.VelocityTemplate<a name="org.apache.maven.plugin.checkstyle.VelocityTemplate"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Bug</th>
+<th>Category</th>
+<th>Details</th>
+<th>Line</th>
+<th>Priority</th></tr>
+<tr class="a">
+<td>Found reliance on default encoding in org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context): new java.io.FileWriter(File)</td>
+<td>I18N</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING">DM_DEFAULT_ENCODING</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/VelocityTemplate.html#103">103</a></td>
+<td>High</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context) may fail to clean up java.io.Writer on checked exception</td>
+<td>EXPERIMENTAL</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE">OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/VelocityTemplate.html#103">103</a></td>
+<td>Medium</td></tr>
+<tr class="a">
+<td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context)</td>
+<td>BAD_PRACTICE</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/VelocityTemplate.html#100">100</a></td>
+<td>Medium</td></tr></table></div><a name="org.codehaus.plexus.util.interpolation.RegexBasedInterpolator"></a>
+<div class="section">
+<h3>org.codehaus.plexus.util.interpolation.RegexBasedInterpolator<a name="org.codehaus.plexus.util.interpolation.RegexBasedInterpolator"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Bug</th>
+<th>Category</th>
+<th>Details</th>
+<th>Line</th>
+<th>Priority</th></tr>
+<tr class="a">
+<td>The class name org.codehaus.plexus.util.interpolation.RegexBasedInterpolator shadows the simple name of the superclass org.codehaus.plexus.interpolation.RegexBasedInterpolator</td>
+<td>BAD_PRACTICE</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</a></td>
+<td><a href="./xref/org/codehaus/plexus/util/interpolation/RegexBasedInterpolator.html#28">28</a></td>
+<td>High</td></tr></table></div><a name="org.codehaus.plexus.util.interpolation.ValueSource"></a>
+<div class="section">
+<h3>org.codehaus.plexus.util.interpolation.ValueSource<a name="org.codehaus.plexus.util.interpolation.ValueSource"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Bug</th>
+<th>Category</th>
+<th>Details</th>
+<th>Line</th>
+<th>Priority</th></tr>
+<tr class="a">
+<td>The class name org.codehaus.plexus.util.interpolation.ValueSource shadows the simple name of implemented interface org.codehaus.plexus.interpolation.ValueSource</td>
+<td>BAD_PRACTICE</td>
+<td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_INTERFACE">NM_SAME_SIMPLE_NAME_AS_INTERFACE</a></td>
+<td><a href="./xref/org/codehaus/plexus/util/interpolation/ValueSource.html#">Not available</a></td>
+<td>Medium</td></tr></table></div>
       </div>
     </div>
     <div class="clear">
@@ -215,7 +398,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html Sat Mar  8 22:39:44 2014
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 22, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - 
+    <title>Apache Maven Checkstyle Plugin - 
     checkstyle:help</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130222" />
+        <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -42,14 +42,14 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven Checkstyle Plugin</a>
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
         &gt;
         
     checkstyle:help
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-22
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -76,6 +76,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -170,83 +173,148 @@
       <div id="contentBox">
         
   
-    <div class="section"><h2>checkstyle:help<a name="checkstyle:help"></a></h2>
-      <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-checkstyle-plugin:2.10:help</p>
-      <p><b>Description</b>:</p>
-      <div>Display help information on maven-checkstyle-plugin.<br />
+    <div class="section">
+<h2>checkstyle:help<a name="checkstyle:help"></a></h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.12:help</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Display help information on maven-checkstyle-plugin.<br />
 Call <tt>mvn checkstyle:help -Ddetail=true
 -Dgoal=&lt;goal-name&gt;</tt> to display parameter details.</div>
-      <p><b>Attributes</b>:</p>
-      <ul>
-        <li>The goal is thread-safe and supports parallel builds.</li>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>The goal is thread-safe and supports parallel builds.</li>
       </ul>
-      <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
-        <table class="bodyTable" border="0">
-          <tr class="a">
-            <th>Name</th>
-            <th>Type</th>
-            <th>Since</th>
-            <th>Description</th>
+      
+<div class="section">
+<h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
+        
+<table class="bodyTable" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
           </tr>
-          <tr class="b">
-            <td><b><a href="#detail">detail</a></b></td>
-            <td><tt>boolean</tt></td>
-            <td><tt>-</tt></td>
-            <td>If <tt>true</tt>, display all settable properties for each
+          
+<tr class="b">
+            
+<td><b><a href="#detail">detail</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If <tt>true</tt>, display all settable properties for each
 goal.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>detail</tt>.</td>
           </tr>
-          <tr class="a">
-            <td><b><a href="#goal">goal</a></b></td>
-            <td><tt>String</tt></td>
-            <td><tt>-</tt></td>
-            <td>The name of the goal for which to show help. If unspecified, all
+          
+<tr class="a">
+            
+<td><b><a href="#goal">goal</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The name of the goal for which to show help. If unspecified, all
 goals will be displayed.<br /><b>User property is</b>: <tt>goal</tt>.</td>
           </tr>
-          <tr class="b">
-            <td><b><a href="#indentSize">indentSize</a></b></td>
-            <td><tt>int</tt></td>
-            <td><tt>-</tt></td>
-            <td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <tt>2</tt>.<br /><b>User property is</b>: <tt>indentSize</tt>.</td>
+          
+<tr class="b">
+            
+<td><b><a href="#indentSize">indentSize</a></b></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <tt>2</tt>.<br /><b>User property is</b>: <tt>indentSize</tt>.</td>
           </tr>
-          <tr class="a">
-            <td><b><a href="#lineLength">lineLength</a></b></td>
-            <td><tt>int</tt></td>
-            <td><tt>-</tt></td>
-            <td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <tt>80</tt>.<br /><b>User property is</b>: <tt>lineLength</tt>.</td>
+          
+<tr class="a">
+            
+<td><b><a href="#lineLength">lineLength</a></b></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <tt>80</tt>.<br /><b>User property is</b>: <tt>lineLength</tt>.</td>
           </tr>
         </table>
       </div>
-      <div class="section"><h3>Parameter Details<a name="Parameter_Details"></a></h3>
-        <p><b><a name="detail">detail</a>:</b></p>
-        <div>If <tt>true</tt>, display all settable properties for each
+      
+<div class="section">
+<h3>Parameter Details<a name="Parameter_Details"></a></h3>
+        
+<p><b><a name="detail">detail</a>:</b></p>
+        
+<div>If <tt>true</tt>, display all settable properties for each
 goal.</div>
-        <ul>
-          <li><b>Type</b>: <tt>boolean</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>detail</tt></li>
-          <li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /><p><b><a name="goal">goal</a>:</b></p>
-        <div>The name of the goal for which to show help. If unspecified, all
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>detail</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="goal">goal</a>:</b></p>
+        
+<div>The name of the goal for which to show help. If unspecified, all
 goals will be displayed.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.lang.String</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>goal</tt></li>
-        </ul><hr /><p><b><a name="indentSize">indentSize</a>:</b></p>
-        <div>The number of spaces per indentation level, should be positive.</div>
-        <ul>
-          <li><b>Type</b>: <tt>int</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>indentSize</tt></li>
-          <li><b>Default</b>: <tt>2</tt></li>
-        </ul><hr /><p><b><a name="lineLength">lineLength</a>:</b></p>
-        <div>The maximum length of a display line, should be positive.</div>
-        <ul>
-          <li><b>Type</b>: <tt>int</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>lineLength</tt></li>
-          <li><b>Default</b>: <tt>80</tt></li>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>goal</tt></li>
+        </ul><hr />
+<p><b><a name="indentSize">indentSize</a>:</b></p>
+        
+<div>The number of spaces per indentation level, should be positive.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>indentSize</tt></li>
+          
+<li><b>Default</b>: <tt>2</tt></li>
+        </ul><hr />
+<p><b><a name="lineLength">lineLength</a>:</b></p>
+        
+<div>The maximum length of a display line, should be positive.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>lineLength</tt></li>
+          
+<li><b>Default</b>: <tt>80</tt></li>
         </ul>
       </div>
     </div>
@@ -259,7 +327,7 @@ goals will be displayed.</div>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/index.html Sat Mar  8 22:39:44 2014
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 17, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - Introduction</title>
+    <title>Apache Maven Checkstyle Plugin - Introduction</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -13,8 +13,8 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Maria Odea Ching" />
-        <meta name="Date-Creation-yyyymmdd" content="20110801" />
-    <meta name="Date-Revision-yyyymmdd" content="20130217" />
+        <meta name="Date-Creation-yyyymmdd" content="20130722" />
+    <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,13 +43,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven Checkstyle Plugin</a>
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
         &gt;
         Introduction
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-17
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -76,6 +76,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -100,40 +103,40 @@
             <strong>About</strong>
           </li>
                       <li class="none">
-                  <a href="team-list.html">Project Team</a>
+                  <a href="plugin-management.html">Plugin Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-info.html">Dependency Information</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="plugins.html">Project Plugins</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
-                  <a href="integration.html">Continuous Integration</a>
+                  <a href="mail-lists.html">Mailing Lists</a>
             </li>
                       <li class="none">
                   <a href="issue-tracking.html">Issue Tracking</a>
             </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="project-summary.html">Project Summary</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
                   <a href="dependencies.html">Dependencies</a>
@@ -212,7 +215,32 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section"><h2>Maven Checkstyle Plugin<a name="Maven_Checkstyle_Plugin"></a></h2><p>The Checkstyle Plugin generates a report regarding the code style used by the developers. For more information about Checkstyle, see <a class="externalLink" href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</a>. This version of the plugin uses Checkstyle 5.6.</p><p>The plugin can be configured in the project's POM. Predefined rulesets are included with the plugin, these are: <tt>sun_checks.xml</tt>, <tt>turbine_checks.xml</tt>, <tt>avalon_checks.xml</tt> and <tt>maven_checks.xml</tt>. You can also use a custom ruleset by specifying it in the plugin configuration.</p><div class="section"><h3>Goals Overview<a name="Goals_Overview"></a></h3><p>The Checkstyle Plugin has three goals:</p><ul><li><a href="./checkstyle-mojo.html">checkstyle:checkstyle</a> performs Checkstyle analysis and generates a report on violations.</li><li><a href="./checkstyle-aggreg
 ate-mojo.html">checkstyle:checkstyle-aggregate</a> performs Checkstyle analysis and generates a report on violations, aggregating the result in the project which started this goal.</li><li><a href="./check-mojo.html">checkstyle:check</a> performs a violation check against the last Checkstyle run to see if there are any violations. It reads the Checkstyle output file, counts the number of violations found and displays it on the console.</li></ul></div><div class="section"><h3>Usage<a name="Usage"></a></h3><p>General instructions on how to use the Checkstyle Plugin can be found on the <a href="./usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/Checkstyle+Plugin">plugin's wiki page</a>.</p><p>In case you still have questions regarding the plugin's usage, please have a look
  at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="./mail-lists.html">mail archive</a>.</p><p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information
  in the <a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div><div class="section"><h3>Examples<a name="Examples"></a></h3><p>The following examples show how to use the Checkstyle Plugin in more advanced usecases:</p><ul><li><a href="./examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a></li><li><a href="./examples/custom-property-expansion.html">Using Custom Checkstyle Property Expansion Definitions</a></li><li><a href="./examples/suppressions-filter.html">Using a Suppressions Filter</a></li><li><a href="./examples/custom-developed-checkstyle.html">Using Custom Developed Checkstyle Check Modules</a></li><li><a href="./examples/multi-module-config.html">Multimodule Configuration</a></li></ul></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
+<h2>Apache Maven Checkstyle Plugin<a name="Apache_Maven_Checkstyle_Plugin"></a></h2>
+<p>The Checkstyle Plugin generates a report regarding the code style used by the developers. For more information about Checkstyle, see <a class="externalLink" href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</a>. This version of the plugin uses Checkstyle 5.7.</p>
+<p>The plugin can be configured in the project's POM. Predefined rulesets are included with the plugin, these are: <tt>sun_checks.xml</tt>, <tt>turbine_checks.xml</tt>, <tt>avalon_checks.xml</tt> and <tt>maven_checks.xml</tt>. You can also use a custom ruleset by specifying it in the plugin configuration.</p>
+<div class="section">
+<h3>Goals Overview<a name="Goals_Overview"></a></h3>
+<p>The Checkstyle Plugin has three goals:</p>
+<ul>
+<li><a href="./checkstyle-mojo.html">checkstyle:checkstyle</a> is a reporting goal that performs Checkstyle analysis and generates a report on violations.</li>
+<li><a href="./checkstyle-aggregate-mojo.html">checkstyle:checkstyle-aggregate</a> is a reporting goal that performs Checkstyle analysis and generates an aggregate HTML report on violations in a multi-module reactor build.</li>
+<li><a href="./check-mojo.html">checkstyle:check</a> is a goal that performs Checkstyle analysis and outputs violations or a count of violations to the console, potentially failing the build. It can also be configured to re-use an earlier analysis.</li></ul></div>
+<div class="section">
+<h3>Usage<a name="Usage"></a></h3>
+<p>General instructions on how to use the Checkstyle Plugin can be found on the <a href="./usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/Checkstyle+Plugin">plugin's wiki page</a>.</p>
+<p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="./mail-lists.html">mail archive</a>.</p>
+<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3>
+<p>The following examples show how to use the Checkstyle Plugin in more advanced usecases:</p>
+<ul>
+<li><a href="./examples/inline-checker-config.html">Using an 'Inline' Checkstyle Checker Configuration</a></li>
+<li><a href="./examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a></li>
+<li><a href="./examples/custom-property-expansion.html">Using Custom Checkstyle Property Expansion Definitions</a></li>
+<li><a href="./examples/suppressions-filter.html">Using a Suppressions Filter</a></li>
+<li><a href="./examples/custom-developed-checkstyle.html">Using Custom Developed Checkstyle Check Modules</a></li>
+<li><a href="./examples/multi-module-config.html">Multimodule Configuration</a></li></ul></div></div>
       </div>
     </div>
     <div class="clear">
@@ -220,7 +248,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/integration.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/integration.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/integration.html Sat Mar  8 22:39:44 2014
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 22, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - Continuous Integration</title>
+    <title>Apache Maven Checkstyle Plugin - Continuous Integration</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130222" />
+        <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven Checkstyle Plugin</a>
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
         &gt;
         Continuous Integration
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-22
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -74,6 +74,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -98,42 +101,42 @@
                   <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="team-list.html">Project Team</a>
+                  <a href="plugin-management.html">Plugin Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-info.html">Dependency Information</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="plugins.html">Project Plugins</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
-            <strong>Continuous Integration</strong>
-          </li>
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
                       <li class="none">
                   <a href="issue-tracking.html">Issue Tracking</a>
             </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+            <strong>Continuous Integration</strong>
+          </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
                   <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
                   <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
-            </li>
-                      <li class="none">
                   <a href="dependencies.html">Dependencies</a>
             </li>
               </ul>
@@ -210,7 +213,17 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div><div class="section"><h2>Access<a name="Access"></a></h2><a name="Access"></a><p>The following is a link to the continuous integration system used by the project.</p><div class="source"><pre><a class="externalLink" href="https://builds.apache.org/job/maven-plugins/">https://builds.apache.org/job/maven-plugins/</a></pre></div></div><div class="section"><h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a><p>No notifiers are defined. Please check back at a later date.</p></div>
+        <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
+<div class="section">
+<h2>Access<a name="Access"></a></h2><a name="Access"></a>
+<p>The following is a link to the continuous integration system used by the project.</p>
+<div class="source">
+<pre><a class="externalLink" href="https://builds.apache.org/job/maven-plugins/">https://builds.apache.org/job/maven-plugins/</a></pre></div></div>
+<div class="section">
+<h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a>
+<p>No notifiers are defined. Please check back at a later date.</p></div>
       </div>
     </div>
     <div class="clear">
@@ -218,7 +231,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/issue-tracking.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/issue-tracking.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/issue-tracking.html Sat Mar  8 22:39:44 2014
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 22, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - Issue Tracking</title>
+    <title>Apache Maven Checkstyle Plugin - Issue Tracking</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130222" />
+        <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven Checkstyle Plugin</a>
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
         &gt;
         Issue Tracking
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-22
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -74,6 +74,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -98,40 +101,40 @@
                   <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="team-list.html">Project Team</a>
+                  <a href="plugin-management.html">Plugin Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-info.html">Dependency Information</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="plugins.html">Project Plugins</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
-                  <a href="integration.html">Continuous Integration</a>
+                  <a href="mail-lists.html">Mailing Lists</a>
             </li>
                       <li class="none">
             <strong>Issue Tracking</strong>
           </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="project-summary.html">Project Summary</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
                   <a href="dependencies.html">Dependencies</a>
@@ -210,7 +213,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div><div class="section"><h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a class="externalLink" href="http://jira.codehaus.org/browse/MCHECKSTYLE">http://jira.codehaus.org/browse/MCHECKSTYLE</a></pre></div></div>
+        <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div>
+<div class="section">
+<h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source">
+<pre><a class="externalLink" href="http://jira.codehaus.org/browse/MCHECKSTYLE">http://jira.codehaus.org/browse/MCHECKSTYLE</a></pre></div></div>
       </div>
     </div>
     <div class="clear">
@@ -218,7 +228,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.