Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/usingRuleSets.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/usingRuleSets.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/usingRuleSets.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Maria Odea Ching" />
         <meta name="Date-Creation-yyyymmdd" content="20140310" />
-    <meta name="Date-Revision-yyyymmdd" content="20150131" />
+    <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -48,8 +48,8 @@
         Using Rule Sets
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -185,7 +185,7 @@
       <div id="contentBox">
         <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
 <h2><a name="Using_Rule_Sets"></a>Using Rule Sets</h2>
-<p>The PMD plugin uses three default rule sets: <i>basic.xml</i>, 
<i>unusedcode.xml</i> and <i>imports.xml</i>. These rule sets are bundled in 
the PMD code analysis tool (see the <a class="externalLink" 
href="http://pmd.sourceforge.net/pmd-5.2.3/pmd-java/rules/index.html";>ruleset 
index for java</a> and the <a class="externalLink" 
href="http://pmd.sourceforge.net/pmd-5.2.3/pmd-javascript/rules/index.html";>ruleset
 index for javascript</a>). To use other rule sets, you can configure it in the 
plugin as shown below.</p>
+<p>The PMD plugin uses three default rule sets: <i>basic.xml</i>, 
<i>unusedcode.xml</i> and <i>imports.xml</i>. These rule sets are bundled in 
the PMD code analysis tool (see the <a class="externalLink" 
href="http://pmd.sourceforge.net/pmd-5.3.2/pmd-java/rules/index.html";>ruleset 
index for java</a> and the <a class="externalLink" 
href="http://pmd.sourceforge.net/pmd-5.3.2/pmd-javascript/rules/index.html";>ruleset
 index for javascript</a>). To use other rule sets, you can configure it in the 
plugin as shown below.</p>
 <p>The rule sets may reside in the classpath, filesystem or at a URL. For rule 
sets that are bundled with the PMD tool, you do not need to specificy the 
absolute path of the file. It will be resolved by the plugin. But if the rule 
set is a custom rule set, you need to specify its absolute path.</p>
 <p><b>Note:</b> Starting with PMD 5.0 and Maven PMD Plugin 3.0 the paths to 
the bundled rule sets for the Java language were changed from 
<tt>/rulesets/xyz.xml</tt> to <tt>/rulesets/java/xyz.xml</tt>. So when 
upgrading to Maven PMD Plugin 3.0 you may need to alter your plugin 
configuration.</p>
 <div class="source">
@@ -196,7 +196,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.4&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
         &lt;configuration&gt;
           &lt;rulesets&gt;
             &lt;!-- Two rule sets that come bundled with PMD --&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/violation-exclusions.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/violation-exclusions.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/violation-exclusions.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="2013-02-08" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -47,8 +47,8 @@
         Violation Exclusions
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -193,7 +193,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.4&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;goals&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/violationChecking.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/violationChecking.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/violationChecking.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="2006-06-23" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -47,8 +47,8 @@
         Violation Checking
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -195,7 +195,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.4&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;goals&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/faq.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/faq.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/faq.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Frequently Asked Questions
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/findbugs.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/findbugs.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/findbugs.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         FindBugs Bug Detector Report
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -278,7 +278,7 @@
 <td>Exceptional return value of java.io.File.mkdirs() ignored in 
org.apache.maven.plugin.pmd.CpdReport.writeNonHtml(CPD)</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE";>RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td>
-<td><a 
href="./xref/org/apache/maven/plugin/pmd/CpdReport.html#L306">306</a></td>
+<td><a 
href="./xref/org/apache/maven/plugin/pmd/CpdReport.html#L336">336</a></td>
 <td>Medium</td></tr></table></div><a 
name="org.apache.maven.plugin.pmd.CpdViolationCheckMojo"></a>
 <div class="section">
 <h3><a 
name="org.apache.maven.plugin.pmd.CpdViolationCheckMojo"></a>org.apache.maven.plugin.pmd.CpdViolationCheckMojo</h3>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/help-mojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/help-mojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/help-mojo.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         pmd:help
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -188,7 +188,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-pmd-plugin:3.4:help</p>
+<p>org.apache.maven.plugins:maven-pmd-plugin:3.5:help</p>
       
 <p><b>Description</b>:</p>
       

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/index.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/index.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/index.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Dennis Lundberg" />
         <meta name="Date-Creation-yyyymmdd" content="20140728" />
-    <meta name="Date-Revision-yyyymmdd" content="20150131" />
+    <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -48,8 +48,8 @@
         Introduction
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -227,7 +227,7 @@
         <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><div class="section">
 <h2><a name="Apache_Maven_PMD_Plugin"></a>Apache Maven PMD Plugin</h2>
 <p>The PMD Plugin allows you to automatically run the <a class="externalLink" 
href="http://pmd.sourceforge.net/";>PMD</a> code analysis tool on your project's 
source code and generate a site report with its results. It also supports the 
separate Copy/Paste Detector tool (or CPD) distributed with PMD.</p>
-<p>This version of Maven PMD Plugin uses PMD 5.2.3 and requires Java 1.6.</p>
+<p>This version of Maven PMD Plugin uses PMD 5.3.2 and requires Java 1.6.</p>
 <p>The plugin accepts configuration parameters that can be used to customize 
the execution of the PMD tool.</p>
 <div class="section">
 <h3><a name="Goals_Overview"></a>Goals Overview</h3>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/integration.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/integration.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/integration.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Continuous Integration
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/invoker-report.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/invoker-report.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/invoker-report.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Invoker Report
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -237,13 +237,13 @@
 <th>Total Time</th>
 <th>Avg Time</th></tr>
 <tr class="b">
+<td>17</td>
 <td>16</td>
-<td>15</td>
 <td>0</td>
 <td>1</td>
 <td>100.0%</td>
-<td>236.2&#xa0;s</td>
-<td>14.8&#xa0;s</td></tr></table>
+<td>167.5&#xa0;s</td>
+<td>9.9&#xa0;s</td></tr></table>
 <div class="section">
 <h3><a name="Build_Details"></a>Build Details</h3></div>
 <table border="0" class="bodyTable">
@@ -255,52 +255,52 @@
 <tr class="b">
 <td>empty-rulesets\pom.xml</td>
 <td>success</td>
-<td>13.5&#xa0;s</td>
+<td>11.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>mpmd-138\pom.xml</td>
 <td>success</td>
-<td>17.6&#xa0;s</td>
+<td>13.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>mpmd-142\pom.xml</td>
 <td>success</td>
-<td>16.1&#xa0;s</td>
+<td>13.9&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MPMD-163\pom.xml</td>
 <td>success</td>
-<td>11.1&#xa0;s</td>
+<td>6.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MPMD-165\pom.xml</td>
 <td>success</td>
-<td>10.2&#xa0;s</td>
+<td>6.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>mpmd-168-empty-report\pom.xml</td>
 <td>success</td>
-<td>26.1&#xa0;s</td>
+<td>15.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>mpmd-168\pom.xml</td>
 <td>success</td>
-<td>25.8&#xa0;s</td>
+<td>19.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MPMD-172\pom.xml</td>
 <td>success</td>
-<td>11.3&#xa0;s</td>
+<td>7.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MPMD-181-benchmark\pom.xml</td>
 <td>success</td>
-<td>12.4&#xa0;s</td>
+<td>8.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MPMD-181-no-benchmark\pom.xml</td>
 <td>success</td>
-<td>12.2&#xa0;s</td>
+<td>7.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MPMD-182\pom.xml</td>
@@ -310,27 +310,32 @@
 <tr class="a">
 <td>MPMD-187\pom.xml</td>
 <td>success</td>
-<td>10.2&#xa0;s</td>
+<td>7.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>mpmd-80-included\pom.xml</td>
+<td>MPMD-205-pmd-js-check\pom.xml</td>
 <td>success</td>
-<td>17.2&#xa0;s</td>
+<td>8.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>mpmd-80-not-included\pom.xml</td>
+<td>mpmd-80-included\pom.xml</td>
 <td>success</td>
-<td>17.6&#xa0;s</td>
+<td>10.3&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>mpmd-89\pom.xml</td>
+<td>mpmd-80-not-included\pom.xml</td>
 <td>success</td>
-<td>11.9&#xa0;s</td>
+<td>10.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
+<td>mpmd-89\pom.xml</td>
+<td>success</td>
+<td>7.3&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
 <td>multi-module\pom.xml</td>
 <td>success</td>
-<td>23.0&#xa0;s</td>
+<td>12.5&#xa0;s</td>
 <td></td></tr></table>
       </div>
     </div>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/issue-tracking.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/issue-tracking.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/issue-tracking.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Issue Tracking
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -229,7 +229,7 @@
 <h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a 
name="Issue_Tracking"></a>
 <p>Issues, bugs, and feature requests should be submitted to the following 
issue tracking system for this project.</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://jira.codehaus.org/browse/MPMD";>http://jira.codehaus.org/browse/MPMD</a></pre></div></div>
+<pre><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MPMD";>https://issues.apache.org/jira/browse/MPMD</a></pre></div></div>
       </div>
     </div>
     <div class="clear">

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/l10n-status.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/l10n-status.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/l10n-status.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         L10n Status
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/mail-lists.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/mail-lists.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/mail-lists.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Mailing Lists
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugin-info.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugin-info.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugin-info.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Plugin Documentation
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -283,7 +283,7 @@ Call <code>mvn pmd:help -Ddetail=true
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
-          &lt;version&gt;3.4&lt;/version&gt;
+          &lt;version&gt;3.5&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -293,7 +293,7 @@ Call <code>mvn pmd:help -Ddetail=true
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.4&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -305,7 +305,7 @@ Call <code>mvn pmd:help -Ddetail=true
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.4&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugin-management.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugin-management.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugin-management.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Plugin Management
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugins.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugins.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/plugins.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Build Plugins
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -323,7 +323,7 @@
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-pmd-plugin/";>maven-pmd-plugin</a></td>
-<td>3.4</td></tr>
+<td>3.5</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/";>maven-project-info-reports-plugin</a></td>

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         pmd:pmd
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -190,7 +190,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-pmd-plugin:3.4:pmd</p>
+<p>org.apache.maven.plugins:maven-pmd-plugin:3.5:pmd</p>
       
 <p><b>Description</b>:</p>
       
@@ -305,6 +305,17 @@ individual reports.<br /><b>Default valu
           
 <tr class="a">
             
+<td><b><a href="#compileSourceRoots">compileSourceRoots</a></b></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<td>The directories containing the sources to be compiled.<br /><b>Default 
value is</b>: <tt>${project.compileSourceRoots}</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
 <td><b><a href="#excludeRoots">excludeRoots</a></b></td>
             
 <td><tt>File[]</tt></td>
@@ -314,7 +325,7 @@ individual reports.<br /><b>Default valu
 <td>The project source directories that should be excluded.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#excludes">excludes</a></b></td>
             
@@ -331,7 +342,7 @@ root directories, use the parameter <tt>
 instead.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#format">format</a></b></td>
             
@@ -346,7 +357,7 @@ javadoc for available renderers. XML is
 goal is being used.<br /><b>Default value is</b>: <tt>xml</tt>.<br /><b>User 
property is</b>: <tt>format</tt>.</td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#includeTests">includeTests</a></b></td>
             
@@ -357,7 +368,7 @@ goal is being used.<br /><b>Default valu
 <td>Run PMD on the tests.<br /><b>Default value is</b>: <tt>false</tt>.<br 
/></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#includeXmlInSite">includeXmlInSite</a></b></td>
             
@@ -368,7 +379,7 @@ goal is being used.<br /><b>Default valu
 <td>Whether to include the xml files generated by PMD/CPD in the site.<br 
/><b>Default value is</b>: <tt>false</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#includes">includes</a></b></td>
             
@@ -380,7 +391,7 @@ goal is being used.<br /><b>Default valu
 wildcards and double wildcards. Defaults to **\/*.java.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#language">language</a></b></td>
             
@@ -389,14 +400,11 @@ wildcards and double wildcards. Defaults
 <td><tt>3.0</tt></td>
             
 <td>The programming language to be analyzed by PMD. Valid values are
-currently <tt>java</tt> and <tt>ecmascript</tt> or
-<tt>javascript</tt>. 
-
-<p><b>Note:</b> if the parameter targetJdk is given, then this
-language parameter will be ignored.</p><br /><b>Default value is</b>: 
<tt>java</tt>.<br /></td>
+currently <tt>java</tt>, <tt>javascript</tt> and
+<tt>jsp</tt>.<br /><b>Default value is</b>: <tt>java</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#linkXRef">linkXRef</a></b></td>
             
@@ -408,7 +416,7 @@ language parameter will be ignored.</p><
 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>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#minimumPriority">minimumPriority</a></b></td>
             
@@ -420,7 +428,7 @@ created automatically if the jxr plugin
 will not be evaluated.<br /><b>Default value is</b>: <tt>5</tt>.<br /><b>User 
property is</b>: <tt>minimumPriority</tt>.</td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#outputEncoding">outputEncoding</a></b></td>
             
@@ -431,7 +439,7 @@ will not be evaluated.<br /><b>Default v
 <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>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#rulesets">rulesets</a></b></td>
             
@@ -444,7 +452,7 @@ Rulesets</a> for a list of some included
 java-basic, java-imports and java-unusedcode rulesets.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#skip">skip</a></b></td>
             
@@ -456,7 +464,7 @@ java-basic, java-imports and java-unused
 &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>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#skipEmptyReport">skipEmptyReport</a></b></td>
             
@@ -468,7 +476,7 @@ java-basic, java-imports and java-unused
 duplications found. Defaults to <tt>true</tt>.<br /><b>Default value is</b>: 
<tt>true</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#skipPmdError">skipPmdError</a></b></td>
             
@@ -479,7 +487,7 @@ duplications found. Defaults to <tt>true
 <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>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#sourceEncoding">sourceEncoding</a></b></td>
             
@@ -490,7 +498,7 @@ duplications found. Defaults to <tt>true
 <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>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#suppressMarker">suppressMarker</a></b></td>
             
@@ -504,7 +512,7 @@ is <tt>NOPMD</tt>. See also <a class="ex
 Suppressing warnings</a>.<br /><b>User property is</b>: 
<tt>pmd.suppressMarker</tt>.</td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#targetJdk">targetJdk</a></b></td>
             
@@ -515,7 +523,21 @@ Suppressing warnings</a>.<br /><b>User p
 <td>The target JDK to analyze based on. Should match the target 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>.<br /><b>Default value is</b>: 
<tt>${maven.compiler.target}</tt>.<br /><b>User property is</b>: 
<tt>targetJdk</tt>.</td>
+<tt>1.7</tt> and <tt>1.8</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>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#testSourceRoots">testSourceRoots</a></b></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<td>The directories containing the test-sources to be compiled.<br 
/><b>Default value is</b>: <tt>${project.testCompileSourceRoots}</tt>.<br 
/></td>
           </tr>
           
 <tr class="b">
@@ -606,6 +628,20 @@ individual reports.</div>
           
 <li><b>Default</b>: <tt>${project.build.directory}/pmd-benchmark.txt</tt></li>
         </ul><hr />
+<p><b><a name="compileSourceRoots">compileSourceRoots</a>:</b></p>
+        
+<div>The directories containing the sources to be compiled.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${project.compileSourceRoots}</tt></li>
+        </ul><hr />
 <p><b><a name="excludeRoots">excludeRoots</a>:</b></p>
         
 <div>The project source directories that should be excluded.</div>
@@ -700,11 +736,8 @@ wildcards and double wildcards. Defaults
 <p><b><a name="language">language</a>:</b></p>
         
 <div>The programming language to be analyzed by PMD. Valid values are
-currently <tt>java</tt> and <tt>ecmascript</tt> or
-<tt>javascript</tt>. 
-
-<p><b>Note:</b> if the parameter targetJdk is given, then this
-language parameter will be ignored.</p></div>
+currently <tt>java</tt>, <tt>javascript</tt> and
+<tt>jsp</tt>.</div>
         
 <ul>
           
@@ -898,7 +931,10 @@ Suppressing warnings</a>.</div>
 <div>The target JDK to analyze based on. Should match the target 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>.</div>
+<tt>1.7</tt> and <tt>1.8</tt>. 
+
+<p><b>Note:</b> this parameter is only used if the language
+parameter is set to <tt>java</tt>.</p></div>
         
 <ul>
           
@@ -912,6 +948,20 @@ the compiler plugin. Valid values are cu
           
 <li><b>Default</b>: <tt>${maven.compiler.target}</tt></li>
         </ul><hr />
+<p><b><a name="testSourceRoots">testSourceRoots</a>:</b></p>
+        
+<div>The directories containing the test-sources to be compiled.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${project.testCompileSourceRoots}</tt></li>
+        </ul><hr />
 <p><b><a name="typeResolution">typeResolution</a>:</b></p>
         
 <div>Controls whether the project's compile/test classpath should be

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/pmd.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/pmd.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/pmd.html
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         PMD Results
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -224,7 +224,7 @@
       <div id="contentBox">
         <div class="section">
 <h2><a name="PMD_Results"></a>PMD Results</h2>
-<p>The following document contains the results of <a class="externalLink" 
href="http://pmd.sourceforge.net/";>PMD</a> 5.2.3.</p></div>
+<p>The following document contains the results of <a class="externalLink" 
href="http://pmd.sourceforge.net/";>PMD</a> 5.3.2.</p></div>
 <div class="section">
 <h2><a name="Files"></a>Files</h2>
 <div class="section">
@@ -235,7 +235,16 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>These nested if statements could be combined</td>
-<td><a 
href="./xref/org/apache/maven/plugin/pmd/AbstractPmdReport.html#L312">312</a>&#x2013;<a
 
href="./xref/org/apache/maven/plugin/pmd/AbstractPmdReport.html#L323">323</a></td></tr></table></div></div>
+<td><a 
href="./xref/org/apache/maven/plugin/pmd/AbstractPmdReport.html#L312">312</a>&#x2013;<a
 
href="./xref/org/apache/maven/plugin/pmd/AbstractPmdReport.html#L323">323</a></td></tr></table></div>
+<div class="section">
+<h3><a 
name="orgapachemavenpluginpmdAbstractPmdViolationCheckMojo.java"></a>org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Avoid unused private fields such as 'language'.</td>
+<td><a 
href="./xref/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#L61">61</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Information
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Generated Reports
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Summary
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -267,7 +267,7 @@
 <td>maven-pmd-plugin</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>3.4</td></tr>
+<td>3.5</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>maven-plugin</td></tr>

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Sonar
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Source Repository
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -229,17 +229,17 @@
 <h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a>
 <p>The following is a link to the online source repository.</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-3.4";>http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-3.4</a></pre></div></div>
+<pre><a class="externalLink" 
href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-3.5";>http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-3.5</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 SVN with this command:</p>
 <div class="source">
-<pre>$ svn checkout 
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.4 
maven-pmd-plugin</pre></div></div>
+<pre>$ svn checkout 
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.5 
maven-pmd-plugin</pre></div></div>
 <div class="section">
 <h2><a name="Developer_access"></a>Developer access</h2><a 
name="Developer_access"></a>
 <p>Everyone can access the Subversion repository via HTTP, but Committers must 
checkout the Subversion repository via HTTPS.</p>
 <div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.4 
maven-pmd-plugin</pre></div>
+<pre>$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.5 
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>$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div>
@@ -247,7 +247,7 @@
 <h2><a name="Access_from_behind_a_firewall"></a>Access from behind a 
firewall</h2><a name="Access_from_behind_a_firewall"></a>
 <p>For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:</p>
 <div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.4 
maven-pmd-plugin</pre></div></div>
+<pre>$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-3.5 
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>

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Surefire Report
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -253,12 +253,12 @@ function toggleDisplay(elementId) {
 <th>Success Rate</th>
 <th>Time</th></tr>
 <tr class="b">
-<td>28</td>
+<td>30</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>21.641</td></tr></table><br />
+<td>15.573</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>
@@ -274,12 +274,12 @@ function toggleDisplay(elementId) {
 <th>Time</th></tr>
 <tr class="b">
 <td><a href="#org.apache.maven.plugin.pmd">org.apache.maven.plugin.pmd</a></td>
-<td>28</td>
+<td>30</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>21.641</td></tr></table><br />
+<td>15.573</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>
@@ -296,12 +296,12 @@ function toggleDisplay(elementId) {
 <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>7</td>
+<td>9</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>6.75</td></tr>
+<td>4.809</td></tr>
 <tr class="a">
 <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>
@@ -310,7 +310,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>1.125</td></tr>
+<td>0.461</td></tr>
 <tr class="b">
 <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>
@@ -319,7 +319,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>11.235</td></tr>
+<td>8.091</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>
@@ -328,7 +328,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.531</td></tr></table></div><br /></div>
+<td>2.212</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>
@@ -337,125 +337,133 @@ function toggleDisplay(elementId) {
 <table border="1" class="bodyTable">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td>testSkipEmptyReportConfiguration</td>
+<td>1.632</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td>testCpdJavascriptConfiguration</td>
+<td>1.095</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testDefaultConfiguration</td>
-<td>4.297</td></tr>
+<td>0.655</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testCustomConfiguration</td>
-<td>0.828</td></tr>
+<td>0.438</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInvalidFormat</td>
-<td>0.328</td></tr>
+<td>0.141</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testWriteNonHtml</td>
-<td>0.172</td></tr>
+<td>0.097</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testSkipEmptyReportConfiguration</td>
-<td>0.187</td></tr>
+<td>testEmptyReportConfiguration</td>
+<td>0.258</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testEmptyReportConfiguration</td>
-<td>0.453</td></tr>
+<td>testCpdEncodingConfiguration</td>
+<td>0.254</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testCpdEncodingConfiguration</td>
-<td>0.485</td></tr></table></div>
+<td>testCpdJspConfiguration</td>
+<td>0.239</td></tr></table></div>
 <div class="section">
 <h3><a name="CpdViolationCheckMojoTest"></a>CpdViolationCheckMojoTest</h3><a 
name="org.apache.maven.plugin.pmdCpdViolationCheckMojoTest"></a>
 <table border="1" class="bodyTable">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testDefaultConfiguration</td>
-<td>0.125</td></tr>
+<td>testNotFailOnViolation</td>
+<td>0.167</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testNotFailOnViolation</td>
-<td>0.469</td></tr>
+<td>testExclusionsConfiguration</td>
+<td>0.18</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testException</td>
-<td>0.093</td></tr>
+<td>testDefaultConfiguration</td>
+<td>0.053</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testExclusionsConfiguration</td>
-<td>0.438</td></tr></table></div>
+<td>testException</td>
+<td>0.061</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="bodyTable">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testJavascriptConfiguration</td>
-<td>1.594</td></tr>
+<td>testSuppressMarkerConfiguration</td>
+<td>1.738</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testFileURL</td>
-<td>3.547</td></tr>
+<td>testJavascriptConfiguration</td>
+<td>0.735</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testSkipConfiguration</td>
-<td>0.171</td></tr>
+<td>0.082</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInvalidTargetJdk</td>
-<td>0.125</td></tr>
+<td>0.05</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testLocationTemp</td>
-<td>0.157</td></tr>
+<td>0.06</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testSuppressMarkerConfiguration</td>
-<td>0.843</td></tr>
+<td>testJspConfiguration</td>
+<td>0.281</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testJspConfiguration</td>
-<td>0.829</td></tr>
+<td>testSkipEmptyReportConfiguration</td>
+<td>0.301</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testDefaultConfiguration</td>
-<td>1.11</td></tr>
+<td>0.797</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testCustomConfiguration</td>
-<td>1.281</td></tr>
+<td>0.838</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInvalidFormat</td>
-<td>0.625</td></tr>
+<td>0.465</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testSkipEmptyReportConfiguration</td>
-<td>0.391</td></tr>
+<td>testEmptyReportConfiguration</td>
+<td>0.345</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testEmptyReportConfiguration</td>
-<td>0.562</td></tr></table></div>
+<td>testFileURL</td>
+<td>2.399</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="bodyTable">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testDefaultConfiguration</td>
-<td>0.281</td></tr>
+<td>testNotFailOnViolation</td>
+<td>0.833</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testNotFailOnViolation</td>
-<td>0.625</td></tr>
+<td>testFailurePriority</td>
+<td>0.859</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testException</td>
-<td>0.125</td></tr>
+<td>testViolationExclusion</td>
+<td>0.425</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testFailurePriority</td>
-<td>0.781</td></tr>
+<td>testDefaultConfiguration</td>
+<td>0.05</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testViolationExclusion</td>
-<td>0.719</td></tr></table></div><br /></div>
+<td>testException</td>
+<td>0.045</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Tag List report
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>
@@ -252,13 +252,13 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>overall summary</td>
-<td><a 
href="./xref/org/apache/maven/plugin/pmd/CpdReportGenerator.html#96">96</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugin/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#103">103</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugin/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#203">203</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugin/pmd/CpdReportGenerator.html#204">204</a></td></tr>
 <tr class="a">
 <th>org.apache.maven.plugin.pmd.PmdReportGenerator</th>
 <th>Line</th></tr>

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
 Fri Jul  3 06:40:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-31
+ | Generated by Apache Maven Doxia at 2015-07-03
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20150131" />
+        <meta name="Date-Revision-yyyymmdd" content="20150703" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Team list
         </div>
             <div class="xright">        
-                                    Last Published: 2015-01-31
-              &nbsp;| Version: 3.4
+                                    Last Published: 2015-07-03
+              &nbsp;| Version: 3.5
             </div>
       <div class="clear">
         <hr/>

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
 Fri Jul  3 06:40:21 2015
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>All Classes (Apache Maven PMD Plugin 3.4 Test API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Maven PMD Plugin 3.5 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <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
 Fri Jul  3 06:40:21 2015
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>All Classes (Apache Maven PMD Plugin 3.4 Test API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Maven PMD Plugin 3.5 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <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
 Fri Jul  3 06:40:21 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Constant Field Values (Apache Maven PMD Plugin 3.4 Test API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (Apache Maven PMD Plugin 3.5 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.4 Test API)";
+        parent.document.title="Constant Field Values (Apache Maven PMD Plugin 
3.5 Test API)";
     }
 //-->
 </script>

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
 Fri Jul  3 06:40:21 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Deprecated List (Apache Maven PMD Plugin 3.4 Test API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Apache Maven PMD Plugin 3.5 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.4 
Test API)";
+        parent.document.title="Deprecated List (Apache Maven PMD Plugin 3.5 
Test API)";
     }
 //-->
 </script>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/help-doc.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/help-doc.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/help-doc.html
 Fri Jul  3 06:40:21 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>API Help (Apache Maven PMD Plugin 3.4 Test API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Apache Maven PMD Plugin 3.5 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="API Help (Apache Maven PMD Plugin 3.4 Test 
API)";
+        parent.document.title="API Help (Apache Maven PMD Plugin 3.5 Test 
API)";
     }
 //-->
 </script>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/index-all.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/index-all.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/index-all.html
 Fri Jul  3 06:40:21 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Index (Apache Maven PMD Plugin 3.4 Test API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Apache Maven PMD Plugin 3.5 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="Index (Apache Maven PMD Plugin 3.4 Test API)";
+        parent.document.title="Index (Apache Maven PMD Plugin 3.5 Test API)";
     }
 //-->
 </script>
@@ -209,6 +209,10 @@
 <dl>
 <dt><span class="strong"><a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html#testCpdEncodingConfiguration()">testCpdEncodingConfiguration()</a></span>
 - Method in class org.apache.maven.plugin.pmd.<a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html" title="class in 
org.apache.maven.plugin.pmd">CpdReportTest</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html#testCpdJavascriptConfiguration()">testCpdJavascriptConfiguration()</a></span>
 - Method in class org.apache.maven.plugin.pmd.<a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html" title="class in 
org.apache.maven.plugin.pmd">CpdReportTest</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html#testCpdJspConfiguration()">testCpdJspConfiguration()</a></span>
 - Method in class org.apache.maven.plugin.pmd.<a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html" title="class in 
org.apache.maven.plugin.pmd">CpdReportTest</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html#testCustomConfiguration()">testCustomConfiguration()</a></span>
 - Method in class org.apache.maven.plugin.pmd.<a 
href="./org/apache/maven/plugin/pmd/CpdReportTest.html" title="class in 
org.apache.maven.plugin.pmd">CpdReportTest</a></dt>
 <dd>
 <div class="block">Test CPDReport using custom configuration</div>

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/index.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/index.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/index.html
 Fri Jul  3 06:40:21 2015
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Apache Maven PMD Plugin 3.4 Test API</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Maven PMD Plugin 3.5 Test API</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugin/pmd/AbstractPmdReportTest.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugin/pmd/AbstractPmdReportTest.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugin/pmd/AbstractPmdReportTest.html
 Fri Jul  3 06:40:21 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="de">
+<html lang="sv">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractPmdReportTest (Apache Maven PMD Plugin 3.4 Test API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AbstractPmdReportTest (Apache Maven PMD Plugin 3.5 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="AbstractPmdReportTest (Apache Maven PMD Plugin 
3.4 Test API)";
+        parent.document.title="AbstractPmdReportTest (Apache Maven PMD Plugin 
3.5 Test API)";
     }
 //-->
 </script>


Reply via email to