You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/03/11 21:12:55 UTC

svn commit: r901148 [17/48] - in /websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/pmd/ apidocs/org/apache/maven/plugin/pmd/class-use/ apidocs/org/apache/maven/plugin/pmd/model/ api...

Modified: websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/pmd-mojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/pmd-mojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/pmd-mojo.html Tue Mar 11 20:12:51 2014
@@ -1,11 +1,11 @@
 <!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 Mar 4, 2013
+ | Generated by Apache Maven Doxia at 2014-03-11
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven PMD plugin - 
+    <title>Apache Maven PMD Plugin - 
     pmd:pmd</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -13,10 +13,10 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130304" />
+        <meta name="Date-Revision-yyyymmdd" content="20140311" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -42,14 +42,14 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven PMD plugin</a>
+                      <a href="./">Apache Maven PMD Plugin</a>
         &gt;
         
     pmd:pmd
         </div>
             <div class="xright">        
-                                    Last Published: 2013-03-04
-              &nbsp;| Version: 3.0.1
+                                    Last Published: 2014-03-11
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -99,7 +99,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -173,71 +173,146 @@
       <div id="contentBox">
         
   
-    <div class="section"><h2>pmd:pmd<a name="pmd:pmd"></a></h2>
-      <p><b>Note</b>:This goal should be used as a Maven report.</p>
-      <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-pmd-plugin:3.0.1:pmd</p>
-      <p><b>Description</b>:</p>
-      <div>Creates a PMD report.</div>
-      <p><b>Attributes</b>:</p>
-      <ul>
-        <li>Requires a Maven project to be executed.</li>
-        <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>
+    <div class="section">
+<h2>pmd:pmd<a name="pmd:pmd"></a></h2>
+      
+<p><b>Note</b>:This goal should be used as a Maven report.</p>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.maven.plugins:maven-pmd-plugin:3.1:pmd</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Creates a PMD report.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<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>
-      <div class="section"><h3>Required Parameters<a name="Required_Parameters"></a></h3>
-        <table class="bodyTable" border="0">
-          <tr class="a">
-            <th>Name</th>
-            <th>Type</th>
-            <th>Since</th>
-            <th>Description</th>
-          </tr>
-          <tr class="b">
-            <td><b><a href="#outputDirectory">outputDirectory</a></b></td>
-            <td><tt>File</tt></td>
-            <td><tt>2.0</tt></td>
-            <td>The output directory for the final HTML report. Note that this
+      
+<div class="section">
+<h3>Required Parameters<a name="Required_Parameters"></a></h3>
+        
+<table class="bodyTable" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<td>The output directory for the final HTML report. Note that this
 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>
           </tr>
-          <tr class="a">
-            <td><b><a href="#targetDirectory">targetDirectory</a></b></td>
-            <td><tt>File</tt></td>
-            <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>
+          
+<tr class="a">
+            
+<td><b><a href="#targetDirectory">targetDirectory</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<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>
           </tr>
         </table>
       </div>
-      <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
-        <table class="bodyTable" border="0">
-          <tr class="a">
-            <th>Name</th>
-            <th>Type</th>
-            <th>Since</th>
-            <th>Description</th>
-          </tr>
-          <tr class="b">
-            <td><b><a href="#aggregate">aggregate</a></b></td>
-            <td><tt>boolean</tt></td>
-            <td><tt>2.2</tt></td>
-            <td>Whether to build an aggregated report at the root, or build
+      
+<div class="section">
+<h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
+        
+<table class="bodyTable" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#aggregate">aggregate</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<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>
           </tr>
-          <tr class="a">
-            <td><b><a href="#excludeRoots">excludeRoots</a></b></td>
-            <td><tt>File[]</tt></td>
-            <td><tt>2.2</tt></td>
-            <td>The project source directories that should be excluded.<br /></td>
-          </tr>
-          <tr class="b">
-            <td><b><a href="#excludes">excludes</a></b></td>
-            <td><tt>List</tt></td>
-            <td><tt>2.2</tt></td>
-            <td>A list of files to exclude from checking. Can contain Ant-style
+          
+<tr class="a">
+            
+<td><b><a href="#benchmark">benchmark</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<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>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#benchmarkOutputFilename">benchmarkOutputFilename</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<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>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#excludeRoots">excludeRoots</a></b></td>
+            
+<td><tt>File[]</tt></td>
+            
+<td><tt>2.2</tt></td>
+            
+<td>The project source directories that should be excluded.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#excludes">excludes</a></b></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>2.2</tt></td>
+            
+<td>A list of files to exclude from checking. Can contain Ant-style
 wildcards and double wildcards. Note that these exclusion patterns
 only operate on the path of a source file relative to its source
 root directory. In other words, files are excluded based on their
@@ -245,302 +320,611 @@ package and/or class name. If you want t
 root directories, use the parameter <tt>excludeRoots</tt>
 instead.<br /></td>
           </tr>
-          <tr class="a">
-            <td><b><a href="#format">format</a></b></td>
-            <td><tt>String</tt></td>
-            <td><tt>2.0</tt></td>
-            <td>Set the output format type, in addition to the HTML report. Must be
+          
+<tr class="a">
+            
+<td><b><a href="#format">format</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<td>Set the output format type, in addition to the HTML report. Must be
 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>
           </tr>
-          <tr class="b">
-            <td><b><a href="#includeTests">includeTests</a></b></td>
-            <td><tt>boolean</tt></td>
-            <td><tt>2.2</tt></td>
-            <td>Run PMD on the tests.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
-          </tr>
-          <tr class="a">
-            <td><b><a href="#includeXmlInSite">includeXmlInSite</a></b></td>
-            <td><tt>boolean</tt></td>
-            <td><tt>3.0</tt></td>
-            <td>Whether to include the xml files generated by PMD/CPD in the
+          
+<tr class="b">
+            
+<td><b><a href="#includeTests">includeTests</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>2.2</tt></td>
+            
+<td>Run PMD on the tests.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#includeXmlInSite">includeXmlInSite</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>3.0</tt></td>
+            
+<td>Whether to include the xml files generated by PMD/CPD in the
 site.<br />
 <b>Note:</b> In versions 2.2 - 2.7.1 the default value
 for this was <tt>true</tt>. This was changed in version 3.0.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
           </tr>
-          <tr class="b">
-            <td><b><a href="#includes">includes</a></b></td>
-            <td><tt>List</tt></td>
-            <td><tt>2.2</tt></td>
-            <td>A list of files to include from checking. Can contain Ant-style
+          
+<tr class="b">
+            
+<td><b><a href="#includes">includes</a></b></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>2.2</tt></td>
+            
+<td>A list of files to include from checking. Can contain Ant-style
 wildcards and double wildcards. Defaults to **\/*.java.<br /></td>
           </tr>
-          <tr class="a">
-            <td><b><a href="#language">language</a></b></td>
-            <td><tt>String</tt></td>
-            <td><tt>3.0</tt></td>
-            <td>The programming language to be analyzed by PMD. Valid values are
+          
+<tr class="a">
+            
+<td><b><a href="#language">language</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<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>
           </tr>
-          <tr class="b">
-            <td><b><a href="#linkXRef">linkXRef</a></b></td>
-            <td><tt>boolean</tt></td>
-            <td><tt>2.0</tt></td>
-            <td>Link the violation line numbers to the source xref. Links will be
+          
+<tr class="b">
+            
+<td><b><a href="#linkXRef">linkXRef</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<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>
           </tr>
-          <tr class="a">
-            <td><b><a href="#minimumPriority">minimumPriority</a></b></td>
-            <td><tt>int</tt></td>
-            <td><tt>2.1</tt></td>
-            <td>The rule priority threshold; rules with lower priority than this
+          
+<tr class="a">
+            
+<td><b><a href="#minimumPriority">minimumPriority</a></b></td>
+            
+<td><tt>int</tt></td>
+            
+<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>
           </tr>
-          <tr class="b">
-            <td><b><a href="#outputEncoding">outputEncoding</a></b></td>
-            <td><tt>String</tt></td>
-            <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>
-          </tr>
-          <tr class="a">
-            <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.sourceforge.net/rules/index.html">Stock
+          
+<tr class="b">
+            
+<td><b><a href="#outputEncoding">outputEncoding</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<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>
+          </tr>
+          
+<tr class="a">
+            
+<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.sourceforge.net/rules/index.html">Stock
 Rulesets</a> for a list of some included. Since version 2.5, the
 ruleset &quot;rulesets/maven.xml&quot; is also available. Defaults to the
 java-basic, java-imports and java-unusedcode rulesets.<br /></td>
           </tr>
-          <tr class="b">
-            <td><b><a href="#skip">skip</a></b></td>
-            <td><tt>boolean</tt></td>
-            <td><tt>2.1</tt></td>
-            <td>Skip the PMD report generation. Most useful on the command line via
+          
+<tr class="b">
+            
+<td><b><a href="#skip">skip</a></b></td>
+            
+<td><tt>boolean</tt></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>
           </tr>
-          <tr class="a">
-            <td><b><a href="#sourceEncoding">sourceEncoding</a></b></td>
-            <td><tt>String</tt></td>
-            <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>
-          </tr>
-          <tr class="b">
-            <td><b><a href="#targetJdk">targetJdk</a></b></td>
-            <td><tt>String</tt></td>
-            <td><tt>2.0</tt></td>
-            <td>The target JDK to analyze based on. Should match the target used in
+          
+<tr class="a">
+            
+<td><b><a href="#skipEmptyReport">skipEmptyReport</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>3.1</tt></td>
+            
+<td>Skip the PMD/CPD report generation if there are no violations or
+duplications found. Defaults to <tt>true</tt>.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#skipPmdError">skipPmdError</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<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>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#sourceEncoding">sourceEncoding</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<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>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#targetJdk">targetJdk</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<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> and
 <tt>1.7</tt>. <b>Note:</b> support for <tt>1.6</tt> was
 added in version 2.3 of this plugin, support for <tt>1.7</tt>
 was added in version 2.7 of this plugin.<br /><b>User property is</b>: <tt>targetJdk</tt>.</td>
           </tr>
-          <tr class="a">
-            <td><b><a href="#typeResolution">typeResolution</a></b></td>
-            <td><tt>boolean</tt></td>
-            <td><tt>3.0</tt></td>
-            <td>Controls whether the project's compile/test classpath should be
+          
+<tr class="a">
+            
+<td><b><a href="#typeResolution">typeResolution</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<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>false</tt>.<br /><b>User property is</b>: <tt>pmd.typeResolution</tt>.</td>
           </tr>
-          <tr class="b">
-            <td><b><a href="#xrefLocation">xrefLocation</a></b></td>
-            <td><tt>File</tt></td>
-            <td><tt>2.0</tt></td>
-            <td>Location of the Xrefs to link to.<br /><b>Default value is</b>: <tt>${project.reporting.outputDirectory}/xref</tt>.<br /></td>
-          </tr>
-          <tr class="a">
-            <td><b><a href="#xrefTestLocation">xrefTestLocation</a></b></td>
-            <td><tt>File</tt></td>
-            <td><tt>2.0</tt></td>
-            <td>Location of the Test Xrefs to link to.<br /><b>Default value is</b>: <tt>${project.reporting.outputDirectory}/xref-test</tt>.<br /></td>
+          
+<tr class="b">
+            
+<td><b><a href="#xrefLocation">xrefLocation</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<td>Location of the Xrefs to link to.<br /><b>Default value is</b>: <tt>${project.reporting.outputDirectory}/xref</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#xrefTestLocation">xrefTestLocation</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<td>Location of the Test Xrefs to link to.<br /><b>Default value is</b>: <tt>${project.reporting.outputDirectory}/xref-test</tt>.<br /></td>
           </tr>
         </table>
       </div>
-      <div class="section"><h3>Parameter Details<a name="Parameter_Details"></a></h3>
-        <p><b><a name="aggregate">aggregate</a>:</b></p>
-        <div>Whether to build an aggregated report at the root, or build
+      
+<div class="section">
+<h3>Parameter Details<a name="Parameter_Details"></a></h3>
+        
+<p><b><a name="aggregate">aggregate</a>:</b></p>
+        
+<div>Whether to build an aggregated report at the root, or build
 individual reports.</div>
-        <ul>
-          <li><b>Type</b>: <tt>boolean</tt></li>
-          <li><b>Since</b>: <tt>2.2</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>aggregate</tt></li>
-          <li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /><p><b><a name="excludeRoots">excludeRoots</a>:</b></p>
-        <div>The project source directories that should be excluded.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.io.File[]</tt></li>
-          <li><b>Since</b>: <tt>2.2</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-        </ul><hr /><p><b><a name="excludes">excludes</a>:</b></p>
-        <div>A list of files to exclude from checking. Can contain Ant-style
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>2.2</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>aggregate</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="benchmark">benchmark</a>:</b></p>
+        
+<div>Controls whether PMD will track benchmark information.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.1</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>pmd.benchmark</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="benchmarkOutputFilename">benchmarkOutputFilename</a>:</b></p>
+        
+<div>Benchmark output filename.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Since</b>: <tt>3.1</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>pmd.benchmarkOutputFilename</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.directory}/pmd-benchmark.txt</tt></li>
+        </ul><hr />
+<p><b><a name="excludeRoots">excludeRoots</a>:</b></p>
+        
+<div>The project source directories that should be excluded.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File[]</tt></li>
+          
+<li><b>Since</b>: <tt>2.2</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="excludes">excludes</a>:</b></p>
+        
+<div>A list of files to exclude from checking. Can contain Ant-style
 wildcards and double wildcards. Note that these exclusion patterns
 only operate on the path of a source file relative to its source
 root directory. In other words, files are excluded based on their
 package and/or class name. If you want to exclude entire source
 root directories, use the parameter <tt>excludeRoots</tt>
 instead.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.util.List</tt></li>
-          <li><b>Since</b>: <tt>2.2</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-        </ul><hr /><p><b><a name="format">format</a>:</b></p>
-        <div>Set the output format type, in addition to the HTML report. Must be
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Since</b>: <tt>2.2</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="format">format</a>:</b></p>
+        
+<div>Set the output format type, in addition to the HTML report. Must be
 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.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.lang.String</tt></li>
-          <li><b>Since</b>: <tt>2.0</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>format</tt></li>
-          <li><b>Default</b>: <tt>xml</tt></li>
-        </ul><hr /><p><b><a name="includeTests">includeTests</a>:</b></p>
-        <div>Run PMD on the tests.</div>
-        <ul>
-          <li><b>Type</b>: <tt>boolean</tt></li>
-          <li><b>Since</b>: <tt>2.2</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /><p><b><a name="includeXmlInSite">includeXmlInSite</a>:</b></p>
-        <div>Whether to include the xml files generated by PMD/CPD in the
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>format</tt></li>
+          
+<li><b>Default</b>: <tt>xml</tt></li>
+        </ul><hr />
+<p><b><a name="includeTests">includeTests</a>:</b></p>
+        
+<div>Run PMD on the tests.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>2.2</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="includeXmlInSite">includeXmlInSite</a>:</b></p>
+        
+<div>Whether to include the xml files generated by PMD/CPD in the
 site.<br />
 <b>Note:</b> In versions 2.2 - 2.7.1 the default value
 for this was <tt>true</tt>. This was changed in version 3.0.</div>
-        <ul>
-          <li><b>Type</b>: <tt>boolean</tt></li>
-          <li><b>Since</b>: <tt>3.0</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /><p><b><a name="includes">includes</a>:</b></p>
-        <div>A list of files to include from checking. Can contain Ant-style
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="includes">includes</a>:</b></p>
+        
+<div>A list of files to include from checking. Can contain Ant-style
 wildcards and double wildcards. Defaults to **\/*.java.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.util.List</tt></li>
-          <li><b>Since</b>: <tt>2.2</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-        </ul><hr /><p><b><a name="language">language</a>:</b></p>
-        <div>The programming language to be analyzed by PMD. Valid values are
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Since</b>: <tt>2.2</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<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>
-        <ul>
-          <li><b>Type</b>: <tt>java.lang.String</tt></li>
-          <li><b>Since</b>: <tt>3.0</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>Default</b>: <tt>java</tt></li>
-        </ul><hr /><p><b><a name="linkXRef">linkXRef</a>:</b></p>
-        <div>Link the violation line numbers to the source xref. Links will be
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Since</b>: <tt>3.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>java</tt></li>
+        </ul><hr />
+<p><b><a name="linkXRef">linkXRef</a>:</b></p>
+        
+<div>Link the violation line numbers to the source xref. Links will be
 created automatically if the jxr plugin is being used.</div>
-        <ul>
-          <li><b>Type</b>: <tt>boolean</tt></li>
-          <li><b>Since</b>: <tt>2.0</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>linkXRef</tt></li>
-          <li><b>Default</b>: <tt>true</tt></li>
-        </ul><hr /><p><b><a name="minimumPriority">minimumPriority</a>:</b></p>
-        <div>The rule priority threshold; rules with lower priority than this
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>linkXRef</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="minimumPriority">minimumPriority</a>:</b></p>
+        
+<div>The rule priority threshold; rules with lower priority than this
 will not be evaluated.</div>
-        <ul>
-          <li><b>Type</b>: <tt>int</tt></li>
-          <li><b>Since</b>: <tt>2.1</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>minimumPriority</tt></li>
-          <li><b>Default</b>: <tt>5</tt></li>
-        </ul><hr /><p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
-        <div>The output directory for the final HTML report. Note that this
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Since</b>: <tt>2.1</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>minimumPriority</tt></li>
+          
+<li><b>Default</b>: <tt>5</tt></li>
+        </ul><hr />
+<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
+        
+<div>The output directory for the final HTML report. Note that this
 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.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.io.File</tt></li>
-          <li><b>Since</b>: <tt>2.0</tt></li>
-          <li><b>Required</b>: <tt>Yes</tt></li>
-          <li><b>User Property</b>: <tt>project.reporting.outputDirectory</tt></li>
-        </ul><hr /><p><b><a name="outputEncoding">outputEncoding</a>:</b></p>
-        <div>The file encoding when writing non-HTML reports.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.lang.String</tt></li>
-          <li><b>Since</b>: <tt>2.5</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>outputEncoding</tt></li>
-          <li><b>Default</b>: <tt>${project.reporting.outputEncoding}</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.sourceforge.net/rules/index.html">Stock
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>project.reporting.outputDirectory</tt></li>
+        </ul><hr />
+<p><b><a name="outputEncoding">outputEncoding</a>:</b></p>
+        
+<div>The file encoding when writing non-HTML reports.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Since</b>: <tt>2.5</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>outputEncoding</tt></li>
+          
+<li><b>Default</b>: <tt>${project.reporting.outputEncoding}</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.sourceforge.net/rules/index.html">Stock
 Rulesets</a> for a list of some included. Since version 2.5, the
 ruleset &quot;rulesets/maven.xml&quot; is also available. Defaults to the
 java-basic, java-imports and java-unusedcode rulesets.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.lang.String[]</tt></li>
-          <li><b>Since</b>: <tt>2.0</tt></li>
-          <li><b>Required</b>: <tt>No</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
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String[]</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</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
 &quot;-Dpmd.skip=true&quot;.</div>
-        <ul>
-          <li><b>Type</b>: <tt>boolean</tt></li>
-          <li><b>Since</b>: <tt>2.1</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>pmd.skip</tt></li>
-          <li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /><p><b><a name="sourceEncoding">sourceEncoding</a>:</b></p>
-        <div>The file encoding to use when reading the Java sources.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.lang.String</tt></li>
-          <li><b>Since</b>: <tt>2.3</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>encoding</tt></li>
-          <li><b>Default</b>: <tt>${project.build.sourceEncoding}</tt></li>
-        </ul><hr /><p><b><a name="targetDirectory">targetDirectory</a>:</b></p>
-        <div>The output directory for the intermediate XML report.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.io.File</tt></li>
-          <li><b>Since</b>: <tt>2.0</tt></li>
-          <li><b>Required</b>: <tt>Yes</tt></li>
-          <li><b>User Property</b>: <tt>project.build.directory</tt></li>
-        </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
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>2.1</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>pmd.skip</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="skipEmptyReport">skipEmptyReport</a>:</b></p>
+        
+<div>Skip the PMD/CPD report generation if there are no violations or
+duplications found. Defaults to <tt>true</tt>.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.1</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="skipPmdError">skipPmdError</a>:</b></p>
+        
+<div>per default pmd executions error are ignored to not break the whole</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.1</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>pmd.skipPmdError</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="sourceEncoding">sourceEncoding</a>:</b></p>
+        
+<div>The file encoding to use when reading the Java sources.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Since</b>: <tt>2.3</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>encoding</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.sourceEncoding}</tt></li>
+        </ul><hr />
+<p><b><a name="targetDirectory">targetDirectory</a>:</b></p>
+        
+<div>The output directory for the intermediate XML report.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>project.build.directory</tt></li>
+        </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
 the compiler plugin. Valid values are currently <tt>1.3</tt>,
 <tt>1.4</tt>, <tt>1.5</tt>, <tt>1.6</tt> and
 <tt>1.7</tt>. <b>Note:</b> support for <tt>1.6</tt> was
 added in version 2.3 of this plugin, support for <tt>1.7</tt>
 was added in version 2.7 of this plugin.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.lang.String</tt></li>
-          <li><b>Since</b>: <tt>2.0</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>targetJdk</tt></li>
-        </ul><hr /><p><b><a name="typeResolution">typeResolution</a>:</b></p>
-        <div>Controls whether the project's compile/test classpath should be
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>targetJdk</tt></li>
+        </ul><hr />
+<p><b><a name="typeResolution">typeResolution</a>:</b></p>
+        
+<div>Controls whether the project's compile/test classpath should be
 passed to PMD to enable its type resolution feature.</div>
-        <ul>
-          <li><b>Type</b>: <tt>boolean</tt></li>
-          <li><b>Since</b>: <tt>3.0</tt></li>
-          <li><b>Required</b>: <tt>No</tt></li>
-          <li><b>User Property</b>: <tt>pmd.typeResolution</tt></li>
-          <li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /><p><b><a name="xrefLocation">xrefLocation</a>:</b></p>
-        <div>Location of the Xrefs to link to.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.io.File</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.reporting.outputDirectory}/xref</tt></li>
-        </ul><hr /><p><b><a name="xrefTestLocation">xrefTestLocation</a>:</b></p>
-        <div>Location of the Test Xrefs to link to.</div>
-        <ul>
-          <li><b>Type</b>: <tt>java.io.File</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.reporting.outputDirectory}/xref-test</tt></li>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>pmd.typeResolution</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="xrefLocation">xrefLocation</a>:</b></p>
+        
+<div>Location of the Xrefs to link to.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</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.reporting.outputDirectory}/xref</tt></li>
+        </ul><hr />
+<p><b><a name="xrefTestLocation">xrefTestLocation</a>:</b></p>
+        
+<div>Location of the Test Xrefs to link to.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</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.reporting.outputDirectory}/xref-test</tt></li>
         </ul>
       </div>
     </div>
@@ -553,7 +937,7 @@ passed to PMD to enable its type resolut
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/pmd.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/pmd.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/pmd.html Tue Mar 11 20:12:51 2014
@@ -1,21 +1,21 @@
 <!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 Mar 4, 2013
+ | Generated by Apache Maven Doxia at 2014-03-11
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven PMD plugin - PMD Results</title>
+    <title>Apache Maven PMD Plugin - PMD Results</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130304" />
+        <meta name="Date-Revision-yyyymmdd" content="20140311" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven PMD plugin</a>
+                      <a href="./">Apache Maven PMD Plugin</a>
         &gt;
         PMD Results
         </div>
             <div class="xright">        
-                                    Last Published: 2013-03-04
-              &nbsp;| Version: 3.0.1
+                                    Last Published: 2014-03-11
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -97,7 +97,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                      <li class="expanded">
+                                                                                                                                                                                                                                                                                    <li class="expanded">
                   <a href="project-reports.html">Project Reports</a>
                     <ul>
                       <li class="none">
@@ -107,10 +107,7 @@
                   <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="cpd.html">CPD Report</a>
-            </li>
-                      <li class="none">
-            <strong>PMD Report</strong>
+            <strong>PMD</strong>
           </li>
                       <li class="none">
                   <a href="xref/index.html">Source Xref</a>
@@ -210,7 +207,20 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>PMD Results<a name="PMD_Results"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.0.2.</p></div><div class="section"><h2>Files<a name="Files"></a></h2><div class="section"><h3>org/apache/maven/plugin/pmd/AbstractPmdReport.java<a name="orgapachemavenpluginpmdAbstractPmdReport.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><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#301">301</a> - <a href="./xref/org/apache/maven/plugin/pmd/AbstractPmdReport.html#308">308</a></td></tr></table></div></div>
+        <div class="section">
+<h2>PMD Results<a name="PMD_Results"></a></h2>
+<p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.0.5.</p></div>
+<div class="section">
+<h2>Files<a name="Files"></a></h2>
+<div class="section">
+<h3>org/apache/maven/plugin/pmd/AbstractPmdReport.java<a name="orgapachemavenpluginpmdAbstractPmdReport.java"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<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#L311">311</a>&#x2013;<a href="./xref/org/apache/maven/plugin/pmd/AbstractPmdReport.html#L322">322</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -218,7 +228,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-info.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-info.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-info.html Tue Mar 11 20:12:51 2014
@@ -1,21 +1,21 @@
 <!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 Mar 4, 2013
+ | Generated by Apache Maven Doxia at 2014-03-11
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven PMD plugin - Project Information</title>
+    <title>Apache Maven PMD Plugin - Project Information</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130304" />
+        <meta name="Date-Revision-yyyymmdd" content="20140311" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven PMD plugin</a>
+                      <a href="./">Apache Maven PMD Plugin</a>
         &gt;
         Project Information
         </div>
             <div class="xright">        
-                                    Last Published: 2013-03-04
-              &nbsp;| Version: 3.0.1
+                                    Last Published: 2014-03-11
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -141,7 +141,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -213,9 +213,59 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Information<a name="Project_Information"></a></h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview<a name="Overview"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="index.html">About</a></td><td>A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
+        <div class="section">
+<h2>Project Information<a name="Project_Information"></a></h2>
+<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
+<div class="section">
+<h3>Overview<a name="Overview"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="index.html">About</a></td>
+<td>A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
     fragments,
-    as well as being able to fail the build based on these metrics.</td></tr><tr class="a"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="b"><td><a href="dependency-info.html">Dependency Information</a></td><td>report.dependency-info.description</td></tr><tr class="a"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue man
 agement system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="b"><td><a href="dependency-management.html">Dependency Management</a></td><td>This document lists the dependencies that are defined through dependencyManagement.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the project's dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="a"><td><a href="plugin-management.html">Plugin Management</a></td><td>This document lists the plugins that are d
 efined through pluginManagement.</td></tr><tr class="b"><td><a href="plugins.html">Project Plugins</a></td><td>This document lists the build plugins and the report plugins used by this project.</td></tr><tr class="a"><td><a href="distribution-management.html">Distribution Management</a></td><td>This document provides informations on the distribution management of this project.</td></tr></table></div></div>
+    as well as being able to fail the build based on these metrics.</td></tr>
+<tr class="a">
+<td><a href="project-summary.html">Project Summary</a></td>
+<td>This document lists other related information of this project</td></tr>
+<tr class="b">
+<td><a href="dependency-info.html">Dependency Information</a></td>
+<td>This document describes how to to include this project as a dependency using various dependency management tools.</td></tr>
+<tr class="a">
+<td><a href="license.html">Project License</a></td>
+<td>This is a link to the definitions of project licenses.</td></tr>
+<tr class="b">
+<td><a href="team-list.html">Project Team</a></td>
+<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr>
+<tr class="a">
+<td><a href="source-repository.html">Source Repository</a></td>
+<td>This is a link to the online source repository that can be viewed via a web browser.</td></tr>
+<tr class="b">
+<td><a href="issue-tracking.html">Issue Tracking</a></td>
+<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr>
+<tr class="a">
+<td><a href="mail-lists.html">Mailing Lists</a></td>
+<td>This document provides subscription and archive information for this project's mailing lists.</td></tr>
+<tr class="b">
+<td><a href="dependency-management.html">Dependency Management</a></td>
+<td>This document lists the dependencies that are defined through dependencyManagement.</td></tr>
+<tr class="a">
+<td><a href="dependencies.html">Dependencies</a></td>
+<td>This document lists the project's dependencies and provides information on each dependency.</td></tr>
+<tr class="b">
+<td><a href="integration.html">Continuous Integration</a></td>
+<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr>
+<tr class="a">
+<td><a href="plugin-management.html">Plugin Management</a></td>
+<td>This document lists the plugins that are defined through pluginManagement.</td></tr>
+<tr class="b">
+<td><a href="plugins.html">Project Plugins</a></td>
+<td>This document lists the build plugins and the report plugins used by this project.</td></tr>
+<tr class="a">
+<td><a href="distribution-management.html">Distribution Management</a></td>
+<td>This document provides informations on the distribution management of this project.</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -223,7 +273,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-reports.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-reports.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-reports.html Tue Mar 11 20:12:51 2014
@@ -1,21 +1,21 @@
 <!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 Mar 4, 2013
+ | Generated by Apache Maven Doxia at 2014-03-11
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven PMD plugin - Generated Reports</title>
+    <title>Apache Maven PMD Plugin - Generated Reports</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130304" />
+        <meta name="Date-Revision-yyyymmdd" content="20140311" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven PMD plugin</a>
+                      <a href="./">Apache Maven PMD Plugin</a>
         &gt;
         Generated Reports
         </div>
             <div class="xright">        
-                                    Last Published: 2013-03-04
-              &nbsp;| Version: 3.0.1
+                                    Last Published: 2014-03-11
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -97,7 +97,7 @@
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                <li class="expanded">
+                                                                                                                                                                                                                                                                              <li class="expanded">
             <strong>Project Reports</strong>
                   <ul>
                       <li class="none">
@@ -107,10 +107,7 @@
                   <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="cpd.html">CPD Report</a>
-            </li>
-                      <li class="none">
-                  <a href="pmd.html">PMD Report</a>
+                  <a href="pmd.html">PMD</a>
             </li>
                       <li class="none">
                   <a href="xref/index.html">Source Xref</a>
@@ -210,7 +207,51 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Generated Reports<a name="Generated_Reports"></a></h2><p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p><div class="section"><h3>Overview<a name="Overview"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="surefire-report.html">Surefire Report</a></td><td>Report on the test results of the project.</td></tr><tr class="a"><td><a href="checkstyle.html">Checkstyle</a></td><td>Report on coding style conventions.</td></tr><tr class="b"><td><a href="cpd.html">CPD Report</a></td><td>Duplicate code detection.</td></tr><tr class="a"><td><a href="pmd.html">PMD Report</a></td><td>Verification of coding rules.</td></tr><tr class="b"><td><a href="xref/index.html">Source Xref</a></td><td>HTML based, cross-reference version of Java sou
 rce code.</td></tr><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="b"><td><a href="taglist.html">Tag List</a></td><td>Report on various tags found in the code.</td></tr><tr class="a"><td><a href="apidocs/index.html">JavaDocs</a></td><td>JavaDoc API documentation.</td></tr><tr class="b"><td><a href="testapidocs/index.html">Test JavaDocs</a></td><td>Test JavaDoc API documentation.</td></tr><tr class="a"><td><a href="findbugs.html">FindBugs Report</a></td><td>Generates a source code report with the FindBugs Library.</td></tr><tr class="b"><td><a href="sonar.html">Sonar</a></td><td>Quality analysis dashboard.</td></tr><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="b"><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 class="section">
+<h2>Generated Reports<a name="Generated_Reports"></a></h2>
+<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p>
+<div class="section">
+<h3>Overview<a name="Overview"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="surefire-report.html">Surefire Report</a></td>
+<td>Report on the test results of the project.</td></tr>
+<tr class="a">
+<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">
+<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">
+<td><a href="taglist.html">Tag List</a></td>
+<td>Report on various tags found in the code.</td></tr>
+<tr class="b">
+<td><a href="apidocs/index.html">JavaDocs</a></td>
+<td>JavaDoc API documentation.</td></tr>
+<tr class="a">
+<td><a href="testapidocs/index.html">Test JavaDocs</a></td>
+<td>Test JavaDoc API documentation.</td></tr>
+<tr class="b">
+<td><a href="findbugs.html">FindBugs Report</a></td>
+<td>Generates a source code report with the FindBugs Library.</td></tr>
+<tr class="a">
+<td><a href="sonar.html">Sonar</a></td>
+<td>Quality analysis dashboard.</td></tr>
+<tr class="b">
+<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">
+<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>
     </div>
     <div class="clear">
@@ -218,7 +259,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/project-summary.html Tue Mar 11 20:12:51 2014
@@ -1,21 +1,21 @@
 <!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 Mar 4, 2013
+ | Generated by Apache Maven Doxia at 2014-03-11
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven PMD plugin - Project Summary</title>
+    <title>Apache Maven PMD Plugin - Project Summary</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130304" />
+        <meta name="Date-Revision-yyyymmdd" content="20140311" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven PMD plugin</a>
+                      <a href="./">Apache Maven PMD Plugin</a>
         &gt;
         Project Summary
         </div>
             <div class="xright">        
-                                    Last Published: 2013-03-04
-              &nbsp;| Version: 3.0.1
+                                    Last Published: 2014-03-11
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -141,7 +141,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -213,9 +213,58 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Summary<a name="Project_Summary"></a></h2><a name="Project_Summary"></a><div class="section"><h3>Project Information<a name="Project_Information"></a></h3><a name="Project_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Maven PMD Plugin</td></tr><tr class="a"><td>Description</td><td>A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
+        <div class="section">
+<h2>Project Summary<a name="Project_Summary"></a></h2><a name="Project_Summary"></a>
+<div class="section">
+<h3>Project Information<a name="Project_Information"></a></h3><a name="Project_Information"></a>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Field</th>
+<th>Value</th></tr>
+<tr class="b">
+<td>Name</td>
+<td>Apache Maven PMD Plugin</td></tr>
+<tr class="a">
+<td>Description</td>
+<td>A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
     fragments,
-    as well as being able to fail the build based on these metrics.</td></tr><tr class="b"><td>Homepage</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">http://maven.apache.org/plugins/maven-pmd-plugin/</a></td></tr></table></div><div class="section"><h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.maven.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-pmd-plugin</td
 ></tr><tr class="b"><td>Version</td><td>3.0.1</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr><tr class="b"><td>JDK Rev</td><td>1.5</td></tr></table></div></div>
+    as well as being able to fail the build based on these metrics.</td></tr>
+<tr class="b">
+<td>Homepage</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">http://maven.apache.org/plugins/maven-pmd-plugin/</a></td></tr></table></div>
+<div class="section">
+<h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Field</th>
+<th>Value</th></tr>
+<tr class="b">
+<td>Name</td>
+<td>The Apache Software Foundation</td></tr>
+<tr class="a">
+<td>URL</td>
+<td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div>
+<div class="section">
+<h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Field</th>
+<th>Value</th></tr>
+<tr class="b">
+<td>GroupId</td>
+<td>org.apache.maven.plugins</td></tr>
+<tr class="a">
+<td>ArtifactId</td>
+<td>maven-pmd-plugin</td></tr>
+<tr class="b">
+<td>Version</td>
+<td>3.1</td></tr>
+<tr class="a">
+<td>Type</td>
+<td>maven-plugin</td></tr>
+<tr class="b">
+<td>JDK Rev</td>
+<td>1.5</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -223,7 +272,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.