Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html
 Sat Feb  8 08:48:21 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CheckstyleExecutorRequest (Apache Maven Checkstyle Plugin 3.1.0 
API)</title>
+<title>CheckstyleExecutorRequest (Apache Maven Checkstyle Plugin 3.1.1 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CheckstyleExecutorRequest (Apache Maven 
Checkstyle Plugin 3.1.0 API)";
+            parent.document.title="CheckstyleExecutorRequest (Apache Maven 
Checkstyle Plugin 3.1.1 API)";
         }
     }
     catch(err) {
@@ -114,8 +114,6 @@ extends <a href="https://docs.oracle.com
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>2.5</dd>
-<dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id$</dd>
 <dt><span class="simpleTagLabel">Author:</span></dt>
 <dd>Olivier Lamy</dd>
 </dl>
@@ -165,13 +163,13 @@ extends <a href="https://docs.oracle.com
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getConfigLocation--">getConfigLocation</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getConfigurationArtifacts--">getConfigurationArtifacts</a></span>()</code>
 <div class="block">Returns a list of artifacts, which may contain the 
checkstyle configuration.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td 
class="colFirst"><code>com.puppycrawl.tools.checkstyle.DefaultLogger</code></td>
+<td class="colFirst"><code><a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/DefaultLogger.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle">DefaultLogger</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getConsoleListener--">getConsoleListener</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
@@ -193,17 +191,17 @@ extends <a href="https://docs.oracle.com
 </td>
 </tr>
 <tr id="i8" class="altColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getLicenseArtifacts--">getLicenseArtifacts</a></span>()</code>
 <div class="block">Returns a list of license artifacts, which may contain the 
license.</div>
 </td>
 </tr>
 <tr id="i9" class="rowColor">
-<td 
class="colFirst"><code>com.puppycrawl.tools.checkstyle.api.AuditListener</code></td>
+<td class="colFirst"><code><a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditListener.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditListener</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getListener--">getListener</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i10" class="altColor">
-<td class="colFirst"><code><a 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a></code></td>
+<td class="colFirst"><code><a 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getProject--">getProject</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i11" class="rowColor">
@@ -215,7 +213,7 @@ extends <a href="https://docs.oracle.com
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getPropertyExpansion--">getPropertyExpansion</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i13" class="rowColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getReactorProjects--">getReactorProjects</a></span>()</code>
 <div class="block">Returns the list of reactor projects.</div>
 </td>
@@ -229,7 +227,7 @@ extends <a href="https://docs.oracle.com
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getResourceIncludes--">getResourceIncludes</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i16" class="altColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getResources--">getResources</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i17" class="rowColor">
@@ -249,7 +247,7 @@ extends <a href="https://docs.oracle.com
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getSuppressionsLocation--">getSuppressionsLocation</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i21" class="rowColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#getTestResources--">getTestResources</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i22" class="altColor">
@@ -304,13 +302,13 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i33" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setConfigurationArtifacts-java.util.List-">setConfigurationArtifacts</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;configArtifacts)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setConfigurationArtifacts-java.util.List-">setConfigurationArtifacts</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;configArtifacts)</code>
 <div class="block">Sets a list of artifacts, which may contain the checkstyle 
configuration.</div>
 </td>
 </tr>
 <tr id="i34" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setConsoleListener-com.puppycrawl.tools.checkstyle.DefaultLogger-">setConsoleListener</a></span>(com.puppycrawl.tools.checkstyle.DefaultLogger&nbsp;defaultLogger)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setConsoleListener-com.puppycrawl.tools.checkstyle.DefaultLogger-">setConsoleListener</a></span>(<a
 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/DefaultLogger.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle">DefaultLogger</a>&nbsp;defaultLogger)</code>&nbsp;</td>
 </tr>
 <tr id="i35" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
@@ -350,13 +348,13 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i44" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setLicenseArtifacts-java.util.List-">setLicenseArtifacts</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;licenseArtifacts)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setLicenseArtifacts-java.util.List-">setLicenseArtifacts</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;licenseArtifacts)</code>
 <div class="block">Sets a list of license artifacts, which may contain the 
license.</div>
 </td>
 </tr>
 <tr id="i45" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setListener-com.puppycrawl.tools.checkstyle.api.AuditListener-">setListener</a></span>(com.puppycrawl.tools.checkstyle.api.AuditListener&nbsp;listener)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setListener-com.puppycrawl.tools.checkstyle.api.AuditListener-">setListener</a></span>(<a
 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditListener.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr id="i46" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
@@ -364,7 +362,7 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i47" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setProject-org.apache.maven.project.MavenProject-">setProject</a></span>(<a
 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;project)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setProject-org.apache.maven.project.MavenProject-">setProject</a></span>(<a
 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;project)</code>&nbsp;</td>
 </tr>
 <tr id="i48" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
@@ -376,7 +374,7 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i50" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setReactorProjects-java.util.List-">setReactorProjects</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;&nbsp;pReactorProjects)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setReactorProjects-java.util.List-">setReactorProjects</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;&nbsp;pReactorProjects)</code>
 <div class="block">Sets the list of reactor projects.</div>
 </td>
 </tr>
@@ -390,7 +388,7 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i53" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setResources-java.util.List-">setResources</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setResources-java.util.List-">setResources</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources)</code>&nbsp;</td>
 </tr>
 <tr id="i54" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
@@ -410,7 +408,7 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i58" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setTestResources-java.util.List-">setTestResources</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;testResources)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html#setTestResources-java.util.List-">setTestResources</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;testResources)</code>&nbsp;</td>
 </tr>
 <tr id="i59" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a></code></td>
@@ -539,7 +537,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getProject</h4>
-<pre>public&nbsp;<a 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;getProject()</pre>
+<pre>public&nbsp;<a 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;getProject()</pre>
 </li>
 </ul>
 <a name="setProject-org.apache.maven.project.MavenProject-">
@@ -548,7 +546,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setProject</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setProject(<a
 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;project)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setProject(<a
 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;project)</pre>
 </li>
 </ul>
 <a name="getSuppressionsLocation--">
@@ -629,7 +627,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getResources</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;getResources()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;getResources()</pre>
 </li>
 </ul>
 <a name="setResources-java.util.List-">
@@ -638,7 +636,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setResources</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setResources(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setResources(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources)</pre>
 </li>
 </ul>
 <a name="getTestResources--">
@@ -647,7 +645,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getTestResources</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;getTestResources()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;getTestResources()</pre>
 </li>
 </ul>
 <a name="setTestResources-java.util.List-">
@@ -656,7 +654,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setTestResources</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setTestResources(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;testResources)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setTestResources(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;testResources)</pre>
 </li>
 </ul>
 <a name="isFailsOnError--">
@@ -683,7 +681,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getListener</h4>
-<pre>public&nbsp;com.puppycrawl.tools.checkstyle.api.AuditListener&nbsp;getListener()</pre>
+<pre>public&nbsp;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditListener.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditListener</a>&nbsp;getListener()</pre>
 </li>
 </ul>
 <a name="setListener-com.puppycrawl.tools.checkstyle.api.AuditListener-">
@@ -692,7 +690,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setListener</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setListener(com.puppycrawl.tools.checkstyle.api.AuditListener&nbsp;listener)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setListener(<a
 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditListener.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditListener</a>&nbsp;listener)</pre>
 </li>
 </ul>
 <a name="isConsoleOutput--">
@@ -719,7 +717,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setConsoleListener</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setConsoleListener(com.puppycrawl.tools.checkstyle.DefaultLogger&nbsp;defaultLogger)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setConsoleListener(<a
 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/DefaultLogger.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle">DefaultLogger</a>&nbsp;defaultLogger)</pre>
 </li>
 </ul>
 <a name="getConsoleListener--">
@@ -728,7 +726,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getConsoleListener</h4>
-<pre>public&nbsp;com.puppycrawl.tools.checkstyle.DefaultLogger&nbsp;getConsoleListener()</pre>
+<pre>public&nbsp;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/DefaultLogger.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle">DefaultLogger</a>&nbsp;getConsoleListener()</pre>
 </li>
 </ul>
 <a name="getStringOutputStream--">
@@ -911,7 +909,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getReactorProjects</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;&nbsp;getReactorProjects()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;&nbsp;getReactorProjects()</pre>
 <div class="block">Returns the list of reactor projects.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -925,7 +923,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setReactorProjects</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setReactorProjects(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;&nbsp;pReactorProjects)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setReactorProjects(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&gt;&nbsp;pReactorProjects)</pre>
 <div class="block">Sets the list of reactor projects.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -941,7 +939,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getLicenseArtifacts</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;getLicenseArtifacts()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;getLicenseArtifacts()</pre>
 <div class="block">Returns a list of license artifacts, which may contain the 
license.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -955,7 +953,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setLicenseArtifacts</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setLicenseArtifacts(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;licenseArtifacts)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setLicenseArtifacts(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;licenseArtifacts)</pre>
 <div class="block">Sets a list of license artifacts, which may contain the 
license.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -971,7 +969,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getConfigurationArtifacts</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;getConfigurationArtifacts()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;getConfigurationArtifacts()</pre>
 <div class="block">Returns a list of artifacts, which may contain the 
checkstyle configuration.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -985,7 +983,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setConfigurationArtifacts</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setConfigurationArtifacts(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;configArtifacts)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;setConfigurationArtifacts(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&gt;&nbsp;configArtifacts)</pre>
 <div class="block">Sets a list of artifacts, which may contain the checkstyle 
configuration.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1141,6 +1139,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2020 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html
 Sat Feb  8 08:48:21 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CheckstyleResults (Apache Maven Checkstyle Plugin 3.1.0 API)</title>
+<title>CheckstyleResults (Apache Maven Checkstyle Plugin 3.1.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CheckstyleResults (Apache Maven Checkstyle 
Plugin 3.1.0 API)";
+            parent.document.title="CheckstyleResults (Apache Maven Checkstyle 
Plugin 3.1.1 API)";
         }
     }
     catch(err) {
@@ -114,8 +114,6 @@ extends <a href="https://docs.oracle.com
 <div class="block">Object holding the references to the CheckstyleResults.
  TODO: provide fallback to disk based storage if too many results.</div>
 <dl>
-<dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id$</dd>
 <dt><span class="simpleTagLabel">Author:</span></dt>
 <dd><a href="mailto:joa...@erdfelt.net";>Joakim Erdfelt</a></dd>
 </dl>
@@ -155,7 +153,7 @@ extends <a href="https://docs.oracle.com
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td 
class="colFirst"><code>com.puppycrawl.tools.checkstyle.api.Configuration</code></td>
+<td class="colFirst"><code><a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">Configuration</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getConfiguration--">getConfiguration</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -163,39 +161,39 @@ extends <a href="https://docs.oracle.com
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getFileCount--">getFileCount</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getFiles--">getFiles</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getFileViolations-java.lang.String-">getFileViolations</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;file)</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getSeverityCount-java.util.List-com.puppycrawl.tools.checkstyle.api.SeverityLevel-">getSeverityCount</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&nbsp;violations,
-                
com.puppycrawl.tools.checkstyle.api.SeverityLevel&nbsp;level)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getSeverityCount-java.util.List-com.puppycrawl.tools.checkstyle.api.SeverityLevel-">getSeverityCount</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&nbsp;violations,
+                <a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">SeverityLevel</a>&nbsp;level)</code>&nbsp;</td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getSeverityCount-com.puppycrawl.tools.checkstyle.api.SeverityLevel-">getSeverityCount</a></span>(com.puppycrawl.tools.checkstyle.api.SeverityLevel&nbsp;level)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getSeverityCount-com.puppycrawl.tools.checkstyle.api.SeverityLevel-">getSeverityCount</a></span>(<a
 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">SeverityLevel</a>&nbsp;level)</code>&nbsp;</td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#getSeverityCount-java.lang.String-com.puppycrawl.tools.checkstyle.api.SeverityLevel-">getSeverityCount</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;file,
-                
com.puppycrawl.tools.checkstyle.api.SeverityLevel&nbsp;level)</code>&nbsp;</td>
+                <a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">SeverityLevel</a>&nbsp;level)</code>&nbsp;</td>
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#setConfiguration-com.puppycrawl.tools.checkstyle.api.Configuration-">setConfiguration</a></span>(com.puppycrawl.tools.checkstyle.api.Configuration&nbsp;configuration)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#setConfiguration-com.puppycrawl.tools.checkstyle.api.Configuration-">setConfiguration</a></span>(<a
 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">Configuration</a>&nbsp;configuration)</code>&nbsp;</td>
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#setFiles-java.util.Map-">setFiles</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&gt;&nbsp;files)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#setFiles-java.util.Map-">setFiles</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&gt;&nbsp;files)</code>&nbsp;</td>
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html#setFileViolations-java.lang.String-java.util.List-">setFileViolations</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;file,
-                 <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&nbsp;violations)</code>&nbsp;</td>
+                 <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&nbsp;violations)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -242,7 +240,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getFileViolations</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&nbsp;getFileViolations(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;file)</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&nbsp;getFileViolations(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;file)</pre>
 </li>
 </ul>
 <a name="setFileViolations-java.lang.String-java.util.List-">
@@ -252,7 +250,7 @@ extends <a href="https://docs.oracle.com
 <li class="blockList">
 <h4>setFileViolations</h4>
 <pre>public&nbsp;void&nbsp;setFileViolations(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;file,
-                              <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&nbsp;violations)</pre>
+                              <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&nbsp;violations)</pre>
 </li>
 </ul>
 <a name="getFiles--">
@@ -261,7 +259,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getFiles</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&gt;&nbsp;getFiles()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&gt;&nbsp;getFiles()</pre>
 </li>
 </ul>
 <a name="setFiles-java.util.Map-">
@@ -270,7 +268,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setFiles</h4>
-<pre>public&nbsp;void&nbsp;setFiles(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&gt;&nbsp;files)</pre>
+<pre>public&nbsp;void&nbsp;setFiles(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&gt;&nbsp;files)</pre>
 </li>
 </ul>
 <a name="getFileCount--">
@@ -288,7 +286,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getSeverityCount</h4>
-<pre>public&nbsp;long&nbsp;getSeverityCount(com.puppycrawl.tools.checkstyle.api.SeverityLevel&nbsp;level)</pre>
+<pre>public&nbsp;long&nbsp;getSeverityCount(<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">SeverityLevel</a>&nbsp;level)</pre>
 </li>
 </ul>
 <a 
name="getSeverityCount-java.lang.String-com.puppycrawl.tools.checkstyle.api.SeverityLevel-">
@@ -298,7 +296,7 @@ extends <a href="https://docs.oracle.com
 <li class="blockList">
 <h4>getSeverityCount</h4>
 <pre>public&nbsp;long&nbsp;getSeverityCount(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;file,
-                             
com.puppycrawl.tools.checkstyle.api.SeverityLevel&nbsp;level)</pre>
+                             <a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">SeverityLevel</a>&nbsp;level)</pre>
 </li>
 </ul>
 <a 
name="getSeverityCount-java.util.List-com.puppycrawl.tools.checkstyle.api.SeverityLevel-">
@@ -307,8 +305,8 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getSeverityCount</h4>
-<pre>public&nbsp;long&nbsp;getSeverityCount(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;com.puppycrawl.tools.checkstyle.api.AuditEvent&gt;&nbsp;violations,
-                             
com.puppycrawl.tools.checkstyle.api.SeverityLevel&nbsp;level)</pre>
+<pre>public&nbsp;long&nbsp;getSeverityCount(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&nbsp;violations,
+                             <a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">SeverityLevel</a>&nbsp;level)</pre>
 </li>
 </ul>
 <a name="getConfiguration--">
@@ -317,7 +315,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getConfiguration</h4>
-<pre>public&nbsp;com.puppycrawl.tools.checkstyle.api.Configuration&nbsp;getConfiguration()</pre>
+<pre>public&nbsp;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">Configuration</a>&nbsp;getConfiguration()</pre>
 </li>
 </ul>
 <a name="setConfiguration-com.puppycrawl.tools.checkstyle.api.Configuration-">
@@ -326,7 +324,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setConfiguration</h4>
-<pre>public&nbsp;void&nbsp;setConfiguration(com.puppycrawl.tools.checkstyle.api.Configuration&nbsp;configuration)</pre>
+<pre>public&nbsp;void&nbsp;setConfiguration(<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">Configuration</a>&nbsp;configuration)</pre>
 </li>
 </ul>
 </li>
@@ -398,6 +396,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2020 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html
 Sat Feb  8 08:48:21 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultCheckstyleExecutor (Apache Maven Checkstyle Plugin 3.1.0 
API)</title>
+<title>DefaultCheckstyleExecutor (Apache Maven Checkstyle Plugin 3.1.1 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultCheckstyleExecutor (Apache Maven 
Checkstyle Plugin 3.1.0 API)";
+            parent.document.title="DefaultCheckstyleExecutor (Apache Maven 
Checkstyle Plugin 3.1.1 API)";
         }
     }
     catch(err) {
@@ -127,8 +127,6 @@ implements <a href="../../../../../../or
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>2.5</dd>
-<dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id$</dd>
 <dt><span class="simpleTagLabel">Author:</span></dt>
 <dd>Olivier Lamy</dd>
 </dl>
@@ -172,7 +170,7 @@ implements <a href="../../../../../../or
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#addSourceDirectory-org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener-java.util.Collection-java.util.Collection-java.util.List-org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest-">addSourceDirectory</a></span>(<a
 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleCheckerListener</a>&nbsp;sinkListener,
                   <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt;&nbsp;sourceDirectories,
                   <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt;&nbsp;testSourceDirectories,
-                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
+                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
                   <a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -180,7 +178,7 @@ implements <a href="../../../../../../or
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#executeCheckstyle-org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest-">executeCheckstyle</a></span>(<a
 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
-<td 
class="colFirst"><code>com.puppycrawl.tools.checkstyle.api.Configuration</code></td>
+<td class="colFirst"><code><a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">Configuration</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#getConfiguration-org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest-">getConfiguration</a></span>(<a
 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)</code>&nbsp;</td>
 </tr>
 </table>
@@ -237,7 +235,7 @@ implements <a href="../../../../../../or
 <h4>executeCheckstyle</h4>
 <pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleResults</a>&nbsp;executeCheckstyle(<a
 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)
                                     throws <a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorException.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorException</a>,
-                                           
com.puppycrawl.tools.checkstyle.api.CheckstyleException</pre>
+                                           <a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/CheckstyleException.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">CheckstyleException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutor.html#executeCheckstyle-org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest-">executeCheckstyle</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutor.html"
 title="interface in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutor</a></code></dd>
@@ -247,7 +245,7 @@ implements <a href="../../../../../../or
 <dd><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleResults.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec"><code>CheckstyleResults</code></a></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorException.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorException</a></code>
 - in case of an error during plugin execution.</dd>
-<dd><code>com.puppycrawl.tools.checkstyle.api.CheckstyleException</code> - in 
case of an error raised by Checkstyle.</dd>
+<dd><code><a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/CheckstyleException.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">CheckstyleException</a></code> - in case 
of an error raised by Checkstyle.</dd>
 </dl>
 </li>
 </ul>
@@ -260,7 +258,7 @@ implements <a href="../../../../../../or
 <pre>protected&nbsp;void&nbsp;addSourceDirectory(<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleCheckerListener</a>&nbsp;sinkListener,
                                   <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt;&nbsp;sourceDirectories,
                                   <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt;&nbsp;testSourceDirectories,
-                                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
+                                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
                                   <a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)</pre>
 </li>
 </ul>
@@ -270,8 +268,8 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getConfiguration</h4>
-<pre>public&nbsp;com.puppycrawl.tools.checkstyle.api.Configuration&nbsp;getConfiguration(<a
 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)
-                                                                   throws <a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorException.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorException</a></pre>
+<pre>public&nbsp;<a 
href="https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true";
 title="class or interface in 
com.puppycrawl.tools.checkstyle.api">Configuration</a>&nbsp;getConfiguration(<a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)
+                               throws <a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorException.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutor.html#getConfiguration-org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest-">getConfiguration</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutor.html"
 title="interface in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutor</a></code></dd>
@@ -349,6 +347,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2020 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/class-use/CheckstyleCheckerListener.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/class-use/CheckstyleCheckerListener.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/class-use/CheckstyleCheckerListener.html
 Sat Feb  8 08:48:21 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener (Apache 
Maven Checkstyle Plugin 3.1.0 API)</title>
+<title>Uses of Class 
org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener (Apache 
Maven Checkstyle Plugin 3.1.1 API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener (Apache 
Maven Checkstyle Plugin 3.1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener (Apache 
Maven Checkstyle Plugin 3.1.1 API)";
         }
     }
     catch(err) {
@@ -107,7 +107,7 @@
 <td class="colLast"><span 
class="typeNameLabel">DefaultCheckstyleExecutor.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.html#addSourceDirectory-org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener-java.util.Collection-java.util.Collection-java.util.List-org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest-">addSourceDirectory</a></span>(<a
 
href="../../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleCheckerListener</a>&nbsp;sinkListener,
                   <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt;&nbsp;sourceDirectories,
                   <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt;&nbsp;testSourceDirectories,
-                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.1/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
+                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://maven.apache.org/ref/3.6.3/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true";
 title="class or interface in 
org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
                   <a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutorRequest.html"
 title="class in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutorRequest</a>&nbsp;request)</code>&nbsp;</td>
 </tr>
 </tbody>
@@ -164,6 +164,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2020 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/class-use/CheckstyleExecutor.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/class-use/CheckstyleExecutor.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugins/checkstyle/exec/class-use/CheckstyleExecutor.html
 Sat Feb  8 08:48:21 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface 
org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutor (Apache Maven 
Checkstyle Plugin 3.1.0 API)</title>
+<title>Uses of Interface 
org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutor (Apache Maven 
Checkstyle Plugin 3.1.1 API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface 
org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutor (Apache Maven 
Checkstyle Plugin 3.1.0 API)";
+            parent.document.title="Uses of Interface 
org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutor (Apache Maven 
Checkstyle Plugin 3.1.1 API)";
         }
     }
     catch(err) {
@@ -108,11 +108,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutor.html"
 title="interface in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutor</a></code></td>
-<td class="colLast"><span 
class="typeNameLabel">AbstractCheckstyleReport.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</a></span></code>&nbsp;</td>
+<td class="colLast"><span 
class="typeNameLabel">CheckstyleViolationCheckMojo.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.html#checkstyleExecutor">checkstyleExecutor</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/exec/CheckstyleExecutor.html"
 title="interface in 
org.apache.maven.plugins.checkstyle.exec">CheckstyleExecutor</a></code></td>
-<td class="colLast"><span 
class="typeNameLabel">CheckstyleViolationCheckMojo.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.html#checkstyleExecutor">checkstyleExecutor</a></span></code>&nbsp;</td>
+<td class="colLast"><span 
class="typeNameLabel">AbstractCheckstyleReport.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</a></span></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -186,6 +186,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2020 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file


Reply via email to