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/04/14 22:57:32 UTC

svn commit: r906189 [5/15] - 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/p...

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-info.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-info.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-info.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -46,8 +46,8 @@
         Dependency Information
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -101,47 +101,47 @@
                   <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
-            </li>
-                      <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
             <strong>Dependency Information</strong>
           </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
                   <a href="issue-tracking.html">Issue Tracking</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="plugins.html">Project Plugins</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="integration.html">Continuous Integration</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="project-summary.html">Project Summary</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -221,37 +221,37 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
   &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-  &lt;version&gt;2.12&lt;/version&gt;
+  &lt;version&gt;2.12.1&lt;/version&gt;
   &lt;type&gt;maven-plugin&lt;/type&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
 <div class="source">
-<pre>'org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:2.12'</pre></div></div>
+<pre>'org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:2.12.1'</pre></div></div>
 <div class="section">
 <h3>Apache Ant<a name="Apache_Ant"></a></h3><a name="Apache_Ant"></a>
 <div class="source">
-<pre>&lt;dependency org=&quot;org.apache.maven.plugins&quot; name=&quot;maven-checkstyle-plugin&quot; rev=&quot;2.12&quot;&gt;
+<pre>&lt;dependency org=&quot;org.apache.maven.plugins&quot; name=&quot;maven-checkstyle-plugin&quot; rev=&quot;2.12.1&quot;&gt;
   &lt;artifact name=&quot;maven-checkstyle-plugin&quot; type=&quot;maven-plugin&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
 <div class="source">
 <pre>@Grapes(
-@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='2.12')
+@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='2.12.1')
 )</pre></div></div>
 <div class="section">
 <h3>Grails<a name="Grails"></a></h3><a name="Grails"></a>
 <div class="source">
-<pre>compile 'org.apache.maven.plugins:maven-checkstyle-plugin:2.12'</pre></div></div>
+<pre>compile 'org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1'</pre></div></div>
 <div class="section">
 <h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
 <div class="source">
-<pre>[org.apache.maven.plugins/maven-checkstyle-plugin &quot;2.12&quot;]</pre></div></div>
+<pre>[org.apache.maven.plugins/maven-checkstyle-plugin &quot;2.12.1&quot;]</pre></div></div>
 <div class="section">
 <h3>SBT<a name="SBT"></a></h3><a name="SBT"></a>
 <div class="source">
-<pre>libraryDependencies += &quot;org.apache.maven.plugins&quot; %% &quot;maven-checkstyle-plugin&quot; % &quot;2.12&quot;</pre></div></div></div>
+<pre>libraryDependencies += &quot;org.apache.maven.plugins&quot; %% &quot;maven-checkstyle-plugin&quot; % &quot;2.12.1&quot;</pre></div></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-management.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-management.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-management.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -46,8 +46,8 @@
         Project Dependency Management
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -101,47 +101,47 @@
                   <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="dependency-info.html">Dependency Information</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
                   <a href="issue-tracking.html">Issue Tracking</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="plugins.html">Project Plugins</a>
-            </li>
+            <strong>Dependency Management</strong>
+          </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-            <strong>Dependency Management</strong>
-          </li>
+                  <a href="integration.html">Continuous Integration</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="project-summary.html">Project Summary</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -227,7 +227,7 @@
 <th>License</th></tr>
 <tr class="b">
 <td>org.codehaus.plexus</td>
-<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations">plexus-component-annotations</a></td>
+<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/">plexus-component-annotations</a></td>
 <td>1.5.5</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div>
@@ -243,7 +243,7 @@
 <th>License</th></tr>
 <tr class="b">
 <td>org.apache.maven.plugin-tools</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/">maven-plugin-annotations</a></td>
 <td>3.2</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div></div>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/distribution-management.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/distribution-management.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/distribution-management.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -46,8 +46,8 @@
         Project Distribution Management
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -101,47 +101,47 @@
                   <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-            <strong>Distribution Management</strong>
-          </li>
-                      <li class="none">
                   <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="issue-tracking.html">Issue Tracking</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
-                  <a href="integration.html">Continuous Integration</a>
+                  <a href="issue-tracking.html">Issue Tracking</a>
             </li>
                       <li class="none">
-                  <a href="plugins.html">Project Plugins</a>
+                  <a href="mail-lists.html">Mailing Lists</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="team-list.html">Project Team</a>
+                  <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
-                  <a href="project-summary.html">Project Summary</a>
+                  <a href="plugin-management.html">Plugin Management</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
+                      <li class="none">
+            <strong>Distribution Management</strong>
+          </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-checker-config.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-checker-config.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-checker-config.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -47,8 +47,8 @@
         Using a Custom Checkstyle Checker Configuration
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,7 +98,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -182,7 +182,7 @@
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
         &lt;/configuration&gt;

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-developed-checkstyle.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-developed-checkstyle.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-developed-checkstyle.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="2008-02-04" />
-        <meta name="Date-Revision-yyyymmdd" content="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -47,8 +47,8 @@
         Using Custom Developed Checkstyle Checks
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,7 +98,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -205,7 +205,7 @@
     &lt;dependency&gt;
       &lt;groupId&gt;checkstyle&lt;/groupId&gt;
       &lt;artifactId&gt;checkstyle&lt;/artifactId&gt;
-        &lt;version&gt;2.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
     &lt;/dependency&gt;
   &lt;/dependencies&gt;
 &lt;/project&gt;
@@ -331,7 +331,7 @@ public class MethodLimitCheck extends Ch
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;dependencies&gt;
           &lt;dependency&gt;
             &lt;groupId&gt;com.mycompany&lt;/groupId&gt;
@@ -347,7 +347,7 @@ public class MethodLimitCheck extends Ch
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;packageNamesLocation&gt;com/mycompany/checks/packagenames.xml&lt;/packageNamesLocation&gt;

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-property-expansion.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-property-expansion.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-property-expansion.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -47,8 +47,8 @@
         Using Custom Checkstyle Property Expansion Definitions
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,7 +98,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -200,7 +200,7 @@
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;propertyExpansion&gt;projectname=whizbang&lt;/propertyExpansion&gt;
@@ -220,7 +220,7 @@
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;propertesLocation&gt;${basedir}/checkstyle.properties&lt;/propertiesLocation&gt;

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Feb 2014" />
-        <meta name="Date-Revision-yyyymmdd" content="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -47,8 +47,8 @@
         Using an 'inlined' Checkstyle Checker Configuration
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,7 +98,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -183,7 +183,7 @@
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;verify-style&lt;/id&gt;

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="2008-02-05" />
-        <meta name="Date-Revision-yyyymmdd" content="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -47,8 +47,8 @@
         Multimodule Configuration
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,7 +98,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -232,7 +232,7 @@
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;dependencies&gt;
           &lt;dependency&gt;
             &lt;groupId&gt;com.example.whizbang&lt;/groupId&gt;
@@ -248,7 +248,7 @@
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;whizbang/checkstyle.xml&lt;/configLocation&gt;
           &lt;headerLocation&gt;whizbang/LICENSE.txt&lt;/headerLocation&gt;

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 Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -47,8 +47,8 @@
         Using a Suppressions Filter
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,7 +98,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -199,7 +199,7 @@
       &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.12&lt;/version&gt;
+        &lt;version&gt;2.12.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;suppressionsLocation&gt;checkstyle-suppressions.xml&lt;/suppressionsLocation&gt;

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 Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -46,8 +46,8 @@
         Frequently Asked Questions
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -97,7 +97,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>

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 Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -46,8 +46,8 @@
         FindBugs Bug Detector Report
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -97,29 +97,26 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                      <li class="expanded">
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
                   <a href="project-reports.html">Project Reports</a>
                     <ul>
                       <li class="none">
-                  <a href="plugin-info.html">Plugin Documentation</a>
-            </li>
-                      <li class="none">
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
                   <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="pmd.html">PMD Report</a>
+                  <a href="pmd.html">PMD</a>
             </li>
                       <li class="none">
-                  <a href="cpd.html">CPD Report</a>
+                  <a href="cpd.html">CPD</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="xref/index.html">Source Xref</a>
+                  <a href="xref-test/index.html">Test Source Xref</a>
             </li>
                       <li class="none">
                   <a href="taglist.html">Tag List</a>
@@ -137,6 +134,12 @@
                   <a href="sonar.html">Sonar</a>
             </li>
                       <li class="none">
+                  <a href="plugin-info.html">Plugin Documentation</a>
+            </li>
+                      <li class="none">
+                  <a href="invoker-report.html">Invoker Build Results</a>
+            </li>
+                      <li class="none">
                   <a href="l10n-status.html">L10n Status</a>
             </li>
               </ul>
@@ -213,7 +216,7 @@
         <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>FindBugs Version is <i>2.0.2</i></p>
 <p>Threshold is <i>medium</i></p>
 <p>Effort is <i>min</i></p></div>
 <div class="section">
@@ -269,7 +272,7 @@
 <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><a href="./xref/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#587">587</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>
@@ -284,7 +287,7 @@
 <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><a href="./xref/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html#658">658</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>
@@ -299,25 +302,25 @@
 <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><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#222">222</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><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#237">237</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><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#436">436</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><a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#176">176</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>

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 Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -48,8 +48,8 @@
     checkstyle:help
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -99,7 +99,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -178,7 +178,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.12:help</p>
+<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1:help</p>
       
 <p><b>Description</b>:</p>
       

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 Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <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="20130722" />
-    <meta name="Date-Revision-yyyymmdd" content="20140308" />
+    <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -48,8 +48,8 @@
         Introduction
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -103,47 +103,47 @@
             <strong>About</strong>
           </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="dependency-info.html">Dependency Information</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
                   <a href="issue-tracking.html">Issue Tracking</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="plugins.html">Project Plugins</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="integration.html">Continuous Integration</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="project-summary.html">Project Summary</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>

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 Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -46,8 +46,8 @@
         Continuous Integration
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -101,47 +101,47 @@
                   <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="dependency-info.html">Dependency Information</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
                   <a href="issue-tracking.html">Issue Tracking</a>
             </li>
                       <li class="none">
-            <strong>Continuous Integration</strong>
-          </li>
-                      <li class="none">
-                  <a href="plugins.html">Project Plugins</a>
+                  <a href="mail-lists.html">Mailing Lists</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="team-list.html">Project Team</a>
+            <strong>Continuous Integration</strong>
+          </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
             </li>
                       <li class="none">
-                  <a href="project-summary.html">Project Summary</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>

Added: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html (added)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html Mon Apr 14 20:57:29 2014
@@ -0,0 +1,409 @@
+<!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 2014-04-14
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Checkstyle Plugin - Invoker 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="20140414" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../index.html">Plugins</a>
+        &gt;
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
+        &gt;
+        Invoker Report
+        </div>
+            <div class="xright">        
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                   <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="index.html">Introduction</a>
+            </li>
+                  <li class="none">
+                  <a href="plugin-info.html">Goals</a>
+            </li>
+                  <li class="none">
+                  <a href="usage.html">Usage</a>
+            </li>
+                  <li class="none">
+                  <a href="faq.html">FAQ</a>
+            </li>
+          </ul>
+                       <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">
+                  <a href="examples/custom-property-expansion.html">Using Custom Checkstyle Property Expansion Definitions</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/suppressions-filter.html">Using a Suppressions Filter</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/custom-developed-checkstyle.html">Using Custom Developed Checkstyle Checks</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/multi-module-config.html">Multimodule Configuration</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                  <a href="project-info.html">Project Information</a>
+                  </li>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-reports.html">Project Reports</a>
+                    <ul>
+                      <li class="none">
+                  <a href="surefire-report.html">Surefire Report</a>
+            </li>
+                      <li class="none">
+                  <a href="checkstyle.html">Checkstyle</a>
+            </li>
+                      <li class="none">
+                  <a href="pmd.html">PMD</a>
+            </li>
+                      <li class="none">
+                  <a href="cpd.html">CPD</a>
+            </li>
+                      <li class="none">
+                  <a href="xref/index.html">Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="xref-test/index.html">Test Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="taglist.html">Tag List</a>
+            </li>
+                      <li class="none">
+                  <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+                      <li class="none">
+                  <a href="testapidocs/index.html">Test JavaDocs</a>
+            </li>
+                      <li class="none">
+                  <a href="findbugs.html">FindBugs Report</a>
+            </li>
+                      <li class="none">
+                  <a href="sonar.html">Sonar</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-info.html">Plugin Documentation</a>
+            </li>
+                      <li class="none">
+            <strong>Invoker Build Results</strong>
+          </li>
+                      <li class="none">
+                  <a href="l10n-status.html">L10n Status</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                       <h5>Maven Projects</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="../../ant-tasks/index.html">Ant Tasks</a>
+            </li>
+                  <li class="none">
+                  <a href="../../archetype/index.html">Archetype</a>
+            </li>
+                  <li class="none">
+                  <a href="../../doxia/index.html">Doxia</a>
+            </li>
+                  <li class="none">
+                  <a href="../../jxr/index.html">JXR</a>
+            </li>
+                  <li class="none">
+                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+            </li>
+                  <li class="none">
+                  <a href="../../index.html">Maven 2 & 3</a>
+            </li>
+                  <li class="none">
+                  <a href="../../pom/index.html">Parent POMs</a>
+            </li>
+                  <li class="none">
+                  <a href="../index.html">Plugins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../plugin-tools/index.html">Plugin Tools</a>
+            </li>
+                  <li class="none">
+                  <a href="../../scm/index.html">SCM</a>
+            </li>
+                  <li class="none">
+                  <a href="../../shared/index.html">Shared Components</a>
+            </li>
+                  <li class="none">
+                  <a href="../../skins/index.html">Skins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../surefire/index.html">Surefire</a>
+            </li>
+                  <li class="none">
+                  <a href="../../wagon/index.html">Wagon</a>
+            </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section">
+<h2>Invoker Report<a name="Invoker_Report"></a></h2>
+<p>The results of the Maven invocations.</p></div>
+<div class="section">
+<h3>Summary<a name="Summary"></a></h3></div>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Builds</th>
+<th>Success</th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Total Time</th>
+<th>Avg Time</th></tr>
+<tr class="b">
+<td>29</td>
+<td>29</td>
+<td>0</td>
+<td>0</td>
+<td>100.0%</td>
+<td>268.1&#xa0;s</td>
+<td>9.2&#xa0;s</td></tr></table>
+<div class="section">
+<h3>Build Details<a name="Build_Details"></a></h3></div>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Name</th>
+<th>Result</th>
+<th>Time</th>
+<th>Message</th></tr>
+<tr class="b">
+<td>avalon-checks\pom.xml</td>
+<td>success</td>
+<td>13.7&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>check-fail\pom.xml</td>
+<td>success</td>
+<td>8.1&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>check-pass\pom.xml</td>
+<td>success</td>
+<td>7.7&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>check-tests-only\pom.xml</td>
+<td>success</td>
+<td>6.1&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>checkstyle-goal\pom.xml</td>
+<td>success</td>
+<td>9.1&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>checkstyle-report\pom.xml</td>
+<td>success</td>
+<td>12.2&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>inlinerules\pom.xml</td>
+<td>success</td>
+<td>8.3&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-129\pom.xml</td>
+<td>success</td>
+<td>18.3&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-131\pom.xml</td>
+<td>success</td>
+<td>6.8&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-137\pom.xml</td>
+<td>success</td>
+<td>9.1&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-163\pom.xml</td>
+<td>success</td>
+<td>8.8&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-169\pom.xml</td>
+<td>success</td>
+<td>7.3&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-172\pom.xml</td>
+<td>success</td>
+<td>8.8&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-173-with-charset\pom.xml</td>
+<td>success</td>
+<td>13.2&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-173-without-charset\pom.xml</td>
+<td>success</td>
+<td>14.8&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-193\pom.xml</td>
+<td>success</td>
+<td>7.6&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-219-no-license_failure\pom.xml</td>
+<td>success</td>
+<td>8.2&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-219-no-license_success\pom.xml</td>
+<td>success</td>
+<td>8.5&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-222-no-resources\pom.xml</td>
+<td>success</td>
+<td>4.6&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-222-resources\pom.xml</td>
+<td>success</td>
+<td>6.8&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-222-testResources\pom.xml</td>
+<td>success</td>
+<td>7.2&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-224\pom.xml</td>
+<td>success</td>
+<td>10.9&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-225-customHeader\pom.xml</td>
+<td>success</td>
+<td>7.6&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCHECKSTYLE-225-LICENSE.txt\pom.xml</td>
+<td>success</td>
+<td>7.4&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>minimal-pom\pom.xml</td>
+<td>success</td>
+<td>12.3&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>multi-modules-aggregate\pom.xml</td>
+<td>success</td>
+<td>9.1&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>multi-modules\pom.xml</td>
+<td>success</td>
+<td>8.9&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>multimoduleproject\pom.xml</td>
+<td>success</td>
+<td>8.9&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>turbine-checks\pom.xml</td>
+<td>success</td>
+<td>7.8&#xa0;s</td>
+<td></td></tr></table>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2005-2014
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

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 Mon Apr 14 20:57:29 2014
@@ -1,6 +1,6 @@
 <!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 2014-03-08
+ | Generated by Apache Maven Doxia at 2014-04-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,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="20140308" />
+        <meta name="Date-Revision-yyyymmdd" content="20140414" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -46,8 +46,8 @@
         Issue Tracking
         </div>
             <div class="xright">        
-                                    Last Published: 2014-03-08
-              &nbsp;| Version: 2.12
+                                    Last Published: 2014-04-14
+              &nbsp;| Version: 2.12.1
             </div>
       <div class="clear">
         <hr/>
@@ -101,47 +101,47 @@
                   <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="dependency-info.html">Dependency Information</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="mail-lists.html">Mailing Lists</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
             <strong>Issue Tracking</strong>
           </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="plugins.html">Project Plugins</a>
+                  <a href="dependency-management.html">Dependency Management</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-management.html">Dependency Management</a>
+                  <a href="integration.html">Continuous Integration</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="project-summary.html">Project Summary</a>
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>