You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by de...@apache.org on 2015/07/13 21:53:58 UTC

svn commit: r958185 [2/3] - in /websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST: ./ config/ examples/

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -47,8 +47,8 @@
         Multimodule Configuration
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -107,10 +107,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <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>
@@ -247,7 +247,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.16-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;2.17-SNAPSHOT&lt;/version&gt;
         &lt;dependencies&gt;
           &lt;dependency&gt;
             &lt;groupId&gt;com.example.whizbang&lt;/groupId&gt;
@@ -263,7 +263,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.16-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;2.17-SNAPSHOT&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/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="2006-07-21" />
-        <meta name="Date-Revision-yyyymmdd" content="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -47,8 +47,8 @@
         Using a Suppressions Filter
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -107,10 +107,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <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>
@@ -214,7 +214,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.16-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;2.17-SNAPSHOT&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/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/upgrading-checkstyle.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/upgrading-checkstyle.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/upgrading-checkstyle.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="2015-01-18" />
-        <meta name="Date-Revision-yyyymmdd" content="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -47,8 +47,8 @@
         Upgrading Checkstyle at Runtime
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -107,10 +107,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <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>
@@ -187,7 +187,7 @@
       <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><a name="Upgrading_Checkstyle_at_Runtime"></a>Upgrading Checkstyle at Runtime</h2>
-<p>Maven Checkstyle plugin comes with a default Checkstyle version: for <tt>maven-checkstyle-plugin 2.16-SNAPSHOT</tt>, Checkstyle 6.2 is used by default.</p>
+<p>Maven Checkstyle plugin comes with a default Checkstyle version: for <tt>maven-checkstyle-plugin 2.17-SNAPSHOT</tt>, Checkstyle 6.2 is used by default.</p>
 <p>Given Checkstyle generally keeps good compatibility between versions, you can override the version used at runtime to benefit from <a class="externalLink" href="http://checkstyle.sourceforge.net/releasenotes.html">Checkstyle latest bugfixes</a>:</p>
 <div class="source">
 <pre>&lt;project&gt;
@@ -198,7 +198,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.16-SNAPSHOT&lt;/version&gt;
+          &lt;version&gt;2.17-SNAPSHOT&lt;/version&gt;
           &lt;dependencies&gt;
             &lt;dependency&gt;
               &lt;groupId&gt;com.puppycrawl.tools&lt;/groupId&gt;

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Frequently Asked Questions
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,10 +106,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <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/components/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         checkstyle:help
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                     <li class="collapsed">
@@ -191,7 +191,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.16-SNAPSHOT:help</p>
+<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.17-SNAPSHOT:help</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/history.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/history.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/history.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Maven Checkstyle Plugin Releases History
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,10 +106,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <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>
@@ -212,8 +212,8 @@
 <th>default <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> version</th></tr>
 
 <tr class="b">
-<td>2015-05-02</td>
-<td>2.16-SNAPSHOT</td>
+<td>2015-07-13</td>
+<td>2.17-SNAPSHOT</td>
 <td>7</td>
 <td><a class="externalLink" href="http://checkstyle.sourceforge.net/releasenotes.html#Release_6.2">6.2</a>
 </td></tr>

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/index.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/index.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/index.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150501" />
-    <meta name="Date-Revision-yyyymmdd" content="20150502" />
+    <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,8 +48,8 @@
         Introduction
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -108,7 +108,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -139,9 +139,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
@@ -155,7 +152,7 @@
             </li>
               </ul>
         </li>
-                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/integration.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/integration.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/integration.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Continuous Integration
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
             <strong>Continuous Integration</strong>
           </li>
                       <li class="none">
@@ -233,7 +230,7 @@
 <p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
 <div class="section">
 <h2><a name="Access"></a>Access</h2><a name="Access"></a>
-<p>The following is a link to the continuous integration system used by the project:</p>
+<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">

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/issue-tracking.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/issue-tracking.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/issue-tracking.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Issue Tracking
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
@@ -230,7 +227,7 @@
       <div id="contentBox">
         <div class="section">
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div>
+<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><a name="Issue_Tracking"></a>Issue Tracking</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>

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/mail-lists.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/mail-lists.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/mail-lists.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Mailing Lists
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-info.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-info.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-info.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Plugin Documentation
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                               <li class="expanded">
@@ -249,7 +249,7 @@ Call <code>mvn checkstyle:help -Ddetail=
         &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.16-SNAPSHOT&lt;/version&gt;
+          &lt;version&gt;2.17-SNAPSHOT&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -259,7 +259,7 @@ Call <code>mvn checkstyle:help -Ddetail=
       &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.16-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;2.17-SNAPSHOT&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -271,7 +271,7 @@ Call <code>mvn checkstyle:help -Ddetail=
       &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.16-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;2.17-SNAPSHOT&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-management.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-management.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-management.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Plugin Management
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
@@ -278,7 +275,7 @@
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-failsafe-plugin">maven-failsafe-plugin</a></td>
-<td>2.18.1</td></tr>
+<td>2.17</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-gpg-plugin/">maven-gpg-plugin</a></td>
@@ -301,80 +298,56 @@
 <td>2.9.1</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td>
-<td>2.4</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
-<td>3.4</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td>
-<td>3.1</td></tr>
+<td>3.3</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td>
-<td>2.8</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/maven-release/maven-release-plugin/">maven-release-plugin</a></td>
 <td>2.5.1</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td>
 <td>1.5</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
 <td>2.6</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/scm/maven-scm-plugin/">maven-scm-plugin</a></td>
 <td>1.9.2</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin">maven-scm-publish-plugin</a></td>
 <td>1.1</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
 <td>3.4</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td>
 <td>2.3</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
-<td>2.18.1</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td>
-<td>2.18.1</td></tr>
+<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
+<td>2.17</td></tr>
 <tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin/">maven-war-plugin</a></td>
-<td>2.5</td></tr>
-<tr class="b">
 <td>org.apache.rat</td>
 <td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
 <td>0.11</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.codehaus.modello</td>
 <td><a class="externalLink" href="http://modello.codehaus.org/modello-maven-plugin/">modello-maven-plugin</a></td>
 <td>1.8.1</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.codehaus.mojo</td>
 <td><a class="externalLink" href="http://mojo.codehaus.org/clirr-maven-plugin">clirr-maven-plugin</a></td>
 <td>2.6.1</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.codehaus.mojo</td>
 <td><a class="externalLink" href="http://mojo.codehaus.org/findbugs-maven-plugin">findbugs-maven-plugin</a></td>
 <td>2.5.5</td></tr>
-<tr class="b">
-<td>org.codehaus.mojo</td>
-<td><a class="externalLink" href="http://mojo.codehaus.org/taglist-maven-plugin">taglist-maven-plugin</a></td>
-<td>2.4</td></tr>
 <tr class="a">
 <td>org.codehaus.plexus</td>
 <td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td>

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugins.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugins.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugins.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Build Plugins
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
@@ -266,7 +263,7 @@
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
-<td>3.4</td></tr>
+<td>3.3</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td>
@@ -286,7 +283,7 @@
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
-<td>2.18.1</td></tr>
+<td>2.17</td></tr>
 <tr class="a">
 <td>org.apache.rat</td>
 <td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
@@ -313,11 +310,11 @@
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
-<td>3.4</td></tr>
+<td>3.3</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td>
-<td>2.8</td></tr></table></div>
+<td>2.7</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-info.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-info.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-info.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Information
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                  <li class="expanded">
+                                                                                                                                                                                                                                                                                                <li class="expanded">
             <strong>Project Information</strong>
                   <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
@@ -251,10 +248,10 @@
 <td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr>
 <tr class="b">
 <td><a href="source-repository.html">Source Repository</a></td>
-<td>This document lists ways to access the online source repository.</td></tr>
+<td>This is a link to the online source repository that can be viewed via a web browser.</td></tr>
 <tr class="a">
 <td><a href="issue-tracking.html">Issue Tracking</a></td>
-<td>This document provides information on the issue management system used in this project.</td></tr>
+<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr>
 <tr class="b">
 <td><a href="mail-lists.html">Mailing Lists</a></td>
 <td>This document provides subscription and archive information for this project's mailing lists.</td></tr>
@@ -265,18 +262,15 @@
 <td><a href="dependencies.html">Dependencies</a></td>
 <td>This document lists the project's dependencies and provides information on each dependency.</td></tr>
 <tr class="a">
-<td><a href="dependency-convergence.html">Dependency Convergence</a></td>
-<td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td></tr>
-<tr class="b">
 <td><a href="integration.html">Continuous Integration</a></td>
 <td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="plugin-management.html">Plugin Management</a></td>
 <td>This document lists the plugins that are defined through pluginManagement.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="plugins.html">Project Plugins</a></td>
 <td>This document lists the build plugins and the report plugins used by this project.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="distribution-management.html">Distribution Management</a></td>
 <td>This document provides informations on the distribution management of this project.</td></tr></table></div></div>
       </div>

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-reports.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-reports.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-reports.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Generated Reports
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                              <li class="collapsed">
+                                                                                                                                                                                                                                                                                            <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                         <li class="expanded">

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-summary.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Summary
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
@@ -271,12 +268,12 @@
 <td>maven-checkstyle-plugin</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>2.16-SNAPSHOT</td></tr>
+<td>2.17-SNAPSHOT</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>maven-plugin</td></tr>
 <tr class="b">
-<td>Java Version</td>
+<td>JDK Rev</td>
 <td>1.7</td></tr></table></div></div>
       </div>
     </div>

Modified: websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/source-repository.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/source-repository.html (original)
+++ websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/source-repository.html Mon Jul 13 19:53:57 2015
@@ -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 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
  | 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="20150502" />
+        <meta name="Date-Revision-yyyymmdd" content="20150713" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Source Repository
         </div>
             <div class="xright">        
-                                    Last Published: 2015-05-02
-              &nbsp;| Version: 2.16-SNAPSHOT
+                                    Last Published: 2015-07-13
+              &nbsp;| Version: 2.17-SNAPSHOT
             </div>
       <div class="clear">
         <hr/>
@@ -106,7 +106,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -137,9 +137,6 @@
                   <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="dependency-convergence.html">Dependency Convergence</a>
-            </li>
-                      <li class="none">
                   <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
@@ -232,30 +229,30 @@
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
 <div class="section">
-<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
-<p>The following is a link to a browsable version of the source repository:</p>
+<h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a>
+<p>The following is a link to the online source repository.</p>
 <div class="source">
 <pre><a class="externalLink" href="http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/">http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/</a></pre></div></div>
 <div class="section">
-<h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this command:</p>
+<h2><a name="Anonymous_access"></a>Anonymous access</h2><a name="Anonymous_access"></a>
+<p>The source can be checked out anonymously from SVN with this command:</p>
 <div class="source">
 <pre>$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/ maven-checkstyle-plugin</pre></div></div>
 <div class="section">
-<h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p>
+<h2><a name="Developer_access"></a>Developer access</h2><a name="Developer_access"></a>
+<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
 <div class="source">
 <pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/ maven-checkstyle-plugin</pre></div>
-<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):</p>
+<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
 <div class="source">
 <pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
 <div class="section">
-<h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
+<h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2><a name="Access_from_behind_a_firewall"></a>
 <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
 <div class="source">
 <pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/ maven-checkstyle-plugin</pre></div></div>
 <div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a name="Access_Through_a_Proxy"></a>
+<h2><a name="Access_through_a_proxy"></a>Access through a proxy</h2><a name="Access_through_a_proxy"></a>
 <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
 <p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
 <p>Example: Edit the 'servers' file and add something like:</p>