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 16:06:22 UTC

svn commit: r816673 [6/8] - in /websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/plugin/...

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-property-expansion.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-property-expansion.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-property-expansion.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Using Custom Checkstyle Property Expansion Definitions</title>
@@ -10,7 +10,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="July 2006" />
-        <meta name="Date-Revision-yyyymmdd" content="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -44,8 +44,8 @@
     Using Custom Checkstyle Property Expansion Definitions
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -176,7 +176,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.9.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;propertyExpansion&gt;projectname=whizbang&lt;/propertyExpansion&gt;
@@ -193,7 +193,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.9.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;propertesLocation&gt;${basedir}/checkstyle.properties&lt;/propertiesLocation&gt;

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/multi-module-config.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/multi-module-config.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/multi-module-config.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Multimodule Configuration</title>
@@ -10,7 +10,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="2008-02-05" />
-        <meta name="Date-Revision-yyyymmdd" content="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -44,8 +44,8 @@
     Multimodule Configuration
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -197,7 +197,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.9.1&lt;/version&gt;
         &lt;dependencies&gt;
           &lt;dependency&gt;
             &lt;groupId&gt;com.example.whizbang&lt;/groupId&gt;
@@ -213,7 +213,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.9.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;whizbang/checkstyle.xml&lt;/configLocation&gt;
           &lt;headerLocation&gt;whizbang/LICENSE.txt&lt;/headerLocation&gt;

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/suppressions-filter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/suppressions-filter.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/suppressions-filter.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Using a Suppressions Filter</title>
@@ -10,7 +10,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="July 2006" />
-        <meta name="Date-Revision-yyyymmdd" content="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -44,8 +44,8 @@
     Using a Suppressions Filter
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -176,7 +176,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.9.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;suppressionsLocation&gt;checkstyle-suppressions.xml&lt;/suppressionsLocation&gt;

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/faq.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/faq.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/faq.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Frequently Asked Questions</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Frequently Asked Questions
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/findbugs.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/findbugs.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/findbugs.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>FindBugs Bug Detector Report</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     FindBugs Bug Detector Report
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,10 +98,10 @@
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle.html">Checkstyle</a>
+                  <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
+                  <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
                   <a href="pmd.html">PMD Report</a>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/help-mojo.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     checkstyle:help
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -160,7 +160,7 @@
   
     <div class="section"><h2>checkstyle:help<a name="checkstyle:help"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-checkstyle-plugin:2.9:help</p>
+      <p>org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:help</p>
       <p><b>Description</b>:</p>
       <div>Display help information on maven-checkstyle-plugin.<br />
  Call 

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/index.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/index.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Introduction</title>
@@ -11,7 +11,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="20110801" />
-    <meta name="Date-Revision-yyyymmdd" content="20120208" />
+    <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Introduction
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/integration.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Continuous Integration</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Continuous Integration
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/issue-tracking.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Issue Tracking</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Issue Tracking
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/l10n-status.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/l10n-status.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/l10n-status.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>L10n Status</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     L10n Status
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,10 +98,10 @@
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle.html">Checkstyle</a>
+                  <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
+                  <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
                   <a href="pmd.html">PMD Report</a>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/license.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/license.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project License</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Project License
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/mail-lists.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/mail-lists.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/mail-lists.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project Mailing Lists</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Project Mailing Lists
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugin-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugin-info.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugin-info.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Plugin Documentation</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Plugin Documentation
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,10 +98,10 @@
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle.html">Checkstyle</a>
+                  <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
+                  <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
                   <a href="pmd.html">PMD Report</a>
@@ -220,7 +220,7 @@ to display parameter details.</td></tr><
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-          &lt;version&gt;2.9&lt;/version&gt;
+          &lt;version&gt;2.9.1&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -230,7 +230,7 @@ to display parameter details.</td></tr><
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.9.1&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -242,7 +242,7 @@ to display parameter details.</td></tr><
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.9.1&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugin-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugin-management.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugin-management.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project Plugin Management</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Project Plugin Management
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugins.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/plugins.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project Build Plugins</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Project Build Plugins
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -192,7 +192,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Build Plugins<a name="Project_Build_Plugins"></a></h2><a name="Project_Build_Plugins"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td><td>2.4.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td><td>2.3.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td><td>2.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td><td>1.0.1</td></tr><tr class="b"><td>or
 g.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td><td>2.3.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin/">maven-plugin-plugin</a></td><td>2.8</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td><td>1.2.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td><td>2.5</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="
 http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td><td>3.0</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td><td>2.9</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5.1</td></tr><tr class="b"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td><td>1.5.5</td></tr></table></div><div class="section"><h2>Project Report Plugins<a name="Project_Report_Plugins"></a></h2><a name="Project_Report_Plugins"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://
 maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td><td>2.9</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td><td>1.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td><td>2.8</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td><td>2.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin/">maven-plugin-plugin</a></td><td>2.8</td></tr><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>2.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><td>2.4</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td><td>2.9</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5.1</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/findbugs-maven-plugin">findbugs-maven-plugin</a></td><td>2.3.2</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/l10n-maven-plugin">l10n-maven-plugin</a></td><td>1.0-alpha-2</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" hr
 ef="http://mojo.codehaus.org/taglist-maven-plugin">taglist-maven-plugin</a></td><td>2.4</td></tr><tr class="b"><td>org.codehaus.sonar-plugins</td><td><a class="externalLink" href="http://sonar-plugins.codehaus.org/maven-report">maven-report</a></td><td>0.1</td></tr></table></div>
+        <div class="section"><h2>Project Build Plugins<a name="Project_Build_Plugins"></a></h2><a name="Project_Build_Plugins"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td><td>2.4.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td><td>2.3.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td><td>2.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td><td>1.0.1</td></tr><tr class="b"><td>or
 g.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td><td>2.3.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin/">maven-plugin-plugin</a></td><td>2.8</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td><td>1.2.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td><td>2.5</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="
 http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td><td>3.0</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td><td>2.9</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5.1</td></tr><tr class="b"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td><td>1.5.5</td></tr></table></div><div class="section"><h2>Project Report Plugins<a name="Project_Report_Plugins"></a></h2><a name="Project_Report_Plugins"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://
 maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td><td>2.9.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td><td>1.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td><td>2.8</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td><td>2.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin/">maven-plugin-plugin</a></td><td>2.8</td></tr><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>2.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><td>2.4</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td><td>2.9</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5.1</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/findbugs-maven-plugin">findbugs-maven-plugin</a></td><td>2.3.2</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/l10n-maven-plugin">l10n-maven-plugin</a></td><td>1.0-alpha-2</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" 
 href="http://mojo.codehaus.org/taglist-maven-plugin">taglist-maven-plugin</a></td><td>2.4</td></tr><tr class="b"><td>org.codehaus.sonar-plugins</td><td><a class="externalLink" href="http://sonar-plugins.codehaus.org/maven-report">maven-report</a></td><td>0.1</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/pmd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/pmd.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/pmd.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>PMD 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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     PMD Results
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,10 +98,10 @@
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle.html">Checkstyle</a>
+                  <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
+                  <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
             <strong>PMD Report</strong>
@@ -201,7 +201,7 @@
     </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> 4.2.5.</p></div><div class="section"><h2>Files<a name="Files"></a></h2><div class="section"><h3>org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.java<a name="orgapachemavenplugincheckstyleDefaultCheckstyleExecutor.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/checkstyle/DefaultCheckstyleExecutor.html#381">381</a> - <a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#384">384</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> 4.2.5.</p></div><div class="section"><h2>Files<a name="Files"></a></h2><div class="section"><h3>org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.java<a name="orgapachemavenplugincheckstyleDefaultCheckstyleExecutor.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/checkstyle/DefaultCheckstyleExecutor.html#393">393</a> - <a href="./xref/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#396">396</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/pmd.xml
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/pmd.xml (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/pmd.xml Tue May  8 14:06:16 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.5" timestamp="2012-02-08T19:20:22.214">
+<pmd version="4.2.5" timestamp="2012-02-22T14:43:14.865">
 <file name="G:\apache\maven\trunks\plugins\maven-checkstyle-plugin\target\checkout\src\main\java\org\apache\maven\plugin\checkstyle\DefaultCheckstyleExecutor.java">
-<violation beginline="381" endline="384" begincolumn="17" endcolumn="17" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.maven.plugin.checkstyle" class="DefaultCheckstyleExecutor" method="getOverridingProperties" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
+<violation beginline="393" endline="396" begincolumn="17" endcolumn="17" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.maven.plugin.checkstyle" class="DefaultCheckstyleExecutor" method="getOverridingProperties" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
 These nested if statements could be combined
 </violation>
 </file>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-info.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project Information</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Project Information
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-reports.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Generated Reports</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Generated Reports
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,10 +98,10 @@
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle.html">Checkstyle</a>
+                  <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
+                  <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
                   <a href="pmd.html">PMD Report</a>
@@ -201,7 +201,7 @@
     </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="checkstyle-aggregate.html">Checkstyle</a></td><td>Report on coding style conventions.</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="cpd.html">CPD Report</a></td><td>Duplicate code detec
 tion.</td></tr><tr class="a"><td><a href="cobertura/index.html">Cobertura Test Coverage</a></td><td>Cobertura Test Coverage Report.</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="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="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-aggregate.html">Checkstyle</a></td><td>Report on coding style conventions.</td></tr><tr class="b"><td><a href="checkstyle.html">Checkstyle</a></td><td>Report on coding style conventions.</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="cpd.html">CPD Report</a></td><td>Duplicate code detec
 tion.</td></tr><tr class="a"><td><a href="cobertura/index.html">Cobertura Test Coverage</a></td><td>Cobertura Test Coverage Report.</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="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="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>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/project-summary.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project Summary</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Project Summary
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -192,7 +192,7 @@
     </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 Checkstyle Plugin</td></tr><tr class="a"><td>Description</td><td>Generates a report on violations of code style and optionally fails the build if violations are detected.</td></tr><tr class="b"><td>Homepage</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">http://maven.apache.org/plugins/maven-checkstyle-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 Softwar
 e 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-checkstyle-plugin</td></tr><tr class="b"><td>Version</td><td>2.9</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 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 Checkstyle Plugin</td></tr><tr class="a"><td>Description</td><td>Generates a report on violations of code style and optionally fails the build if violations are detected.</td></tr><tr class="b"><td>Homepage</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">http://maven.apache.org/plugins/maven-checkstyle-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 Softwar
 e 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-checkstyle-plugin</td></tr><tr class="b"><td>Version</td><td>2.9.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">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/sonar.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/sonar.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/sonar.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Sonar</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Sonar
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,10 +98,10 @@
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle.html">Checkstyle</a>
+                  <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
+                  <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
                   <a href="pmd.html">PMD Report</a>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/source-repository.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Source Repository</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Source Repository
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -192,7 +192,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><h2>Web Access<a name="Web_Access"></a></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-checkstyle-plugin-2.9">http://svn.apache.org/viewvc/maven/plugins/tags/maven-checkstyle-plugin-2.9</a></pre></div></div><div class="section"><h2>Anonymous access<a name="Anonymous_access"></a></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-checkstyle-plugin-2.9 maven-checkstyle-plugin</pre></div></div><div class="section"><h2>Developer access<a name="Developer_access"></a></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-checkstyle-plugin-2.9 maven-checkstyle-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><div class="section"><h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></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 Subversio
 n 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-checkstyle-plugin-2.9 maven-checkstyle-plugin</pre></div></div><div class="section"><h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be c
 reated.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><h2>Web Access<a name="Web_Access"></a></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-checkstyle-plugin-2.9.1">http://svn.apache.org/viewvc/maven/plugins/tags/maven-checkstyle-plugin-2.9.1</a></pre></div></div><div class="section"><h2>Anonymous access<a name="Anonymous_access"></a></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.ap
 ache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.9.1 maven-checkstyle-plugin</pre></div></div><div class="section"><h2>Developer access<a name="Developer_access"></a></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-checkstyle-plugin-2.9.1 maven-checkstyle-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><div class="section"><h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></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 S
 ubversion 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-checkstyle-plugin-2.9.1 maven-checkstyle-plugin</pre></div></div><div class="section"><h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template fil
 es to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
 </pre></div></div>

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/surefire-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/surefire-report.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/surefire-report.html Tue May  8 14:06:16 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 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Feb 22, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Surefire Report</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="20120208" />
+        <meta name="Date-Revision-yyyymmdd" content="20120222" />
     <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 @@
     Surefire Report
       </div>
             <div class="xright">        
-                                 Last Published: 2012-02-08
-              &nbsp;| Version: 2.9
+                                 Last Published: 2012-02-22
+              &nbsp;| Version: 2.9.1
             </div>
       <div class="clear">
         <hr/>
@@ -98,10 +98,10 @@
             <strong>Surefire Report</strong>
           </li>
                       <li class="none">
-                  <a href="checkstyle.html">Checkstyle</a>
+                  <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
+                  <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
                   <a href="pmd.html">PMD Report</a>
@@ -217,7 +217,7 @@ function toggleDisplay(elementId) {
  } 
  }
 //]]>
-</script><div class="section"><h2>Surefire Report<a name="Surefire_Report"></a></h2></div><div class="section"><h2>Summary<a name="Summary"></a></h2><a name="Summary"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td>22</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>11.768</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>Package List<a name="Package_List"></a></h2><a name="Package_List"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>Tests</th><th>Errors </th><th>F
 ailures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyle">org.apache.maven.plugin.checkstyle</a></td><td>22</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>11.768</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>org.apache.maven.plugin.checkstyle<a name="org.apache.maven.plugin.checkstyle"></a></h3><a name="org.apache.maven.plugin.checkstyle"></a><table border="0" class="bodyTable"><tr class="a"><th></th><th>Class</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleAggregateReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleAggregateReportTest">CheckstyleAggregateReportTest</a></td><td>1</td><td>
 0</td><td>0</td><td>0</td><td>100%</td><td>3.244</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerMultiSourceTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerMultiSourceTest">CheckstyleReportListenerMultiSourceTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.008</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerTest">CheckstyleReportListenerTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.001</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportTest">CheckstyleRepor
 tTest</a></td><td>10</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>8.304</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleResultsTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleResultsTest">CheckstyleResultsTest</a></td><td>2</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.004</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleViolationCheckMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleViolationCheckMojoTest">CheckstyleViolationCheckMojoTest</a></td><td>4</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.197</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleReportResourceTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleReportResourceTest">ReportResourceTest</a></td><td>3
 </td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.01</td></tr></table></div><br /></div><div class="section"><h2>Test Cases<a name="Test_Cases"></a></h2><a name="Test_Cases"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><div class="section"><h3>CheckstyleAggregateReportTest<a name="CheckstyleAggregateReportTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleAggregateReportTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testMinConfiguration</td><td>3.175</td></tr></table></div><div class="section"><h3>CheckstyleReportListenerMultiSourceTest<a name="CheckstyleReportListenerMultiSourceTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleReportListenerMultiSourceTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testListeners<
 /td><td>0.001</td></tr></table></div><div class="section"><h3>CheckstyleReportListenerTest<a name="CheckstyleReportListenerTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleReportListenerTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testListeners</td><td>0</td></tr></table></div><div class="section"><h3>CheckstyleReportTest<a name="CheckstyleReportTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleReportTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testMinConfiguration</td><td>1.383</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoSource</td><td>0.08</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCustomConfiguration</td><td>0.941</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>
 testUseFile</td><td>1.105</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoRulesSummary</td><td>1.059</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoSeveritySummary</td><td>1.058</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoFilesSummary</td><td>1.054</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testFailOnError</td><td>0.506</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testDependencyResolutionException</td><td>0.061</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testTestSourceDirectory</td><td>1.052</td></tr></table></div><div class="section"><h3>CheckstyleResultsTest<a name="CheckstyleResultsTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleResultsTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img sr
 c="images/icon_success_sml.gif" alt="" /></td><td>testResults</td><td>0.002</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testEmptyResults</td><td>0</td></tr></table></div><div class="section"><h3>CheckstyleViolationCheckMojoTest<a name="CheckstyleViolationCheckMojoTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleViolationCheckMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testDefaultConfig</td><td>0.053</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInvalidFormat</td><td>0.047</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoOutputFile</td><td>0.053</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoFail</td><td>0.044</td></tr></table></div><div class="section"><h3>ReportResourceTest<a name="ReportResourceTest"></a></h3><a
  name="org.apache.maven.plugin.checkstyleReportResourceTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testConstructor</td><td>0</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testSetters</td><td>0</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCopy</td><td>0</td></tr></table></div><br /></div>
+</script><div class="section"><h2>Surefire Report<a name="Surefire_Report"></a></h2></div><div class="section"><h2>Summary<a name="Summary"></a></h2><a name="Summary"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td>22</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>11.829</td></tr></table><br /><p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div><div class="section"><h2>Package List<a name="Package_List"></a></h2><a name="Package_List"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>Tests</th><th>Errors </th><th>F
 ailures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyle">org.apache.maven.plugin.checkstyle</a></td><td>22</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>11.829</td></tr></table><br /><p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><div class="section"><h3>org.apache.maven.plugin.checkstyle<a name="org.apache.maven.plugin.checkstyle"></a></h3><a name="org.apache.maven.plugin.checkstyle"></a><table border="0" class="bodyTable"><tr class="a"><th></th><th>Class</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleAggregateReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleAggregateReportTest">CheckstyleAggregateReportTest</a></td><td>1</td><td>
 0</td><td>0</td><td>0</td><td>100%</td><td>3.271</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerMultiSourceTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerMultiSourceTest">CheckstyleReportListenerMultiSourceTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.001</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportListenerTest">CheckstyleReportListenerTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.017</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleReportTest">CheckstyleRepor
 tTest</a></td><td>10</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>8.347</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleResultsTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleResultsTest">CheckstyleResultsTest</a></td><td>2</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.001</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleViolationCheckMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleCheckstyleViolationCheckMojoTest">CheckstyleViolationCheckMojoTest</a></td><td>4</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.188</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.checkstyleReportResourceTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.checkstyleReportResourceTest">ReportResourceTest</a></td><td>3
 </td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.004</td></tr></table></div><br /></div><div class="section"><h2>Test Cases<a name="Test_Cases"></a></h2><a name="Test_Cases"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><div class="section"><h3>CheckstyleAggregateReportTest<a name="CheckstyleAggregateReportTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleAggregateReportTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testMinConfiguration</td><td>3.202</td></tr></table></div><div class="section"><h3>CheckstyleReportListenerMultiSourceTest<a name="CheckstyleReportListenerMultiSourceTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleReportListenerMultiSourceTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testListeners
 </td><td>0</td></tr></table></div><div class="section"><h3>CheckstyleReportListenerTest<a name="CheckstyleReportListenerTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleReportListenerTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testListeners</td><td>0</td></tr></table></div><div class="section"><h3>CheckstyleReportTest<a name="CheckstyleReportTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleReportTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testMinConfiguration</td><td>1.423</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoSource</td><td>0.072</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCustomConfiguration</td><td>0.984</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>te
 stUseFile</td><td>1.096</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoRulesSummary</td><td>1.03</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoSeveritySummary</td><td>1.064</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoFilesSummary</td><td>1.052</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testFailOnError</td><td>0.481</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testDependencyResolutionException</td><td>0.06</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testTestSourceDirectory</td><td>1.082</td></tr></table></div><div class="section"><h3>CheckstyleResultsTest<a name="CheckstyleResultsTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleResultsTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="i
 mages/icon_success_sml.gif" alt="" /></td><td>testResults</td><td>0</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testEmptyResults</td><td>0</td></tr></table></div><div class="section"><h3>CheckstyleViolationCheckMojoTest<a name="CheckstyleViolationCheckMojoTest"></a></h3><a name="org.apache.maven.plugin.checkstyleCheckstyleViolationCheckMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testDefaultConfig</td><td>0.05</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInvalidFormat</td><td>0.045</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoOutputFile</td><td>0.045</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoFail</td><td>0.046</td></tr></table></div><div class="section"><h3>ReportResourceTest<a name="ReportResourceTest"></a></h3><a name="or
 g.apache.maven.plugin.checkstyleReportResourceTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testConstructor</td><td>0</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testSetters</td><td>0</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCopy</td><td>0</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">