You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by ad...@apache.org on 2018/01/21 17:23:20 UTC

svn commit: r1024105 [18/42] - in /websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugins/ apidocs/org/apache/maven/plugins/pmd/ apidocs/org/apache/ma...

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/pmd-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/pmd-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/pmd-mojo.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; pmd:pmd</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">pmd:pmd</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -199,7 +206,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                          
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -375,7 +382,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-pmd-plugin:3.8:pmd</p>
+<p>org.apache.maven.plugins:maven-pmd-plugin:3.9.0:pmd</p>
       
 <p><b>Description</b>:</p>
       
@@ -389,8 +396,6 @@
         
 <li>Requires dependency resolution of artifacts in scope: <tt>test</tt>.</li>
         
-<li>The goal is thread-safe and supports parallel builds.</li>
-        
 <li>Since version: <tt>2.0</tt>.</li>
       </ul>
       
@@ -422,7 +427,7 @@
 parameter is only evaluated if the goal is run directly from the
 command line or during the default lifecycle. If the goal is run
 indirectly as part of a site generation, the output directory
-configured in the Maven Site Plugin is used instead.<br /><b>User property is</b>: <tt>project.reporting.outputDirectory</tt>.</td>
+configured in the Maven Site Plugin is used instead.<br /><b>User property is</b>: <tt>project.reporting.outputDirectory</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -433,7 +438,7 @@ configured in the Maven Site Plugin is u
             
 <td><tt>2.0</tt></td>
             
-<td>The output directory for the intermediate XML report.<br /><b>User property is</b>: <tt>project.build.directory</tt>.</td>
+<td>The output directory for the intermediate XML report.<br /><b>User property is</b>: <tt>project.build.directory</tt>.<br /></td>
           </tr>
         </table>
       </div>
@@ -463,7 +468,7 @@ configured in the Maven Site Plugin is u
 <td><tt>2.2</tt></td>
             
 <td>Whether to build an aggregated report at the root, or build
-individual reports.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>aggregate</tt>.</td>
+individual reports.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>aggregate</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -476,7 +481,7 @@ individual reports.<br /><b>Default valu
             
 <td>Enables the analysis cache, which speeds up PMD. This requires a
 cache file, that contains the results of the last PMD run. Thus the
-cache is only effective, if this file is not cleaned between runs.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>pmd.analysisCache</tt>.</td>
+cache is only effective, if this file is not cleaned between runs.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>pmd.analysisCache</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -492,7 +497,7 @@ contains the results of the last PMD run
 between consecutive PMD runs. Otherwise the cache is not in use. If
 the file doesn't exist, PMD executes as if there is no cache
 enabled and all files are analyzed. Otherwise only changed files
-will be analyzed again.<br /><b>Default value is</b>: <tt>${project.build.directory}/pmd/pmd.cache</tt>.<br /><b>User property is</b>: <tt>pmd.analysisCacheLocation</tt>.</td>
+will be analyzed again.<br /><b>Default value is</b>: <tt>${project.build.directory}/pmd/pmd.cache</tt>.<br /><b>User property is</b>: <tt>pmd.analysisCacheLocation</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -503,7 +508,7 @@ will be analyzed again.<br /><b>Default
             
 <td><tt>3.1</tt></td>
             
-<td>Controls whether PMD will track benchmark information.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>pmd.benchmark</tt>.</td>
+<td>Controls whether PMD will track benchmark information.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>pmd.benchmark</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -514,7 +519,7 @@ will be analyzed again.<br /><b>Default
             
 <td><tt>3.1</tt></td>
             
-<td>Benchmark output filename.<br /><b>Default value is</b>: <tt>${project.build.directory}/pmd-benchmark.txt</tt>.<br /><b>User property is</b>: <tt>pmd.benchmarkOutputFilename</tt>.</td>
+<td>Benchmark output filename.<br /><b>Default value is</b>: <tt>${project.build.directory}/pmd-benchmark.txt</tt>.<br /><b>User property is</b>: <tt>pmd.benchmarkOutputFilename</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -540,7 +545,7 @@ PMD. Defaults to <tt>project.compileSour
 <td>File that lists classes and rules to be excluded from failures. For
 PMD, this is a properties file. For CPD, this is a text file that
 contains comma-separated lists of classes that are allowed to
-duplicate.<br /><b>User property is</b>: <tt>pmd.excludeFromFailureFile</tt>.</td>
+duplicate.<br /><b>User property is</b>: <tt>pmd.excludeFromFailureFile</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -583,7 +588,7 @@ instead.<br /></td>
 one of: &quot;none&quot;, &quot;csv&quot;, &quot;xml&quot;, &quot;txt&quot; or the full class name of the
 PMD renderer to use. See the net.sourceforge.pmd.renderers package
 javadoc for available renderers. XML is required if the pmd:check
-goal is being used.<br /><b>Default value is</b>: <tt>xml</tt>.<br /><b>User property is</b>: <tt>format</tt>.</td>
+goal is being used.<br /><b>Default value is</b>: <tt>xml</tt>.<br /><b>User property is</b>: <tt>format</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -642,7 +647,7 @@ currently <tt>java</tt>, <tt>javascript<
 <td><tt>2.0</tt></td>
             
 <td>Link the violation line numbers to the source xref. Links will be
-created automatically if the jxr plugin is being used.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>linkXRef</tt>.</td>
+created automatically if the jxr plugin is being used.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>linkXRef</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -654,7 +659,7 @@ created automatically if the jxr plugin
 <td><tt>2.1</tt></td>
             
 <td>The rule priority threshold; rules with lower priority than this
-will not be evaluated.<br /><b>Default value is</b>: <tt>5</tt>.<br /><b>User property is</b>: <tt>minimumPriority</tt>.</td>
+will not be evaluated.<br /><b>Default value is</b>: <tt>5</tt>.<br /><b>User property is</b>: <tt>minimumPriority</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -665,21 +670,51 @@ will not be evaluated.<br /><b>Default v
             
 <td><tt>2.5</tt></td>
             
-<td>The file encoding when writing non-HTML reports.<br /><b>Default value is</b>: <tt>${project.reporting.outputEncoding}</tt>.<br /><b>User property is</b>: <tt>outputEncoding</tt>.</td>
+<td>The file encoding when writing non-HTML reports.<br /><b>Default value is</b>: <tt>${project.reporting.outputEncoding}</tt>.<br /><b>User property is</b>: <tt>outputEncoding</tt>.<br /></td>
           </tr>
           
 <tr class="a">
             
+<td><b><a href="#renderProcessingErrors">renderProcessingErrors</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>3.9.0</tt></td>
+            
+<td>Also render processing errors into the HTML report. Processing
+errors are problems, that PMD encountered while executing the
+rules. It can be parsing errors or exceptions during rule
+execution. Processing errors indicate a bug in PMD and the
+information provided help in reporting and fixing bugs in PMD.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>pmd.renderProcessingErrors</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
 <td><b><a href="#rulesets">rulesets</a></b></td>
             
 <td><tt>String[]</tt></td>
             
 <td><tt>2.0</tt></td>
             
-<td>The PMD rulesets to use. See the <a class="externalLink" href="http://pmd.github.io/pmd-5.5.1/pmd-java/rules/index.html">Stock
-Java Rulesets</a> for a list of some included. Defaults to the
-java-basic, java-empty, java-imports, java-unnecessary and
-java-unusedcode rulesets.<br /></td>
+<td>The PMD rulesets to use. See the <a class="externalLink" href="https://pmd.github.io/latest/pmd_rules_java.html">Stock Java
+Rulesets</a> for a list of available rules. Defaults to a custom
+ruleset provided by this maven plugin
+(<tt>/rulesets/java/maven-pmd-plugin-default.xml</tt>).<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#showPmdLog">showPmdLog</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>3.9.0</tt></td>
+            
+<td>Redirect PMD log into maven log out. When enabled, the PMD log
+output is redirected to maven, so that it is visible in the console
+together with all the other log output. Also, if maven is started
+with the debug flag (<tt>-X</tt> or <tt>--debug</tt>), the
+PMD logger is also configured for debug.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>pmd.showPmdLog</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -691,7 +726,7 @@ java-unusedcode rulesets.<br /></td>
 <td><tt>2.1</tt></td>
             
 <td>Skip the PMD report generation. Most useful on the command line via
-&quot;-Dpmd.skip=true&quot;.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>pmd.skip</tt>.</td>
+&quot;-Dpmd.skip=true&quot;.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>pmd.skip</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -714,7 +749,7 @@ duplications found. Defaults to <tt>true
             
 <td><tt>3.1</tt></td>
             
-<td>per default pmd executions error are ignored to not break the whole<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>pmd.skipPmdError</tt>.</td>
+<td>per default pmd executions error are ignored to not break the whole<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>pmd.skipPmdError</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -725,7 +760,7 @@ duplications found. Defaults to <tt>true
             
 <td><tt>2.3</tt></td>
             
-<td>The file encoding to use when reading the Java sources.<br /><b>Default value is</b>: <tt>${project.build.sourceEncoding}</tt>.<br /><b>User property is</b>: <tt>encoding</tt>.</td>
+<td>The file encoding to use when reading the Java sources.<br /><b>Default value is</b>: <tt>${project.build.sourceEncoding}</tt>.<br /><b>User property is</b>: <tt>encoding</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -739,7 +774,7 @@ duplications found. Defaults to <tt>true
 <td>Source level marker used to indicate whether a RuleViolation should
 be suppressed. If it is not set, PMD's default will be used, which
 is <tt>NOPMD</tt>. See also <a class="externalLink" href="https://pmd.github.io/latest/usage/suppressing.html">PMD -
-Suppressing warnings</a>.<br /><b>User property is</b>: <tt>pmd.suppressMarker</tt>.</td>
+Suppressing warnings</a>.<br /><b>User property is</b>: <tt>pmd.suppressMarker</tt>.<br /></td>
           </tr>
           
 <tr class="a">
@@ -750,13 +785,13 @@ Suppressing warnings</a>.<br /><b>User p
             
 <td><tt>2.0</tt></td>
             
-<td>The target JDK to analyze based on. Should match the target used in
+<td>The target JDK to analyze based on. Should match the source used in
 the compiler plugin. Valid values are currently <tt>1.3</tt>,
 <tt>1.4</tt>, <tt>1.5</tt>, <tt>1.6</tt>,
-<tt>1.7</tt> and <tt>1.8</tt>. 
+<tt>1.7</tt>, <tt>1.8</tt> and <tt>9</tt>. 
 
 <p><b>Note:</b> this parameter is only used if the language
-parameter is set to <tt>java</tt>.</p><br /><b>Default value is</b>: <tt>${maven.compiler.target}</tt>.<br /><b>User property is</b>: <tt>targetJdk</tt>.</td>
+parameter is set to <tt>java</tt>.</p><br /><b>Default value is</b>: <tt>${maven.compiler.source}</tt>.<br /><b>User property is</b>: <tt>targetJdk</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -780,7 +815,7 @@ Defaults to <tt>project.testCompileSourc
 <td><tt>3.0</tt></td>
             
 <td>Controls whether the project's compile/test classpath should be
-passed to PMD to enable its type resolution feature.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>pmd.typeResolution</tt>.</td>
+passed to PMD to enable its type resolution feature.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>pmd.typeResolution</tt>.<br /></td>
           </tr>
           
 <tr class="b">
@@ -1105,12 +1140,32 @@ configured in the Maven Site Plugin is u
           
 <li><b>Default</b>: <tt>${project.reporting.outputEncoding}</tt></li>
         </ul><hr />
+<p><b><a name="renderProcessingErrors">renderProcessingErrors</a>:</b></p>
+        
+<div>Also render processing errors into the HTML report. Processing
+errors are problems, that PMD encountered while executing the
+rules. It can be parsing errors or exceptions during rule
+execution. Processing errors indicate a bug in PMD and the
+information provided help in reporting and fixing bugs in PMD.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.9.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>pmd.renderProcessingErrors</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
 <p><b><a name="rulesets">rulesets</a>:</b></p>
         
-<div>The PMD rulesets to use. See the <a class="externalLink" href="http://pmd.github.io/pmd-5.5.1/pmd-java/rules/index.html">Stock
-Java Rulesets</a> for a list of some included. Defaults to the
-java-basic, java-empty, java-imports, java-unnecessary and
-java-unusedcode rulesets.</div>
+<div>The PMD rulesets to use. See the <a class="externalLink" href="https://pmd.github.io/latest/pmd_rules_java.html">Stock Java
+Rulesets</a> for a list of available rules. Defaults to a custom
+ruleset provided by this maven plugin
+(<tt>/rulesets/java/maven-pmd-plugin-default.xml</tt>).</div>
         
 <ul>
           
@@ -1120,6 +1175,26 @@ java-unusedcode rulesets.</div>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
+<p><b><a name="showPmdLog">showPmdLog</a>:</b></p>
+        
+<div>Redirect PMD log into maven log out. When enabled, the PMD log
+output is redirected to maven, so that it is visible in the console
+together with all the other log output. Also, if maven is started
+with the debug flag (<tt>-X</tt> or <tt>--debug</tt>), the
+PMD logger is also configured for debug.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.9.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>pmd.showPmdLog</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
 <p><b><a name="skip">skip</a>:</b></p>
         
 <div>Skip the PMD report generation. Most useful on the command line via
@@ -1217,10 +1292,10 @@ Suppressing warnings</a>.</div>
         </ul><hr />
 <p><b><a name="targetJdk">targetJdk</a>:</b></p>
         
-<div>The target JDK to analyze based on. Should match the target used in
+<div>The target JDK to analyze based on. Should match the source used in
 the compiler plugin. Valid values are currently <tt>1.3</tt>,
 <tt>1.4</tt>, <tt>1.5</tt>, <tt>1.6</tt>,
-<tt>1.7</tt> and <tt>1.8</tt>. 
+<tt>1.7</tt>, <tt>1.8</tt> and <tt>9</tt>. 
 
 <p><b>Note:</b> this parameter is only used if the language
 parameter is set to <tt>java</tt>.</p></div>
@@ -1235,7 +1310,7 @@ parameter is set to <tt>java</tt>.</p></
           
 <li><b>User Property</b>: <tt>targetJdk</tt></li>
           
-<li><b>Default</b>: <tt>${maven.compiler.target}</tt></li>
+<li><b>Default</b>: <tt>${maven.compiler.source}</tt></li>
         </ul><hr />
 <p><b><a name="testSourceRoots">testSourceRoots</a>:</b></p>
         
@@ -1310,7 +1385,7 @@ passed to PMD to enable its type resolut
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-info.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-info.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-info.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Information</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -297,7 +304,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                          
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -526,7 +533,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-reports.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-reports.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-reports.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Generated Reports</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -199,7 +206,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                              
+                                                                                                                                                                                                                                                                            
       <li class="active">
   
             <a href="#"><span class="icon-chevron-down"></span>Project Reports</a>
@@ -221,13 +228,6 @@
                     
       <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>
@@ -473,36 +473,33 @@
 <td><a href="checkstyle.html">Checkstyle</a></td>
 <td>Report on coding style conventions.</td></tr>
 <tr class="b">
-<td><a href="pmd.html">PMD</a></td>
-<td>Verification of coding rules.</td></tr>
-<tr class="a">
 <td><a href="xref/index.html">Source Xref</a></td>
 <td>HTML based, cross-reference version of Java source code.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="xref-test/index.html">Test Source Xref</a></td>
 <td>HTML based, cross-reference version of Java test source code.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="taglist.html">Tag List</a></td>
 <td>Report on various tags found in the code.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="apidocs/index.html">JavaDocs</a></td>
 <td>JavaDoc API documentation.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="testapidocs/index.html">Test JavaDocs</a></td>
 <td>Test JavaDoc API documentation.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="findbugs.html">FindBugs</a></td>
 <td>Generates a source code report with the FindBugs Library.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="sonar.html">Sonar</a></td>
 <td>Quality analysis dashboard.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="plugin-info.html">Plugin Documentation</a></td>
 <td>This report provides goals and parameters documentation of a plugin.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="invoker-report.html">Invoker Build Results</a></td>
 <td>The results of the Maven invocations.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="l10n-status.html">L10n Status</a></td>
 <td>This report provides information about the completeness of localization.</td></tr></table></div></div>
                   </div>
@@ -514,7 +511,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/project-summary.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Summary</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -297,7 +304,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                          
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -509,7 +516,7 @@
 <td>maven-pmd-plugin</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>3.8</td></tr>
+<td>3.9.0</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>maven-plugin</td></tr>
@@ -525,7 +532,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/sonar.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/sonar.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/sonar.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Sonar</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -199,7 +206,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                    
+                                                                                                                                                                                                                                                                                  
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -223,13 +230,6 @@
                     
       <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>
@@ -467,7 +467,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/source-repository.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/source-repository.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/source-repository.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Source Code Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Source Code Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -297,7 +304,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                          
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -466,34 +473,22 @@
                                   
             <div class="section">
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
+<p>This project uses <a class="externalLink" href="http://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p></div>
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-3.8">http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-3.8</a></pre></div></div>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://github.com/apache/maven-pmd-plugin/tree/maven-pmd-plugin-3.9.0">https://github.com/apache/maven-pmd-plugin/tree/maven-pmd-plugin-3.9.0</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this command:</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.8 maven-pmd-plugin</pre></div></div>
+<p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-pmd-plugin-3.9.0 https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.8 maven-pmd-plugin</pre></div>
-<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):</p>
-<div class="source"><pre class="prettyprint linenums">$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
+<p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-pmd-plugin-3.9.0 https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.8 maven-pmd-plugin</pre></div></div>
-<div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a name="Access_Through_a_Proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source"><pre class="prettyprint linenums">[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
                   </div>
             </div>
           </div>
@@ -503,7 +498,7 @@ http-proxy-port = 3128
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/surefire-report.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/surefire-report.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/surefire-report.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Surefire Report</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -199,7 +206,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                    
+                                                                                                                                                                                                                                                                                  
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -221,13 +228,6 @@
                     
       <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>
@@ -488,12 +488,12 @@ function toggleDisplay(elementId) {
 <th>Success Rate</th>
 <th>Time</th></tr>
 <tr class="b">
-<td>35</td>
+<td>39</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>6.19</td></tr></table><br />
+<td>10.829</td></tr></table><br />
 <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div>
 <div class="section">
 <h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
@@ -508,16 +508,16 @@ function toggleDisplay(elementId) {
 <th>Success Rate</th>
 <th>Time</th></tr>
 <tr class="b">
-<td><a href="#org.apache.maven.plugin.pmd">org.apache.maven.plugin.pmd</a></td>
-<td>35</td>
+<td><a href="#org.apache.maven.plugins.pmd">org.apache.maven.plugins.pmd</a></td>
+<td>39</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>6.19</td></tr></table><br />
+<td>10.829</td></tr></table><br />
 <p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p>
 <div class="section">
-<h3><a name="org.apache.maven.plugin.pmd"></a>org.apache.maven.plugin.pmd</h3><a name="org.apache.maven.plugin.pmd"></a>
+<h3><a name="org.apache.maven.plugins.pmd"></a>org.apache.maven.plugins.pmd</h3><a name="org.apache.maven.plugins.pmd"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <th></th>
@@ -529,196 +529,212 @@ function toggleDisplay(elementId) {
 <th>Success Rate</th>
 <th>Time</th></tr>
 <tr class="b">
-<td><a href="#org.apache.maven.plugin.pmdCpdViolationCheckMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
-<td><a href="#org.apache.maven.plugin.pmdCpdViolationCheckMojoTest">CpdViolationCheckMojoTest</a></td>
-<td>4</td>
+<td><a href="#org.apache.maven.plugins.pmdPmdReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.maven.plugins.pmdPmdReportTest">PmdReportTest</a></td>
+<td>19</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.179</td></tr>
+<td>6.825</td></tr>
 <tr class="a">
-<td><a href="#org.apache.maven.plugin.pmdPmdReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
-<td><a href="#org.apache.maven.plugin.pmdPmdReportTest">PmdReportTest</a></td>
-<td>16</td>
+<td><a href="#org.apache.maven.plugins.pmdCpdViolationCheckMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.maven.plugins.pmdCpdViolationCheckMojoTest">CpdViolationCheckMojoTest</a></td>
+<td>4</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>3.411</td></tr>
+<td>0.237</td></tr>
 <tr class="b">
-<td><a href="#org.apache.maven.plugin.pmdCpdReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
-<td><a href="#org.apache.maven.plugin.pmdCpdReportTest">CpdReportTest</a></td>
-<td>10</td>
+<td><a href="#org.apache.maven.plugins.pmdPmdViolationCheckMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.maven.plugins.pmdPmdViolationCheckMojoTest">PmdViolationCheckMojoTest</a></td>
+<td>5</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.199</td></tr>
+<td>1.018</td></tr>
 <tr class="a">
-<td><a href="#org.apache.maven.plugin.pmdPmdViolationCheckMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
-<td><a href="#org.apache.maven.plugin.pmdPmdViolationCheckMojoTest">PmdViolationCheckMojoTest</a></td>
-<td>5</td>
+<td><a href="#org.apache.maven.plugins.pmdCpdReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.maven.plugins.pmdCpdReportTest">CpdReportTest</a></td>
+<td>11</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.401</td></tr></table></div><br /></div>
+<td>2.749</td></tr></table></div><br /></div>
 <div class="section">
 <h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
 <div class="section">
-<h3><a name="CpdViolationCheckMojoTest"></a>CpdViolationCheckMojoTest</h3><a name="org.apache.maven.plugin.pmdCpdViolationCheckMojoTest"></a>
+<h3><a name="PmdReportTest"></a>PmdReportTest</h3><a name="org.apache.maven.plugins.pmdPmdReportTest"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdViolationCheckMojoTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
-<td>0.027</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testEmptyReportConfiguration"></a>testEmptyReportConfiguration</td>
+<td>1.04</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdViolationCheckMojoTest.testExclusionsConfiguration"></a>testExclusionsConfiguration</td>
-<td>0.056</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testSkipEmptyReportConfiguration"></a>testSkipEmptyReportConfiguration</td>
+<td>0.409</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdViolationCheckMojoTest.testNotFailOnViolation"></a>testNotFailOnViolation</td>
-<td>0.078</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testFileURL"></a>testFileURL</td>
+<td>1.035</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdViolationCheckMojoTest.testException"></a>testException</td>
-<td>0.018</td></tr></table></div>
-<div class="section">
-<h3><a name="PmdReportTest"></a>PmdReportTest</h3><a name="org.apache.maven.plugin.pmdPmdReportTest"></a>
-<table border="1" class="table table-striped">
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testPMDProcessingErrorWithDetailsNoReport"></a>testPMDProcessingErrorWithDetailsNoReport</td>
+<td>0.413</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testDefaultConfigurationWithAnalysisCache"></a>testDefaultConfigurationWithAnalysisCache</td>
-<td>0.492</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testPMDProcessingErrorWithDetailsSkipped"></a>testPMDProcessingErrorWithDetailsSkipped</td>
+<td>0.337</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testJavascriptConfiguration"></a>testJavascriptConfiguration</td>
-<td>0.243</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testIncludeXmlInSite"></a>testIncludeXmlInSite</td>
+<td>0.395</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testSkipConfiguration"></a>testSkipConfiguration</td>
-<td>0.023</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testPMDProcessingError"></a>testPMDProcessingError</td>
+<td>0.264</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testInvalidTargetJdk"></a>testInvalidTargetJdk</td>
-<td>0.023</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testSuppressMarkerConfiguration"></a>testSuppressMarkerConfiguration</td>
+<td>0.38</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testLocationTemp"></a>testLocationTemp</td>
-<td>0.024</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testJspConfiguration"></a>testJspConfiguration</td>
+<td>0.125</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testSuppressMarkerConfiguration"></a>testSuppressMarkerConfiguration</td>
-<td>0.211</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testDefaultConfigurationWithAnalysisCache"></a>testDefaultConfigurationWithAnalysisCache</td>
+<td>0.581</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testJspConfiguration"></a>testJspConfiguration</td>
-<td>0.17</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testInvalidFormat"></a>testInvalidFormat</td>
+<td>0.304</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testPMDProcessingError"></a>testPMDProcessingError</td>
-<td>0.071</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
+<td>0.38</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testPMDExcludeRootsShouldExcludeSubdirectories"></a>testPMDExcludeRootsShouldExcludeSubdirectories</td>
-<td>0.122</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testCustomConfiguration"></a>testCustomConfiguration</td>
+<td>0.347</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testViolationExclusion"></a>testViolationExclusion</td>
-<td>0.204</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testViolationExclusion"></a>testViolationExclusion</td>
+<td>0.269</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
-<td>0.305</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testLocationTemp"></a>testLocationTemp</td>
+<td>0.043</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testEmptyReportConfiguration"></a>testEmptyReportConfiguration</td>
-<td>0.137</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testSkipConfiguration"></a>testSkipConfiguration</td>
+<td>0.046</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testFileURL"></a>testFileURL</td>
-<td>0.967</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testInvalidTargetJdk"></a>testInvalidTargetJdk</td>
+<td>0.05</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testCustomConfiguration"></a>testCustomConfiguration</td>
-<td>0.246</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testJavascriptConfiguration"></a>testJavascriptConfiguration</td>
+<td>0.136</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testInvalidFormat"></a>testInvalidFormat</td>
-<td>0.087</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdReportTest.testPMDExcludeRootsShouldExcludeSubdirectories"></a>testPMDExcludeRootsShouldExcludeSubdirectories</td>
+<td>0.269</td></tr></table></div>
+<div class="section">
+<h3><a name="CpdViolationCheckMojoTest"></a>CpdViolationCheckMojoTest</h3><a name="org.apache.maven.plugins.pmdCpdViolationCheckMojoTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdViolationCheckMojoTest.testException"></a>testException</td>
+<td>0.051</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdViolationCheckMojoTest.testExclusionsConfiguration"></a>testExclusionsConfiguration</td>
+<td>0.061</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdViolationCheckMojoTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
+<td>0.048</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdReportTest.testSkipEmptyReportConfiguration"></a>testSkipEmptyReportConfiguration</td>
-<td>0.086</td></tr></table></div>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdViolationCheckMojoTest.testNotFailOnViolation"></a>testNotFailOnViolation</td>
+<td>0.062</td></tr></table></div>
 <div class="section">
-<h3><a name="CpdReportTest"></a>CpdReportTest</h3><a name="org.apache.maven.plugin.pmdCpdReportTest"></a>
+<h3><a name="PmdViolationCheckMojoTest"></a>PmdViolationCheckMojoTest</h3><a name="org.apache.maven.plugins.pmdPmdViolationCheckMojoTest"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
-<td>1.262</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdViolationCheckMojoTest.testException"></a>testException</td>
+<td>0.059</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testEmptyReportConfiguration"></a>testEmptyReportConfiguration</td>
-<td>0.162</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdViolationCheckMojoTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
+<td>0.058</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testCpdEncodingConfiguration"></a>testCpdEncodingConfiguration</td>
-<td>0.18</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdViolationCheckMojoTest.testViolationExclusion"></a>testViolationExclusion</td>
+<td>0.335</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testCpdJavascriptConfiguration"></a>testCpdJavascriptConfiguration</td>
-<td>0.142</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdViolationCheckMojoTest.testNotFailOnViolation"></a>testNotFailOnViolation</td>
+<td>0.278</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.plugins.pmd.PmdViolationCheckMojoTest.testFailurePriority"></a>testFailurePriority</td>
+<td>0.288</td></tr></table></div>
+<div class="section">
+<h3><a name="CpdReportTest"></a>CpdReportTest</h3><a name="org.apache.maven.plugins.pmdCpdReportTest"></a>
+<table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testCpdJspConfiguration"></a>testCpdJspConfiguration</td>
-<td>0.096</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testEmptyReportConfiguration"></a>testEmptyReportConfiguration</td>
+<td>1.137</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testExclusionsConfiguration"></a>testExclusionsConfiguration</td>
-<td>0.089</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testCpdJavascriptConfiguration"></a>testCpdJavascriptConfiguration</td>
+<td>0.319</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testWriteNonHtml"></a>testWriteNonHtml</td>
-<td>0.045</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testCpdJspConfiguration"></a>testCpdJspConfiguration</td>
+<td>0.196</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testCustomConfiguration"></a>testCustomConfiguration</td>
-<td>0.14</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testSkipEmptyReportConfiguration"></a>testSkipEmptyReportConfiguration</td>
+<td>0.116</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testInvalidFormat"></a>testInvalidFormat</td>
-<td>0.034</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testExclusionsConfiguration"></a>testExclusionsConfiguration</td>
+<td>0.154</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.CpdReportTest.testSkipEmptyReportConfiguration"></a>testSkipEmptyReportConfiguration</td>
-<td>0.03</td></tr></table></div>
-<div class="section">
-<h3><a name="PmdViolationCheckMojoTest"></a>PmdViolationCheckMojoTest</h3><a name="org.apache.maven.plugin.pmdPmdViolationCheckMojoTest"></a>
-<table border="1" class="table table-striped">
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testIncludeXmlInSite"></a>testIncludeXmlInSite</td>
+<td>0.111</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdViolationCheckMojoTest.testViolationExclusion"></a>testViolationExclusion</td>
-<td>0.154</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testInvalidFormat"></a>testInvalidFormat</td>
+<td>0.109</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdViolationCheckMojoTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
-<td>0.021</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testDefaultConfiguration"></a>testDefaultConfiguration</td>
+<td>0.214</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdViolationCheckMojoTest.testNotFailOnViolation"></a>testNotFailOnViolation</td>
-<td>0.103</td></tr>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testCustomConfiguration"></a>testCustomConfiguration</td>
+<td>0.154</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdViolationCheckMojoTest.testFailurePriority"></a>testFailurePriority</td>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testCpdEncodingConfiguration"></a>testCpdEncodingConfiguration</td>
 <td>0.105</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.plugin.pmd.PmdViolationCheckMojoTest.testException"></a>testException</td>
-<td>0.017</td></tr></table></div><br /></div>
+<td><a name="TC_org.apache.maven.plugins.pmd.CpdReportTest.testWriteNonHtml"></a>testWriteNonHtml</td>
+<td>0.08</td></tr></table></div><br /></div>
                   </div>
             </div>
           </div>
@@ -728,7 +744,7 @@ function toggleDisplay(elementId) {
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/taglist.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/taglist.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/taglist.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Tag List report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Tag List report</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -199,7 +206,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                    
+                                                                                                                                                                                                                                                                                  
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -223,13 +230,6 @@
                     
       <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>
@@ -483,29 +483,29 @@
 <p><b>Number of occurrences found in the code: 6</b></p>
 <table border="0" class="table table-striped">
 <tr class="a">
-<th>org.apache.maven.plugin.pmd.CpdReportGenerator</th>
+<th>org.apache.maven.plugins.pmd.CpdReportGenerator</th>
 <th>Line</th></tr>
 <tr class="b">
 <td>overall summary</td>
-<td><a href="./xref/org/apache/maven/plugin/pmd/CpdReportGenerator.html#97">97</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/pmd/CpdReportGenerator.html#97">97</a></td></tr>
 <tr class="a">
 <td>files summary</td>
-<td><a href="./xref/org/apache/maven/plugin/pmd/CpdReportGenerator.html#104">104</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/pmd/CpdReportGenerator.html#104">104</a></td></tr>
 <tr class="b">
 <td>Cleaner way to do this?</td>
-<td><a href="./xref/org/apache/maven/plugin/pmd/CpdReportGenerator.html#204">204</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/pmd/CpdReportGenerator.html#203">203</a></td></tr>
 <tr class="a">
-<th>org.apache.maven.plugin.pmd.PmdReportGenerator</th>
+<th>org.apache.maven.plugins.pmd.PmdReportGenerator</th>
 <th>Line</th></tr>
 <tr class="b">
-<td>overall summary</td>
-<td><a href="./xref/org/apache/maven/plugin/pmd/PmdReportGenerator.html#263">263</a></td></tr>
-<tr class="a">
 <td>files summary</td>
-<td><a href="./xref/org/apache/maven/plugin/pmd/PmdReportGenerator.html#270">270</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/pmd/PmdReportGenerator.html#204">204</a></td></tr>
+<tr class="a">
+<td>overall summary</td>
+<td><a href="./xref/org/apache/maven/plugins/pmd/PmdReportGenerator.html#364">364</a></td></tr>
 <tr class="b">
 <td>Determine if we are going to just ignore metrics.</td>
-<td><a href="./xref/org/apache/maven/plugin/pmd/PmdReportGenerator.html#308">308</a></td></tr></table></div></div>
+<td><a href="./xref/org/apache/maven/plugins/pmd/PmdReportGenerator.html#398">398</a></td></tr></table></div></div>
                   </div>
             </div>
           </div>
@@ -515,7 +515,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/team-list.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/team-list.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/team-list.html Sun Jan 21 17:23:18 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-05-01 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2018-01-21 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20170501" />
+    <meta name="Date-Revision-yyyymmdd" content="20180121" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven PMD Plugin &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Team</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-05-01</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-01-21</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.8
+                    Version: 3.9.0
         </li>
             
                             </ul>
@@ -138,6 +138,13 @@
                               
       <li>
   
+                          <a href="examples/upgrading-PMD-at-runtime.html" title="Upgrading PMD at Runtime">
+          <span class="none"></span>
+        Upgrading PMD at Runtime</a>
+            </li>
+                
+      <li>
+  
                           <a href="examples/multi-module-config.html" title="Multimodule Configuration">
           <span class="none"></span>
         Multimodule Configuration</a>
@@ -297,7 +304,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                          
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -1121,7 +1128,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2005&#x2013;2017
+                                      <p >Copyright &copy;                    2005&#x2013;2018
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
       </p>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/allclasses-frame.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/allclasses-frame.html Sun Jan 21 17:23:18 2018
@@ -3,24 +3,24 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Maven PMD Plugin 3.8 Test API)</title>
+<title>All Classes (Apache Maven PMD Plugin 3.9.0 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <h1 class="bar">All Classes</h1>
 <div class="indexContainer">
 <ul>
-<li><a href="org/apache/maven/plugin/pmd/AbstractPmdReportTest.html" title="class in org.apache.maven.plugin.pmd" target="classFrame">AbstractPmdReportTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/CpdReportTest.html" title="class in org.apache.maven.plugin.pmd" target="classFrame">CpdReportTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/CpdReportTest.MockCpd.html" title="class in org.apache.maven.plugin.pmd" target="classFrame">CpdReportTest.MockCpd</a></li>
-<li><a href="org/apache/maven/plugin/pmd/CpdViolationCheckMojoTest.html" title="class in org.apache.maven.plugin.pmd" target="classFrame">CpdViolationCheckMojoTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/CustomConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugin.pmd.stubs" target="classFrame">CustomConfigurationMavenProjectStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/DefaultArtifactHandlerStub.html" title="class in org.apache.maven.plugin.pmd.stubs" target="classFrame">DefaultArtifactHandlerStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/DefaultConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugin.pmd.stubs" target="classFrame">DefaultConfigurationMavenProjectStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/InvalidFormatMavenProjectStub.html" title="class in org.apache.maven.plugin.pmd.stubs" target="classFrame">InvalidFormatMavenProjectStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/PmdPluginArtifactStub.html" title="class in org.apache.maven.plugin.pmd.stubs" target="classFrame">PmdPluginArtifactStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/PmdReportTest.html" title="class in org.apache.maven.plugin.pmd" target="classFrame">PmdReportTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/PmdViolationCheckMojoTest.html" title="class in org.apache.maven.plugin.pmd" target="classFrame">PmdViolationCheckMojoTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/AbstractPmdReportTest.html" title="class in org.apache.maven.plugins.pmd" target="classFrame">AbstractPmdReportTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/CpdReportTest.html" title="class in org.apache.maven.plugins.pmd" target="classFrame">CpdReportTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html" title="class in org.apache.maven.plugins.pmd" target="classFrame">CpdReportTest.MockCpd</a></li>
+<li><a href="org/apache/maven/plugins/pmd/CpdViolationCheckMojoTest.html" title="class in org.apache.maven.plugins.pmd" target="classFrame">CpdViolationCheckMojoTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/CustomConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugins.pmd.stubs" target="classFrame">CustomConfigurationMavenProjectStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/DefaultArtifactHandlerStub.html" title="class in org.apache.maven.plugins.pmd.stubs" target="classFrame">DefaultArtifactHandlerStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/DefaultConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugins.pmd.stubs" target="classFrame">DefaultConfigurationMavenProjectStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/InvalidFormatMavenProjectStub.html" title="class in org.apache.maven.plugins.pmd.stubs" target="classFrame">InvalidFormatMavenProjectStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/PmdPluginArtifactStub.html" title="class in org.apache.maven.plugins.pmd.stubs" target="classFrame">PmdPluginArtifactStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/PmdReportTest.html" title="class in org.apache.maven.plugins.pmd" target="classFrame">PmdReportTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/PmdViolationCheckMojoTest.html" title="class in org.apache.maven.plugins.pmd" target="classFrame">PmdViolationCheckMojoTest</a></li>
 </ul>
 </div>
 </body>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/allclasses-noframe.html Sun Jan 21 17:23:18 2018
@@ -3,24 +3,24 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Maven PMD Plugin 3.8 Test API)</title>
+<title>All Classes (Apache Maven PMD Plugin 3.9.0 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <h1 class="bar">All Classes</h1>
 <div class="indexContainer">
 <ul>
-<li><a href="org/apache/maven/plugin/pmd/AbstractPmdReportTest.html" title="class in org.apache.maven.plugin.pmd">AbstractPmdReportTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/CpdReportTest.html" title="class in org.apache.maven.plugin.pmd">CpdReportTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/CpdReportTest.MockCpd.html" title="class in org.apache.maven.plugin.pmd">CpdReportTest.MockCpd</a></li>
-<li><a href="org/apache/maven/plugin/pmd/CpdViolationCheckMojoTest.html" title="class in org.apache.maven.plugin.pmd">CpdViolationCheckMojoTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/CustomConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugin.pmd.stubs">CustomConfigurationMavenProjectStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/DefaultArtifactHandlerStub.html" title="class in org.apache.maven.plugin.pmd.stubs">DefaultArtifactHandlerStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/DefaultConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugin.pmd.stubs">DefaultConfigurationMavenProjectStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/InvalidFormatMavenProjectStub.html" title="class in org.apache.maven.plugin.pmd.stubs">InvalidFormatMavenProjectStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/stubs/PmdPluginArtifactStub.html" title="class in org.apache.maven.plugin.pmd.stubs">PmdPluginArtifactStub</a></li>
-<li><a href="org/apache/maven/plugin/pmd/PmdReportTest.html" title="class in org.apache.maven.plugin.pmd">PmdReportTest</a></li>
-<li><a href="org/apache/maven/plugin/pmd/PmdViolationCheckMojoTest.html" title="class in org.apache.maven.plugin.pmd">PmdViolationCheckMojoTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/AbstractPmdReportTest.html" title="class in org.apache.maven.plugins.pmd">AbstractPmdReportTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/CpdReportTest.html" title="class in org.apache.maven.plugins.pmd">CpdReportTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html" title="class in org.apache.maven.plugins.pmd">CpdReportTest.MockCpd</a></li>
+<li><a href="org/apache/maven/plugins/pmd/CpdViolationCheckMojoTest.html" title="class in org.apache.maven.plugins.pmd">CpdViolationCheckMojoTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/CustomConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugins.pmd.stubs">CustomConfigurationMavenProjectStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/DefaultArtifactHandlerStub.html" title="class in org.apache.maven.plugins.pmd.stubs">DefaultArtifactHandlerStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/DefaultConfigurationMavenProjectStub.html" title="class in org.apache.maven.plugins.pmd.stubs">DefaultConfigurationMavenProjectStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/InvalidFormatMavenProjectStub.html" title="class in org.apache.maven.plugins.pmd.stubs">InvalidFormatMavenProjectStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/stubs/PmdPluginArtifactStub.html" title="class in org.apache.maven.plugins.pmd.stubs">PmdPluginArtifactStub</a></li>
+<li><a href="org/apache/maven/plugins/pmd/PmdReportTest.html" title="class in org.apache.maven.plugins.pmd">PmdReportTest</a></li>
+<li><a href="org/apache/maven/plugins/pmd/PmdViolationCheckMojoTest.html" title="class in org.apache.maven.plugins.pmd">PmdViolationCheckMojoTest</a></li>
 </ul>
 </div>
 </body>

Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/constant-values.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/constant-values.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/constant-values.html Sun Jan 21 17:23:18 2018
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Maven PMD Plugin 3.8 Test API)</title>
+<title>Constant Field Values (Apache Maven PMD Plugin 3.9.0 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Apache Maven PMD Plugin 3.8 Test API)";
+        parent.document.title="Constant Field Values (Apache Maven PMD Plugin 3.9.0 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2018 <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: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/deprecated-list.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/deprecated-list.html Sun Jan 21 17:23:18 2018
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Maven PMD Plugin 3.8 Test API)</title>
+<title>Deprecated List (Apache Maven PMD Plugin 3.9.0 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache Maven PMD Plugin 3.8 Test API)";
+        parent.document.title="Deprecated List (Apache Maven PMD Plugin 3.9.0 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file