You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 17:21:14 UTC

svn commit: r816698 [11/15] - in /websites/production/maventest/content/plugins/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/ apidocs/...

Modified: websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd-check-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd-check-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd-check-mojo.html Tue May  8 15:21:08 2012
@@ -1,5 +1,5 @@
 <!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 Feb 1, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 12, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>
@@ -10,7 +10,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="20120201" />
+        <meta name="Date-Revision-yyyymmdd" content="20120212" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     pmd:cpd-check
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-01
-              &nbsp;| Version: 2.7
+                                 Last Published: 2012-02-12
+              &nbsp;| Version: 2.7.1
             </div>
       <div class="clear">
         <hr/>
@@ -157,7 +157,7 @@
   
     <div class="section"><h2>pmd:cpd-check<a name="pmd:cpd-check"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-pmd-plugin:2.7:cpd-check</p>
+      <p>org.apache.maven.plugins:maven-pmd-plugin:2.7.1:cpd-check</p>
       <p><b>Description</b>:</p>
       <div>Fail the build if there were any CPD violations in the source code.</div>
       <p><b>Attributes</b>:</p>

Modified: websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd-mojo.html Tue May  8 15:21:08 2012
@@ -1,5 +1,5 @@
 <!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 Feb 1, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 12, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>
@@ -10,7 +10,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="20120201" />
+        <meta name="Date-Revision-yyyymmdd" content="20120212" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     pmd:cpd
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-01
-              &nbsp;| Version: 2.7
+                                 Last Published: 2012-02-12
+              &nbsp;| Version: 2.7.1
             </div>
       <div class="clear">
         <hr/>
@@ -158,7 +158,7 @@
     <div class="section"><h2>pmd:cpd<a name="pmd:cpd"></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:2.7:cpd</p>
+      <p>org.apache.maven.plugins:maven-pmd-plugin:2.7.1:cpd</p>
       <p><b>Description</b>:</p>
       <div>Creates a report for PMD's CPD tool. See <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">http://pmd.sourceforge.net/cpd.html</a>
 for more detail.</div>
@@ -211,7 +211,7 @@ individual reports.<br /><b>Default valu
           </tr>
           <tr class="a">
             <td><b><a href="#excludeRoots">excludeRoots</a></b></td>
-            <td><tt>List</tt></td>
+            <td><tt>File[]</tt></td>
             <td><tt>2.2</tt></td>
             <td>The project source directories that should be excluded.<br /></td>
           </tr>
@@ -327,7 +327,7 @@ individual reports.</div>
         </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.util.List</tt></li>
+          <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>

Modified: websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd.html (original)
+++ websites/production/maventest/content/plugins/maven-pmd-plugin-latest/cpd.html Tue May  8 15:21:08 2012
@@ -1,5 +1,5 @@
 <!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 Feb 1, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 12, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>CPD Results</title>
@@ -9,7 +9,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="20120201" />
+        <meta name="Date-Revision-yyyymmdd" content="20120212" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     CPD Results
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-01
-              &nbsp;| Version: 2.7
+                                 Last Published: 2012-02-12
+              &nbsp;| Version: 2.7.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,12 +98,12 @@
                   <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
-            <strong>CPD Report</strong>
-          </li>
-                      <li class="none">
                   <a href="pmd.html">PMD Report</a>
             </li>
                       <li class="none">
+            <strong>CPD Report</strong>
+          </li>
+                      <li class="none">
                   <a href="cobertura/index.html">Cobertura Test Coverage</a>
             </li>
                       <li class="none">