Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
 Sat Feb  8 08:48:21 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/inline-checker-config.apt.vm at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/inline-checker-config.apt.vm at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="2015-10-04" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Using an 'inlined' 
Checkstyle Checker Configuration</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -41,9 +41,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Using an 'inlined' Checkstyle Checker Configuration <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.0/src/site/apt/examples/inline-checker-config.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+    <li class="active ">Using an 'inlined' Checkstyle Checker Configuration <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.1/src/site/apt/examples/inline-checker-config.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -92,7 +92,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -123,7 +123,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;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.1.1&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;verify-style&lt;/id&gt;
@@ -175,7 +175,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;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.1.1&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;verify-style&lt;/id&gt;
@@ -236,7 +236,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html
 Sat Feb  8 08:48:21 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/multi-module-config.apt.vm at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/multi-module-config.apt.vm at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="2008-02-05" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Multimodule 
Configuration</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -41,9 +41,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Multimodule Configuration <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.0/src/site/apt/examples/multi-module-config.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+    <li class="active ">Multimodule Configuration <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.1/src/site/apt/examples/multi-module-config.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -92,7 +92,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -167,7 +167,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;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.1.1&lt;/version&gt;
         &lt;dependencies&gt;
           &lt;dependency&gt;
             &lt;groupId&gt;com.example.whizbang&lt;/groupId&gt;
@@ -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;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.1.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;
@@ -210,7 +210,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html
 Sat Feb  8 08:48:21 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/suppressions-filter.apt.vm at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/suppressions-filter.apt.vm at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="2006-07-21" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Using a Suppressions 
Filter</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -41,9 +41,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Using a Suppressions Filter <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.0/src/site/apt/examples/suppressions-filter.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+    <li class="active ">Using a Suppressions Filter <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.1/src/site/apt/examples/suppressions-filter.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -92,7 +92,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -137,7 +137,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;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.1.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           
&lt;suppressionsLocation&gt;checkstyle-suppressions.xml&lt;/suppressionsLocation&gt;
@@ -155,7 +155,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/upgrading-checkstyle.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/upgrading-checkstyle.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/upgrading-checkstyle.html
 Sat Feb  8 08:48:21 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/upgrading-checkstyle.apt.vm at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/examples/upgrading-checkstyle.apt.vm at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="2015-01-18" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Upgrading Checkstyle at 
Runtime</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -41,9 +41,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Upgrading Checkstyle at Runtime <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.0/src/site/apt/examples/upgrading-checkstyle.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+    <li class="active ">Upgrading Checkstyle at Runtime <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.1/src/site/apt/examples/upgrading-checkstyle.apt.vm";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -92,7 +92,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -113,7 +113,7 @@
         <div id="bodyColumn"  class="span10" >
 <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 3.1.0</tt>, Checkstyle 8.19 is used by default.</p>
+<p>Maven Checkstyle plugin comes with a default Checkstyle version: for 
<tt>maven-checkstyle-plugin 3.1.1</tt>, Checkstyle 8.29 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 class="prettyprint linenums">&lt;project&gt;
   ...
@@ -123,7 +123,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;3.1.0&lt;/version&gt;
+          &lt;version&gt;3.1.1&lt;/version&gt;
           &lt;dependencies&gt;
             &lt;dependency&gt;
               &lt;groupId&gt;com.puppycrawl.tools&lt;/groupId&gt;
@@ -144,7 +144,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html
 Sat Feb  8 08:48:21 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/fml/faq.fml at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/fml/faq.fml at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Frequently Asked 
Questions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,9 +40,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Frequently Asked Questions <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.0/src/site/fml/faq.fml";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+    <li class="active ">Frequently Asked Questions <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.1/src/site/fml/faq.fml";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -91,7 +91,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -176,7 +176,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/findbugs.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/findbugs.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/findbugs.html
 Sat Feb  8 08:48:21 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; FindBugs Bug Detector 
Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
     <li class="active ">FindBugs Bug Detector Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -79,10 +79,9 @@
     <li><a href="apidocs/index.html" title="Javadoc"><span 
class="none"></span>Javadoc</a></li>
     <li><a href="testapidocs/index.html" title="Test Javadoc"><span 
class="none"></span>Test Javadoc</a></li>
     <li class="active"><a href="#"><span class="none"></span>FindBugs</a></li>
-    <li><a href="sonar.html" title="Sonar"><span 
class="none"></span>Sonar</a></li>
     <li><a href="plugin-info.html" title="Plugin Documentation"><span 
class="none"></span>Plugin Documentation</a></li>
     <li><a href="invoker-report.html" title="Invoker Build Results"><span 
class="none"></span>Invoker Build Results</a></li>
-    <li><a href="l10n-status.html" title="L10n Status"><span 
class="none"></span>L10n Status</a></li>
+    <li><a href="l10n-report.html" title="L10n validation"><span 
class="none"></span>L10n validation</a></li>
     </ul>
 </li>
       <li class="nav-header">Maven Projects</li>
@@ -108,7 +107,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -143,7 +142,7 @@
 <th>Missing Classes</th></tr>
 <tr class="b">
 <td>29</td>
-<td>9</td>
+<td>8</td>
 <td>0</td>
 <td>0</td></tr></table></div>
 <div class="section">
@@ -163,7 +162,7 @@
 <td>1</td></tr>
 <tr class="a">
 <td><a 
href="#org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor">org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor</a></td>
-<td>3</td></tr>
+<td>2</td></tr>
 <tr class="b">
 <td><a 
href="#org.apache.maven.plugins.checkstyle.rss.VelocityTemplate">org.apache.maven.plugins.checkstyle.rss.VelocityTemplate</a></td>
 <td>3</td></tr></table></div><a 
name="org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport"></a>
@@ -195,7 +194,7 @@
 
<td>org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator$ConfReference 
defines compareTo(CheckstyleReportGenerator$ConfReference) and uses 
Object.equals()</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#EQ_COMPARETO_USE_OBJECT_EQUALS";>EQ_COMPARETO_USE_OBJECT_EQUALS</a></td>
-<td><a 
href="./xref/org/apache/maven/plugins/checkstyle/CheckstyleReportGenerator.html#L860">860-865</a></td>
+<td><a 
href="./xref/org/apache/maven/plugins/checkstyle/CheckstyleReportGenerator.html#L861">861-866</a></td>
 <td>Medium</td></tr></table></div><a 
name="org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo"></a>
 <div class="section">
 <h3><a 
name="org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo"></a>org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo</h3>
@@ -210,7 +209,7 @@
 <td>Exceptional return value of java.io.File.mkdirs() ignored in 
org.apache.maven.plugins.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/plugins/checkstyle/CheckstyleViolationCheckMojo.html#L754">754</a></td>
+<td><a 
href="./xref/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.html#L770">770</a></td>
 <td>Medium</td></tr></table></div><a 
name="org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor"></a>
 <div class="section">
 <h3><a 
name="org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor"></a>org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor</h3>
@@ -222,45 +221,39 @@
 <th>Line</th>
 <th>Priority</th></tr>
 <tr class="b">
-<td>instanceof will always return true for all non-null values in 
org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest),
 since all java.net.URLClassLoader are instances of java.io.Closeable</td>
-<td>STYLE</td>
-<td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#BC_VACUOUS_INSTANCEOF";>BC_VACUOUS_INSTANCEOF</a></td>
-<td><a 
href="./xref/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#L251">251</a></td>
-<td>Medium</td></tr>
-<tr class="a">
 <td>Found reliance on default encoding in 
org.apache.maven.plugins.checkstyle.exec.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/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#L266">266</a></td>
+<td><a 
href="./xref/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#L208">208</a></td>
 <td>High</td></tr>
-<tr class="b">
+<tr class="a">
 <td>Found reliance on default encoding in 
org.apache.maven.plugins.checkstyle.exec.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/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#L517">517</a></td>
+<td><a 
href="./xref/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#L526">526</a></td>
 <td>High</td></tr></table></div><a 
name="org.apache.maven.plugins.checkstyle.rss.VelocityTemplate"></a>
 <div class="section">
 <h3><a 
name="org.apache.maven.plugins.checkstyle.rss.VelocityTemplate"></a>org.apache.maven.plugins.checkstyle.rss.VelocityTemplate</h3>
 <table border="0" class="table table-striped">
-<tr class="a">
+<tr class="b">
 <th>Bug</th>
 <th>Category</th>
 <th>Details</th>
 <th>Line</th>
 <th>Priority</th></tr>
-<tr class="b">
+<tr class="a">
 <td>Found reliance on default encoding in 
org.apache.maven.plugins.checkstyle.rss.VelocityTemplate.generate(String, 
String, Context): new java.io.FileWriter(File)</td>
 <td>I18N</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING";>DM_DEFAULT_ENCODING</a></td>
 <td><a 
href="./xref/org/apache/maven/plugins/checkstyle/rss/VelocityTemplate.html#L100">100</a></td>
 <td>High</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins.checkstyle.rss.VelocityTemplate.generate(String, 
String, Context) may fail to clean up java.io.Writer on checked exception</td>
 <td>EXPERIMENTAL</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE";>OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE</a></td>
 <td><a 
href="./xref/org/apache/maven/plugins/checkstyle/rss/VelocityTemplate.html#L100">100</a></td>
 <td>Medium</td></tr>
-<tr class="b">
+<tr class="a">
 <td>Exceptional return value of java.io.File.mkdirs() ignored in 
org.apache.maven.plugins.checkstyle.rss.VelocityTemplate.generate(String, 
String, Context)</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE";>RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td>
@@ -273,7 +266,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html
 Sat Feb  8 08:48:21 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
target/generated-site/xdoc/help-mojo.xml at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
target/generated-site/xdoc/help-mojo.xml at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; checkstyle:help</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
     <li class="active ">checkstyle:help</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -91,7 +91,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -117,7 +117,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:help</p>
+<p>org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:help</p>
       
 <p><b>Description</b>:</p>
       
@@ -265,7 +265,7 @@ goals will be displayed.</div>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/history.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/history.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/history.html
 Sat Feb  8 08:48:21 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/markdown/history.md.vm at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/markdown/history.md.vm at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Maven Checkstyle Plugin 
Releases History</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,9 +40,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Maven Checkstyle Plugin Releases History <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.0/src/site/markdown/history.md.vm";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+    <li class="active ">Maven Checkstyle Plugin Releases History <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.1/src/site/markdown/history.md.vm";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -91,7 +91,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -139,10 +139,10 @@
 <th>default <a class="externalLink" 
href="http://checkstyle.sourceforge.net/";>Checkstyle</a> version</th></tr>
 
 <tr class="b">
-<td>2019-05-12</td>
-<td>3.1.0</td>
+<td>2020-02-08</td>
+<td>3.1.1</td>
 <td>8</td>
-<td><a class="externalLink" 
href="http://checkstyle.sourceforge.net/releasenotes.html#Release_8.19";>8.19</a>
+<td><a class="externalLink" 
href="http://checkstyle.sourceforge.net/releasenotes.html#Release_8.29";>8.29</a>
 </td></tr>
 
 <tr class="a">
@@ -245,7 +245,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/index.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/index.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/index.html
 Sat Feb  8 08:48:21 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/index.apt.vm at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/index.apt.vm at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Maria Odea Ching" />
     <meta name="Date-Creation-yyyymmdd" content="20150501" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Introduction <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.0/src/site/apt/index.apt.vm";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+    <li class="active ">Introduction <a 
href="https://github.com/apache/maven-checkstyle-plugin/tree/maven-checkstyle-plugin-3.1.1/src/site/apt/index.apt.vm";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -110,7 +110,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -131,8 +131,8 @@
         <div id="bodyColumn"  class="span10" >
 <div class="section">
 <h2><a name="Apache_Maven_Checkstyle_Plugin"></a>Apache Maven Checkstyle 
Plugin</h2>
-<p>The Checkstyle Plugin generates a report regarding the code style used by 
the developers. For more information about Checkstyle, see <a 
class="externalLink" 
href="http://checkstyle.sourceforge.net/";>http://checkstyle.sourceforge.net/</a>.</p>
-<p>This version of the plugin uses Checkstyle 8.19 by default and requires 
Java 8. But you can <a href="./examples/upgrading-checkstyle.html">upgrade the 
version used at runtime</a>.</p>
+<p>The Checkstyle Plugin generates a report regarding the code style used by 
the developers. For more information about Checkstyle, see <a 
class="externalLink" 
href="https://checkstyle.org/";>https://checkstyle.org/</a>.</p>
+<p>This version of the plugin uses Checkstyle 8.29 by default and requires 
Java 8. But you can <a href="./examples/upgrading-checkstyle.html">upgrade the 
version used at runtime</a>.</p>
 <p>The plugin can be configured in the project's POM. Predefined rulesets 
available for use in this version of the plugin are: <a class="externalLink" 
href="http://checkstyle.sourceforge.net/sun_style.html";><tt>sun_checks.xml</tt></a>
 and <a class="externalLink" 
href="http://checkstyle.sourceforge.net/google_style.html";><tt>google_checks.xml</tt></a>.
 You can also use a custom ruleset by specifying it in the plugin 
configuration.</p>
 <div class="section">
 <h3><a name="Goals_Overview"></a>Goals Overview</h3>
@@ -149,9 +149,9 @@
 <li><tt>testSourceDirectory</tt>: use <tt>testSourceDirectories</tt> 
instead.</li></ul></div>
 <div class="section">
 <h3><a name="Usage"></a>Usage</h3>
-<p>General instructions on how to use the Checkstyle Plugin can be found on 
the <a href="./usage.html">usage page</a>. Some more specific use cases are 
described in the examples given below. Last but not least, users occasionally 
contribute additional examples, tips or errata to the <a class="externalLink" 
href="http://docs.codehaus.org/display/MAVENUSER/Checkstyle+Plugin";>plugin's 
wiki page</a>.</p>
+<p>General instructions on how to use the Checkstyle Plugin can be found on 
the <a href="./usage.html">usage page</a>. Some more specific use cases are 
described in the examples given below.</p>
 <p>In case you still have questions regarding the plugin's usage, please have 
a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a 
href="./mail-lists.html">user mailing list</a>. The posts to the mailing list 
are archived and could already contain the answer to your question as part of 
an older thread. Hence, it is also worth browsing/searching the <a 
href="./mail-lists.html">mail archive</a>.</p>
-<p>If you feel like the plugin is missing a feature or has a defect, you can 
fill a feature request or bug report in our <a 
href="./issue-tracking.html">issue tracker</a>. When creating a new issue, 
please provide a comprehensive description of your concern. Especially for 
fixing bugs it is crucial that the developers can reproduce your problem. For 
this reason, entire debug logs, POMs or most preferably little demo projects 
attached to the issue are very much appreciated. Of course, patches are 
welcome, too. Contributors can check out the project from our <a 
href="./source-repository.html">source repository</a> and will find 
supplementary information in the <a class="externalLink" 
href="http://maven.apache.org/guides/development/guide-helping.html";>guide to 
helping with Maven</a>.</p></div>
+<p>If you feel like the plugin is missing a feature or has a defect, you can 
fill a feature request or bug report in our <a 
href="./issue-management.html">issue tracker</a>. When creating a new issue, 
please provide a comprehensive description of your concern. Especially for 
fixing bugs it is crucial that the developers can reproduce your problem. For 
this reason, entire debug logs, POMs or most preferably little demo projects 
attached to the issue are very much appreciated. Of course, patches are 
welcome, too. Contributors can check out the project from our <a 
href="./source-repository.html">source repository</a> and will find 
supplementary information in the <a class="externalLink" 
href="http://maven.apache.org/guides/development/guide-helping.html";>guide to 
helping with Maven</a>.</p></div>
 <div class="section">
 <h3><a name="Examples"></a>Examples</h3>
 <p>The following examples show how to use the Checkstyle Plugin in more 
advanced usecases:</p>
@@ -170,7 +170,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/invoker-report.html
 Sat Feb  8 08:48:21 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.apache.maven.plugins:maven-invoker-plugin:3.1.0:report at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.apache.maven.plugins:maven-invoker-plugin:3.2.1:report at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Invoker Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
     <li class="active ">Invoker Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -79,10 +79,9 @@
     <li><a href="apidocs/index.html" title="Javadoc"><span 
class="none"></span>Javadoc</a></li>
     <li><a href="testapidocs/index.html" title="Test Javadoc"><span 
class="none"></span>Test Javadoc</a></li>
     <li><a href="findbugs.html" title="FindBugs"><span 
class="none"></span>FindBugs</a></li>
-    <li><a href="sonar.html" title="Sonar"><span 
class="none"></span>Sonar</a></li>
     <li><a href="plugin-info.html" title="Plugin Documentation"><span 
class="none"></span>Plugin Documentation</a></li>
     <li class="active"><a href="#"><span class="none"></span>Invoker Build 
Results</a></li>
-    <li><a href="l10n-status.html" title="L10n Status"><span 
class="none"></span>L10n Status</a></li>
+    <li><a href="l10n-report.html" title="L10n validation"><span 
class="none"></span>L10n validation</a></li>
     </ul>
 </li>
       <li class="nav-header">Maven Projects</li>
@@ -108,7 +107,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -142,13 +141,13 @@
 <th>Total Time</th>
 <th>Avg Time</th></tr>
 <tr class="b">
-<td>44</td>
-<td>44</td>
+<td>45</td>
+<td>45</td>
 <td>0</td>
 <td>0</td>
 <td>100.0%</td>
-<td>385.3&#xa0;s</td>
-<td>8.8&#xa0;s</td></tr></table>
+<td>400.8&#xa0;s</td>
+<td>8.9&#xa0;s</td></tr></table>
 <div class="section">
 <h3><a name="Build_Details"></a>Build Details</h3></div>
 <table border="0" class="table table-striped">
@@ -158,224 +157,229 @@
 <th>Time</th>
 <th>Message</th></tr>
 <tr class="b">
-<td>MCHECKSTYLE-365/pom.xml</td>
+<td>multi-modules/pom.xml</td>
 <td>success</td>
-<td>10.7&#xa0;s</td>
+<td>8.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-137/pom.xml</td>
+<td>MCHECKSTYLE-332_cache-checker/pom.xml</td>
 <td>success</td>
-<td>7.1&#xa0;s</td>
+<td>7.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>multi-modules/pom.xml</td>
+<td>MCHECKSTYLE-222-no-resources/pom.xml</td>
 <td>success</td>
-<td>8.7&#xa0;s</td>
+<td>7.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-253-jdk8/pom.xml</td>
+<td>MCHECKSTYLE-129/pom.xml</td>
 <td>success</td>
-<td>7.3&#xa0;s</td>
+<td>12.4&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>minimal-pom/pom.xml</td>
+<td>checkstyle-report/pom.xml</td>
 <td>success</td>
-<td>11.3&#xa0;s</td>
+<td>9.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-169/pom.xml</td>
+<td>MCHECKSTYLE-172/pom.xml</td>
 <td>success</td>
-<td>7.0&#xa0;s</td>
+<td>9.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-347/pom.xml</td>
+<td>MCHECKSTYLE-225-customHeader/pom.xml</td>
 <td>success</td>
-<td>5.5&#xa0;s</td>
+<td>7.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-224/pom.xml</td>
+<td>MCHECKSTYLE-260-testSourceDirectories/pom.xml</td>
 <td>success</td>
-<td>11.4&#xa0;s</td>
+<td>9.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>check-fail/pom.xml</td>
+<td>MCHECKSTYLE-193/pom.xml</td>
 <td>success</td>
-<td>8.8&#xa0;s</td>
+<td>6.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>check-tests-only/pom.xml</td>
+<td>MCHECKSTYLE-70-multi-sourcefolder/pom.xml</td>
 <td>success</td>
-<td>6.5&#xa0;s</td>
+<td>10.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>checkstyle-report/pom.xml</td>
+<td>MCHECKSTYLE-338/pom.xml</td>
 <td>success</td>
-<td>9.1&#xa0;s</td>
+<td>9.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-54/pom.xml</td>
+<td>MCHECKSTYLE-219-no-license_failure/pom.xml</td>
 <td>success</td>
-<td>6.5&#xa0;s</td>
+<td>6.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>inlinerules/pom.xml</td>
+<td>check-pass/pom.xml</td>
 <td>success</td>
-<td>7.0&#xa0;s</td>
+<td>8.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-222-testResources/pom.xml</td>
+<td>MCHECKSTYLE-224/pom.xml</td>
 <td>success</td>
-<td>6.7&#xa0;s</td>
+<td>14.7&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-70-multi-sourcefolder/pom.xml</td>
+<td>multimoduleproject/pom.xml</td>
 <td>success</td>
-<td>9.7&#xa0;s</td>
+<td>7.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-173-without-charset/pom.xml</td>
+<td>MCHECKSTYLE-365/pom.xml</td>
 <td>success</td>
-<td>10.3&#xa0;s</td>
+<td>10.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-332_cache-checker/pom.xml</td>
+<td>MCHECKSTYLE-137/pom.xml</td>
 <td>success</td>
-<td>7.3&#xa0;s</td>
+<td>6.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-225-customHeader/pom.xml</td>
+<td>minimal-pom/pom.xml</td>
 <td>success</td>
-<td>8.0&#xa0;s</td>
+<td>13.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-338/pom.xml</td>
+<td>checkstyle-goal/pom.xml</td>
 <td>success</td>
-<td>9.9&#xa0;s</td>
+<td>6.9&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-193/pom.xml</td>
+<td>MCHECKSTYLE-225-pluginManagement/pom.xml</td>
 <td>success</td>
-<td>7.4&#xa0;s</td>
+<td>7.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-225-LICENSE.txt/pom.xml</td>
+<td>inlinerules/pom.xml</td>
 <td>success</td>
-<td>7.9&#xa0;s</td>
+<td>6.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>multi-modules-aggregate/pom.xml</td>
+<td>MCHECKSTYLE-357/pom.xml</td>
 <td>success</td>
-<td>9.0&#xa0;s</td>
+<td>11.3&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-357-with-header-override/pom.xml</td>
+<td>MCHECKSTYLE-222-resources/pom.xml</td>
 <td>success</td>
-<td>13.8&#xa0;s</td>
+<td>8.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-131/pom.xml</td>
+<td>MCHECKSTYLE-253-jdk8/pom.xml</td>
 <td>success</td>
-<td>6.4&#xa0;s</td>
+<td>6.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>checkstyle-goal/pom.xml</td>
+<td>MCHECKSTYLE-260-sourceDirectories/pom.xml</td>
 <td>success</td>
-<td>7.2&#xa0;s</td>
+<td>14.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-260-testSourceDirectories/pom.xml</td>
+<td>MCHECKSTYLE-337/pom.xml</td>
 <td>success</td>
-<td>9.1&#xa0;s</td>
+<td>8.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-219-no-license_failure/pom.xml</td>
+<td>MCHECKSTYLE-295/pom.xml</td>
 <td>success</td>
-<td>6.8&#xa0;s</td>
+<td>7.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-220/pom.xml</td>
+<td>MCHECKSTYLE-131/pom.xml</td>
 <td>success</td>
-<td>8.6&#xa0;s</td>
+<td>6.4&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-173-with-charset/pom.xml</td>
+<td>MCHECKSTYLE-54/pom.xml</td>
 <td>success</td>
-<td>10.5&#xa0;s</td>
+<td>6.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-214-basedir-resource/pom.xml</td>
+<td>MCHECKSTYLE-268/pom.xml</td>
 <td>success</td>
-<td>5.9&#xa0;s</td>
+<td>8.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-222-no-resources/pom.xml</td>
+<td>MCHECKSTYLE-219-no-license_success/pom.xml</td>
 <td>success</td>
-<td>5.0&#xa0;s</td>
+<td>7.4&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-337/pom.xml</td>
+<td>MCHECKSTYLE-173-with-charset/pom.xml</td>
 <td>success</td>
-<td>8.4&#xa0;s</td>
+<td>11.7&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-268/pom.xml</td>
+<td>check-fail/pom.xml</td>
 <td>success</td>
-<td>9.2&#xa0;s</td>
+<td>11.4&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-222-resources/pom.xml</td>
+<td>check-tests-only/pom.xml</td>
 <td>success</td>
-<td>7.3&#xa0;s</td>
+<td>6.4&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-219-no-license_success/pom.xml</td>
+<td>MCHECKSTYLE-225-LICENSE.txt/pom.xml</td>
 <td>success</td>
-<td>9.7&#xa0;s</td>
+<td>7.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MCHECKSTYLE-163/pom.xml</td>
 <td>success</td>
-<td>5.9&#xa0;s</td>
+<td>5.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-172/pom.xml</td>
+<td>MCHECKSTYLE-347/pom.xml</td>
 <td>success</td>
-<td>10.3&#xa0;s</td>
+<td>5.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-225-pluginManagement/pom.xml</td>
+<td>MCHECKSTYLE-220/pom.xml</td>
 <td>success</td>
-<td>7.4&#xa0;s</td>
+<td>8.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-260-sourceDirectories/pom.xml</td>
+<td>MCHECKSTYLE-169/pom.xml</td>
 <td>success</td>
-<td>10.4&#xa0;s</td>
+<td>8.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>multimoduleproject/pom.xml</td>
+<td>MCHECKSTYLE-222-testResources/pom.xml</td>
 <td>success</td>
-<td>7.1&#xa0;s</td>
+<td>6.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>check-pass/pom.xml</td>
+<td>multi-modules-aggregate/pom.xml</td>
 <td>success</td>
-<td>8.2&#xa0;s</td>
+<td>8.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-129/pom.xml</td>
+<td>MCHECKSTYLE-214-basedir-resource/pom.xml</td>
 <td>success</td>
-<td>12.4&#xa0;s</td>
+<td>6.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCHECKSTYLE-357/pom.xml</td>
+<td>MCHECKSTYLE-371/pom.xml</td>
 <td>success</td>
-<td>25.6&#xa0;s</td>
+<td>7.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCHECKSTYLE-295/pom.xml</td>
+<td>MCHECKSTYLE-173-without-charset/pom.xml</td>
 <td>success</td>
-<td>6.9&#xa0;s</td>
+<td>19.1&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>MCHECKSTYLE-357-with-header-override/pom.xml</td>
+<td>success</td>
+<td>15.3&#xa0;s</td>
 <td></td></tr></table>
         </div>
       </div>
@@ -384,7 +388,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/issue-management.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/issue-management.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/issue-management.html
 Sat Feb  8 08:48:21 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management
 at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management
 at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
     <li class="active ">Issue Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -108,7 +108,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -141,7 +141,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Added: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/l10n-report.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/l10n-report.html
 (added)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/l10n-report.html
 Sat Feb  8 08:48:21 2020
@@ -0,0 +1,365 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
com.googlecode.l10n-maven-plugin:l10n-maven-plugin:1.8:report at 2020-02-08
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Maven Checkstyle Plugin &#x2013; L10n properties validation 
report</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script type="text/javascript" 
src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/"; 
id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Checkstyle Plugin"/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img 
src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
+    <li class="active ">L10n properties validation report</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span 
class="none"></span>Introduction</a></li>
+    <li><a href="plugin-info.html" title="Goals"><span 
class="none"></span>Goals</a></li>
+    <li><a href="usage.html" title="Usage"><span 
class="none"></span>Usage</a></li>
+    <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="http://www.apache.org/licenses/"; class="externalLink" 
title="License"><span class="none"></span>License</a></li>
+    <li><a href="download.html" title="Download"><span 
class="none"></span>Download</a></li>
+    <li><a href="history.html" title="Releases History"><span 
class="none"></span>Releases History</a></li>
+      <li class="nav-header">Examples</li>
+    <li><a href="examples/upgrading-checkstyle.html" title="Upgrading 
Checkstyle at Runtime"><span class="none"></span>Upgrading Checkstyle at 
Runtime</a></li>
+    <li><a href="examples/inline-checker-config.html" title="Using an Inline 
Checkstyle Checker Configuration"><span class="none"></span>Using an Inline 
Checkstyle Checker Configuration</a></li>
+    <li><a href="examples/custom-checker-config.html" title="Using a Custom 
Checkstyle Checker Configuration"><span class="none"></span>Using a Custom 
Checkstyle Checker Configuration</a></li>
+    <li><a href="examples/custom-property-expansion.html" title="Using Custom 
Checkstyle Property Expansion Definitions"><span class="none"></span>Using 
Custom Checkstyle Property Expansion Definitions</a></li>
+    <li><a href="examples/suppressions-filter.html" title="Using a 
Suppressions Filter"><span class="none"></span>Using a Suppressions 
Filter</a></li>
+    <li><a href="examples/custom-developed-checkstyle.html" title="Using 
Custom Developed Checkstyle Checks"><span class="none"></span>Using Custom 
Developed Checkstyle Checks</a></li>
+    <li><a href="examples/multi-module-config.html" title="Multimodule 
Configuration"><span class="none"></span>Multimodule Configuration</a></li>
+      <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-right"></span>Project Information</a></li>
+    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-down"></span>Project Reports</a>
+    <ul class="nav nav-list">
+    <li><a href="surefire-report.html" title="Surefire Report"><span 
class="none"></span>Surefire Report</a></li>
+    <li><a href="checkstyle.html" title="Checkstyle"><span 
class="none"></span>Checkstyle</a></li>
+    <li><a href="cpd.html" title="CPD"><span class="none"></span>CPD</a></li>
+    <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li>
+    <li><a href="xref/index.html" title="Source Xref"><span 
class="none"></span>Source Xref</a></li>
+    <li><a href="xref-test/index.html" title="Test Source Xref"><span 
class="none"></span>Test Source Xref</a></li>
+    <li><a href="taglist.html" title="Tag List"><span class="none"></span>Tag 
List</a></li>
+    <li><a href="apidocs/index.html" title="Javadoc"><span 
class="none"></span>Javadoc</a></li>
+    <li><a href="testapidocs/index.html" title="Test Javadoc"><span 
class="none"></span>Test Javadoc</a></li>
+    <li><a href="findbugs.html" title="FindBugs"><span 
class="none"></span>FindBugs</a></li>
+    <li><a href="plugin-info.html" title="Plugin Documentation"><span 
class="none"></span>Plugin Documentation</a></li>
+    <li><a href="invoker-report.html" title="Invoker Build Results"><span 
class="none"></span>Invoker Build Results</a></li>
+    <li class="active"><a href="#"><span class="none"></span>L10n 
validation</a></li>
+    </ul>
+</li>
+      <li class="nav-header">Maven Projects</li>
+    <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
+    <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span 
class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search"; method="get" >
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject"; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    </div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy"><img class="builtBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
+<a name="summary"></a>
+<p>Validation of properties detected some issues, but no blocking error.</p>
+<ul>
+<li><a href="#Missing_translation">Missing translation</a> 27</li>
+<li><a href="#Almost_identical_translation">Almost identical translation</a> 
2</li>
+<li><i><a href="#Identical_translations">Identical translations</a> 
2</i></li></ul><a name="Missing_translation"></a><a 
name="aWARN_Missing_translation"></a>
+<div class="section">
+<h2><a name="a.5BWARN.5D_Missing_translation"></a>[WARN] Missing 
translation</h2>
+<p>The following resources are translated in at least 2 languages, but not in 
all languages. This may be valid if translation is on-going, or parts of the 
content are not available in all languages. The resources from root bundle 
(file name without a _) are not taken into account, as it usually contains 
resources that do not need localization.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>-</th>
+<th>Key</th>
+<th>File</th>
+<th>Issue</th>
+<th>Property value</th></tr>
+<tr class="b">
+<td>1</td>
+<td>report.checkstyle.checkstylelink</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>2</td>
+<td>report.checkstyle.column.line</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>3</td>
+<td>report.checkstyle.column.message</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>4</td>
+<td>report.checkstyle.column.severity</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>5</td>
+<td>report.checkstyle.column.violation</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>6</td>
+<td>report.checkstyle.description</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>7</td>
+<td>report.checkstyle.details</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>8</td>
+<td>report.checkstyle.error</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>9</td>
+<td>report.checkstyle.errors</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>10</td>
+<td>report.checkstyle.errors.abbrev</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>11</td>
+<td>report.checkstyle.file</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>12</td>
+<td>report.checkstyle.files</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>13</td>
+<td>report.checkstyle.info</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>14</td>
+<td>report.checkstyle.infos</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>15</td>
+<td>report.checkstyle.infos.abbrev</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>16</td>
+<td>report.checkstyle.name</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>17</td>
+<td>report.checkstyle.norule</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>18</td>
+<td>report.checkstyle.rule</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>19</td>
+<td>report.checkstyle.rules</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>20</td>
+<td>report.checkstyle.ruleset</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>21</td>
+<td>report.checkstyle.severity_title</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>22</td>
+<td>report.checkstyle.summary</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>23</td>
+<td>report.checkstyle.title</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>24</td>
+<td>report.checkstyle.violations</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>25</td>
+<td>report.checkstyle.warning</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="a">
+<td>26</td>
+<td>report.checkstyle.warnings</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr>
+<tr class="b">
+<td>27</td>
+<td>report.checkstyle.warnings.abbrev</td>
+<td>[checkstyle-report_en.properties]</td>
+<td>Resource is not translated, although there are translations in 4 other 
languages</td>
+<td>[null]</td></tr></table></div><hr /><a href="#summary">Up</a><a 
name="Almost_identical_translation"></a><a 
name="aWARN_Almost_identical_translation"></a>
+<div class="section">
+<h2><a name="a.5BWARN.5D_Almost_identical_translation"></a>[WARN] Almost 
identical translation</h2>
+<p>The following resources have the same translation in some languages, 
suggesting it is not language dependent. But the value is different in some 
other languages.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>-</th>
+<th>Key</th>
+<th>File</th>
+<th>Issue</th>
+<th>Property value</th></tr>
+<tr class="b">
+<td>28</td>
+<td>report.checkstyle.errors.abbrev</td>
+<td>[checkstyle-report_pt_BR.properties, checkstyle-report.properties, 
checkstyle-report_fr.properties]</td>
+<td>Resource has identical translation in 3 languages, but 1 different 
value(s) in the other languages [checkstyle-report_sv.properties, 
checkstyle-report_de.properties]</td>
+<td>[E]</td></tr>
+<tr class="a">
+<td>29</td>
+<td>report.checkstyle.info</td>
+<td>[checkstyle-report_de.properties, checkstyle-report.properties, 
checkstyle-report_sv.properties, checkstyle-report_fr.properties]</td>
+<td>Resource has identical translation in 4 languages, but 1 different 
value(s) in the other languages [checkstyle-report_pt_BR.properties]</td>
+<td>[Info]</td></tr></table></div><hr /><a href="#summary">Up</a><a 
name="Identical_translations"></a><a name="aINFO_Identical_translations"></a>
+<div class="section">
+<h2><a name="a.5BINFO.5D_Identical_translations"></a>[INFO] Identical 
translations</h2>
+<p>The following resources have the same translation in all languages. If 
resources are not language dependent, they could be moved to root bundle to 
avoid duplication.</p>
+<table border="0" class="table table-striped">
+<tr class="b">
+<th>-</th>
+<th>Key</th>
+<th>File</th>
+<th>Issue</th>
+<th>Property value</th></tr>
+<tr class="a">
+<td>30</td>
+<td>report.checkstyle.infos.abbrev</td>
+<td>[checkstyle-report_pt_BR.properties, checkstyle-report_de.properties, 
checkstyle-report.properties, checkstyle-report_sv.properties, 
checkstyle-report_fr.properties]</td>
+<td>Resource has identical translation in all languages, it could be defined 
in a root bundle</td>
+<td>[I]</td></tr>
+<tr class="b">
+<td>31</td>
+<td>report.checkstyle.name</td>
+<td>[checkstyle-report_pt_BR.properties, checkstyle-report_de.properties, 
checkstyle-report.properties, checkstyle-report_sv.properties, 
checkstyle-report_fr.properties]</td>
+<td>Resource has identical translation in all languages, it could be defined 
in a root bundle</td>
+<td>[Checkstyle]</td></tr></table></div><hr /><a href="#summary">Up</a>
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2005&#x2013;2020
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+      </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/mailing-lists.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/mailing-lists.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/mailing-lists.html
 Sat Feb  8 08:48:21 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists 
at 2019-05-12
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists 
at 2020-02-08
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190512" />
+    <meta name="Date-Revision-yyyymmdd" content="20200208" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Checkstyle Plugin &#x2013; Project Mailing 
Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Checkstyle 
Plugin">Apache Maven Checkstyle Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Mailing Lists</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2019-05-12</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-02-08</li>
+          <li id="projectVersion" class="pull-right">Version: 3.1.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -108,7 +108,7 @@
     <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
 </ul>
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-checkstyle-plugin/" 
name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
 <script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
@@ -313,7 +313,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2005&#x2013;2019
+            <p>Copyright &copy;2005&#x2013;2020
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>


Reply via email to