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 15:09:30 UTC

svn commit: r816619 [17/27] - in /websites/production/maventest/content/plugins/maven-compiler-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-use/ cobertura/ cobertura/css/ css/ examples/ testapidocs/ ...

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-summary.html Tue May  8 13:09:26 2012
@@ -1,25 +1,16 @@
 <!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 Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Compiler plugin - Project Summary</title>
+    <title>Project Summary</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
@@ -28,52 +19,32 @@
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://maven.apache.org/" id="bannerLeft">
-    
-                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
-    
-            </a>
-                        <a href="http://maven.apache.org/" id="bannerRight">
-    
-                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
-    
-            </a>
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
             <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
-          
-  
-
-  
-    
             
-  
-    
-            <div class="xleft">
-          
-                <a href="http://www.apache.org/" class="externalLink">Apache</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-                &gt;
-      
-                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
-                  </div>
-            <div class="xright">      
-  
-
-  
-    
-            
-  
-    
-             Last Published: 2010-09-04
-              &nbsp;| Version: 2.3.2
+                                <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../index.html">Plugins</a>
+        &gt;
+                      <a href="./">Maven Compiler plugin</a>
+        &gt;
+    Project Summary
+      </div>
+            <div class="xright">        
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 2.4
             </div>
       <div class="clear">
         <hr/>
@@ -81,290 +52,160 @@
     </div>
     <div id="leftColumn">
       <div id="navcolumn">
-           
-  
-
-  
-    
-            
-  
-    
-                   <h5>Overview</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="index.html">Introduction</a>
-          </li>
-              
-    <li class="none">
-                    <a href="plugin-info.html">Goals</a>
-          </li>
-              
-    <li class="none">
-                    <a href="usage.html">Usage</a>
-          </li>
-              
-    <li class="none">
-                    <a href="faq.html">FAQ</a>
-          </li>
+             
+                                                <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="index.html">Introduction</a>
+            </li>
+                  <li class="none">
+                  <a href="plugin-info.html">Goals</a>
+            </li>
+                  <li class="none">
+                  <a href="usage.html">Usage</a>
+            </li>
+                  <li class="none">
+                  <a href="faq.html">FAQ</a>
+            </li>
           </ul>
-              <h5>Examples</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
-          </li>
-              
-    <li class="none">
-                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
-          </li>
+                       <h5>Examples</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
+            </li>
+                  <li class="none">
+                  <a href="non-javac-compilers.html">Non-javac compilerIds</a>
+            </li>
           </ul>
-              <h5>Project Documentation</h5>
-            <ul>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-            
-            
-      
-            
-      
-              
-            <li class="expanded">
-                    <a href="project-info.html">Project Information</a>
+                       <h5>Project Documentation</h5>
                   <ul>
-                  
-    <li class="none">
-                    <a href="index.html">About</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="mail-lists.html">Mailing Lists</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="plugin-management.html">Plugin Management</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="license.html">Project License</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="plugins.html">Project Plugins</a>
-          </li>
-                  
-    <li class="none">
-              <strong>Project Summary</strong>
-        </li>
-                  
-    <li class="none">
-                    <a href="team-list.html">Project Team</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="source-repository.html">Source Repository</a>
-          </li>
+                                                                                                                                                                                                                                                                                    <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+            <strong>Project Summary</strong>
+          </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
               </ul>
         </li>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="project-reports.html">Project Reports</a>
-                </li>
+                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                  <a href="project-reports.html">Project Reports</a>
+                  </li>
           </ul>
-              <h5>Maven Projects</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
-          </li>
+                       <h5>Maven Projects</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="../../ant-tasks/index.html">Ant Tasks</a>
+            </li>
+                  <li class="none">
+                  <a href="../../archetype/index.html">Archetype</a>
+            </li>
+                  <li class="none">
+                  <a href="../../doxia/index.html">Doxia</a>
+            </li>
+                  <li class="none">
+                  <a href="../../jxr/index.html">JXR</a>
+            </li>
+                  <li class="none">
+                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+            </li>
+                  <li class="none">
+                  <a href="../../index.html">Maven 2 & 3</a>
+            </li>
+                  <li class="none">
+                  <a href="../index.html">Plugins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../scm/index.html">SCM</a>
+            </li>
+                  <li class="none">
+                  <a href="../../shared/index.html">Shared Components</a>
+            </li>
+                  <li class="none">
+                  <a href="../../surefire/index.html">Surefire</a>
+            </li>
+                  <li class="none">
+                  <a href="../../wagon/index.html">Wagon</a>
+            </li>
           </ul>
-                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
                        
-  
-
-  
-    
-            
-  
-    
-        </div>
+                            </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <a name="Project_Summary"></a><div class="section"><h2>Project Summary</h2>
-<a name="Project_Information"></a><div class="section"><h3>Project Information</h3>
-<table class="bodyTable"><tr class="a"><th>Field</th>
-<th>Value</th>
-</tr>
-<tr class="b"><td>Name</td>
-<td>Maven Compiler Plugin</td>
-</tr>
-<tr class="a"><td>Description</td>
-<td>The Compiler Plugin is used to compile the sources of your project.</td>
-</tr>
-<tr class="b"><td>Homepage</td>
-<td><a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin</a></td>
-</tr>
-</table>
-</div>
-<a name="Project_Organization"></a><div class="section"><h3>Project Organization</h3>
-<table class="bodyTable"><tr class="a"><th>Field</th>
-<th>Value</th>
-</tr>
-<tr class="b"><td>Name</td>
-<td>The Apache Software Foundation</td>
-</tr>
-<tr class="a"><td>URL</td>
-<td><a href="http://www.apache.org/" class="externalLink">http://www.apache.org/</a></td>
-</tr>
-</table>
-</div>
-<a name="Build_Information"></a><div class="section"><h3>Build Information</h3>
-<table class="bodyTable"><tr class="b"><th>Field</th>
-<th>Value</th>
-</tr>
-<tr class="a"><td>GroupId</td>
-<td>org.apache.maven.plugins</td>
-</tr>
-<tr class="b"><td>ArtifactId</td>
-<td>maven-compiler-plugin</td>
-</tr>
-<tr class="a"><td>Version</td>
-<td>2.3.2</td>
-</tr>
-<tr class="b"><td>Type</td>
-<td>maven-plugin</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 Compiler Plugin</td></tr><tr class="a"><td>Description</td><td>The Compiler Plugin is used to compile the sources of your project.</td></tr><tr class="b"><td>Homepage</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">http://maven.apache.org/plugins/maven-compiler-plugin/</a></td></tr></table></div><div class="section"><h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr><tr class="a"><td>URL<
 /td><td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.maven.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-compiler-plugin</td></tr><tr class="b"><td>Version</td><td>2.4</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">
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2001-2010
-    
-          The Apache Software Foundation
-          
-  
-
-  
-    
+      <div class="xright">
+        &#169;            2001-2012
+              The Apache Software Foundation
             
-  
-    
-   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
+                       - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
       <div class="clear">
         <hr/>
       </div>

Added: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/sonar.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/sonar.html (added)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/sonar.html Tue May  8 13:09:26 2012
@@ -0,0 +1,217 @@
+<!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 Apr 27, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Sonar</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../index.html">Plugins</a>
+        &gt;
+                      <a href="./">Maven Compiler plugin</a>
+        &gt;
+    Sonar
+      </div>
+            <div class="xright">        
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 2.4
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="index.html">Introduction</a>
+            </li>
+                  <li class="none">
+                  <a href="plugin-info.html">Goals</a>
+            </li>
+                  <li class="none">
+                  <a href="usage.html">Usage</a>
+            </li>
+                  <li class="none">
+                  <a href="faq.html">FAQ</a>
+            </li>
+          </ul>
+                       <h5>Examples</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
+            </li>
+                  <li class="none">
+                  <a href="non-javac-compilers.html">Non-javac compilerIds</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                          <li class="collapsed">
+                  <a href="project-info.html">Project Information</a>
+                  </li>
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
+                  <a href="project-reports.html">Project Reports</a>
+                    <ul>
+                      <li class="none">
+                  <a href="surefire-report.html">Surefire Report</a>
+            </li>
+                      <li class="none">
+                  <a href="checkstyle.html">Checkstyle</a>
+            </li>
+                      <li class="none">
+                  <a href="pmd.html">PMD Report</a>
+            </li>
+                      <li class="none">
+                  <a href="cpd.html">CPD Report</a>
+            </li>
+                      <li class="none">
+                  <a href="cobertura/index.html">Cobertura Test Coverage</a>
+            </li>
+                      <li class="none">
+                  <a href="xref-test/index.html">Test Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="xref/index.html">Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="taglist.html">Tag List</a>
+            </li>
+                      <li class="none">
+                  <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+                      <li class="none">
+                  <a href="testapidocs/index.html">Test JavaDocs</a>
+            </li>
+                      <li class="none">
+                  <a href="findbugs.html">FindBugs Report</a>
+            </li>
+                      <li class="none">
+            <strong>Sonar</strong>
+          </li>
+                      <li class="none">
+                  <a href="plugin-info.html">Plugin Documentation</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                       <h5>Maven Projects</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="../../ant-tasks/index.html">Ant Tasks</a>
+            </li>
+                  <li class="none">
+                  <a href="../../archetype/index.html">Archetype</a>
+            </li>
+                  <li class="none">
+                  <a href="../../doxia/index.html">Doxia</a>
+            </li>
+                  <li class="none">
+                  <a href="../../jxr/index.html">JXR</a>
+            </li>
+                  <li class="none">
+                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+            </li>
+                  <li class="none">
+                  <a href="../../index.html">Maven 2 & 3</a>
+            </li>
+                  <li class="none">
+                  <a href="../index.html">Plugins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../scm/index.html">SCM</a>
+            </li>
+                  <li class="none">
+                  <a href="../../shared/index.html">Shared Components</a>
+            </li>
+                  <li class="none">
+                  <a href="../../surefire/index.html">Surefire</a>
+            </li>
+                  <li class="none">
+                  <a href="../../wagon/index.html">Wagon</a>
+            </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <h2>Sonar<a name="Sonar"></a></h2>Redirecting to <a class="externalLink" href="https://analysis.apache.org/project/index/org.apache.maven.plugins:maven-compiler-plugin">https://analysis.apache.org/project/index/org.apache.maven.plugins:maven-compiler-plugin</a><script type='text/javascript'> window.location='https://analysis.apache.org/project/index/org.apache.maven.plugins:maven-compiler-plugin'</script>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2001-2012
+              The Apache Software Foundation
+            
+                       - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/sonar.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/sonar.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/source-repository.html Tue May  8 13:09:26 2012
@@ -1,25 +1,16 @@
 <!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 Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Compiler plugin - Source Repository</title>
+    <title>Source Repository</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
@@ -28,52 +19,32 @@
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://maven.apache.org/" id="bannerLeft">
-    
-                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
-    
-            </a>
-                        <a href="http://maven.apache.org/" id="bannerRight">
-    
-                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
-    
-            </a>
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
             <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
-          
-  
-
-  
-    
             
-  
-    
-            <div class="xleft">
-          
-                <a href="http://www.apache.org/" class="externalLink">Apache</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-                &gt;
-      
-                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
-                  </div>
-            <div class="xright">      
-  
-
-  
-    
-            
-  
-    
-             Last Published: 2010-09-04
-              &nbsp;| Version: 2.3.2
+                                <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../index.html">Plugins</a>
+        &gt;
+                      <a href="./">Maven Compiler plugin</a>
+        &gt;
+    Source Repository
+      </div>
+            <div class="xright">        
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 2.4
             </div>
       <div class="clear">
         <hr/>
@@ -81,278 +52,163 @@
     </div>
     <div id="leftColumn">
       <div id="navcolumn">
-           
-  
-
-  
-    
-            
-  
-    
-                   <h5>Overview</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="index.html">Introduction</a>
-          </li>
-              
-    <li class="none">
-                    <a href="plugin-info.html">Goals</a>
-          </li>
-              
-    <li class="none">
-                    <a href="usage.html">Usage</a>
-          </li>
-              
-    <li class="none">
-                    <a href="faq.html">FAQ</a>
-          </li>
+             
+                                                <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="index.html">Introduction</a>
+            </li>
+                  <li class="none">
+                  <a href="plugin-info.html">Goals</a>
+            </li>
+                  <li class="none">
+                  <a href="usage.html">Usage</a>
+            </li>
+                  <li class="none">
+                  <a href="faq.html">FAQ</a>
+            </li>
           </ul>
-              <h5>Examples</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
-          </li>
-              
-    <li class="none">
-                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
-          </li>
+                       <h5>Examples</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
+            </li>
+                  <li class="none">
+                  <a href="non-javac-compilers.html">Non-javac compilerIds</a>
+            </li>
           </ul>
-              <h5>Project Documentation</h5>
-            <ul>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-            
-              
-            <li class="expanded">
-                    <a href="project-info.html">Project Information</a>
+                       <h5>Project Documentation</h5>
                   <ul>
-                  
-    <li class="none">
-                    <a href="index.html">About</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="mail-lists.html">Mailing Lists</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="plugin-management.html">Plugin Management</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="license.html">Project License</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="plugins.html">Project Plugins</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="project-summary.html">Project Summary</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="team-list.html">Project Team</a>
-          </li>
-                  
-    <li class="none">
-              <strong>Source Repository</strong>
-        </li>
+                                                                                                                                                                                                                                                                                    <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+            <strong>Source Repository</strong>
+          </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
               </ul>
         </li>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="project-reports.html">Project Reports</a>
-                </li>
+                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                  <a href="project-reports.html">Project Reports</a>
+                  </li>
           </ul>
-              <h5>Maven Projects</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
-          </li>
+                       <h5>Maven Projects</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="../../ant-tasks/index.html">Ant Tasks</a>
+            </li>
+                  <li class="none">
+                  <a href="../../archetype/index.html">Archetype</a>
+            </li>
+                  <li class="none">
+                  <a href="../../doxia/index.html">Doxia</a>
+            </li>
+                  <li class="none">
+                  <a href="../../jxr/index.html">JXR</a>
+            </li>
+                  <li class="none">
+                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+            </li>
+                  <li class="none">
+                  <a href="../../index.html">Maven 2 & 3</a>
+            </li>
+                  <li class="none">
+                  <a href="../index.html">Plugins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../scm/index.html">SCM</a>
+            </li>
+                  <li class="none">
+                  <a href="../../shared/index.html">Shared Components</a>
+            </li>
+                  <li class="none">
+                  <a href="../../surefire/index.html">Surefire</a>
+            </li>
+                  <li class="none">
+                  <a href="../../wagon/index.html">Wagon</a>
+            </li>
           </ul>
-                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
                        
-  
-
-  
-    
-            
-  
-    
-        </div>
+                            </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <a name="Overview"></a><div class="section"><h2>Overview</h2>
-This project uses <a href="http://subversion.tigris.org/" class="externalLink">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/" class="externalLink">http://svnbook.red-bean.com/</a>.</div>
-<a name="Web_Access"></a><div class="section"><h2>Web Access</h2>
-<p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-2.3.2" class="externalLink">http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-2.3.2</a></pre>
-</div>
-</div>
-<a name="Anonymous_access"></a><div class="section"><h2>Anonymous access</h2>
-<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-compiler-plugin-2.3.2 maven-compiler-plugin</pre>
-</div>
-</div>
-<a name="Developer_access"></a><div class="section"><h2>Developer access</h2>
-<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-compiler-plugin-2.3.2 maven-compiler-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>
-<a name="Access_from_behind_a_firewall"></a><div class="section"><h2>Access from behind a firewall</h2>
-<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.3.2 maven-compiler-plugin</pre>
-</div>
-</div>
-<a name="Access_through_a_proxy"></a><div class="section"><h2>Access through a proxy</h2>
-<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source"><pre>[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-compiler-plugin-2.4">http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-2.4</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-compiler-plugin-2.4 maven-compiler-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-compiler-plugin-2.4 maven-compiler-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 Subversion repository
 , you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.4 maven-compiler-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 created.</p><p>Ex
 ample: 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>
-
+</pre></div></div>
       </div>
     </div>
     <div class="clear">
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2001-2010
-    
-          The Apache Software Foundation
-          
-  
-
-  
-    
+      <div class="xright">
+        &#169;            2001-2012
+              The Apache Software Foundation
             
-  
-    
-   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
+                       - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/surefire-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/surefire-report.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/surefire-report.html Tue May  8 13:09:26 2012
@@ -1,25 +1,16 @@
 <!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 Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Compiler plugin - Surefire Report</title>
+    <title>Surefire Report</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
@@ -28,52 +19,32 @@
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://maven.apache.org/" id="bannerLeft">
-    
-                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
-    
-            </a>
-                        <a href="http://maven.apache.org/" id="bannerRight">
-    
-                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
-    
-            </a>
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
             <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
-          
-  
-
-  
-    
             
-  
-    
-            <div class="xleft">
-          
-                <a href="http://www.apache.org/" class="externalLink">Apache</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-                &gt;
-      
-                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
-                  </div>
-            <div class="xright">      
-  
-
-  
-    
-            
-  
-    
-             Last Published: 2010-09-04
-              &nbsp;| Version: 2.3.2
+                                <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../index.html">Plugins</a>
+        &gt;
+                      <a href="./">Maven Compiler plugin</a>
+        &gt;
+    Surefire Report
+      </div>
+            <div class="xright">        
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 2.4
             </div>
       <div class="clear">
         <hr/>
@@ -81,224 +52,151 @@
     </div>
     <div id="leftColumn">
       <div id="navcolumn">
-           
-  
-
-  
-    
-            
-  
-    
-                   <h5>Overview</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="index.html">Introduction</a>
-          </li>
-              
-    <li class="none">
-                    <a href="plugin-info.html">Goals</a>
-          </li>
-              
-    <li class="none">
-                    <a href="usage.html">Usage</a>
-          </li>
-              
-    <li class="none">
-                    <a href="faq.html">FAQ</a>
-          </li>
+             
+                                                <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="index.html">Introduction</a>
+            </li>
+                  <li class="none">
+                  <a href="plugin-info.html">Goals</a>
+            </li>
+                  <li class="none">
+                  <a href="usage.html">Usage</a>
+            </li>
+                  <li class="none">
+                  <a href="faq.html">FAQ</a>
+            </li>
           </ul>
-              <h5>Examples</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
-          </li>
-              
-    <li class="none">
-                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
-          </li>
+                       <h5>Examples</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
+            </li>
+                  <li class="none">
+                  <a href="non-javac-compilers.html">Non-javac compilerIds</a>
+            </li>
           </ul>
-              <h5>Project Documentation</h5>
-            <ul>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="project-info.html">Project Information</a>
-                </li>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-            
-            
-      
-            
-      
-            
-      
-              
-            <li class="expanded">
-                    <a href="project-reports.html">Project Reports</a>
+                       <h5>Project Documentation</h5>
                   <ul>
-                  
-    <li class="none">
-                    <a href="checkstyle.html">Checkstyle</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="cobertura/index.html">Cobertura Test Coverage</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="cpd.html">CPD Report</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="apidocs/index.html">JavaDocs</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="plugin-info.html">Plugin Documentation</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="pmd.html">PMD Report</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="xref/index.html">Source Xref</a>
-          </li>
-                  
-    <li class="none">
-              <strong>Surefire Report</strong>
-        </li>
-                  
-    <li class="none">
-                    <a href="taglist.html">Tag List</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="testapidocs/index.html">Test JavaDocs</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="xref-test/index.html">Test Source Xref</a>
-          </li>
+                                                                                                                                                                                                                                                                          <li class="collapsed">
+                  <a href="project-info.html">Project Information</a>
+                  </li>
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
+                  <a href="project-reports.html">Project Reports</a>
+                    <ul>
+                      <li class="none">
+            <strong>Surefire Report</strong>
+          </li>
+                      <li class="none">
+                  <a href="checkstyle.html">Checkstyle</a>
+            </li>
+                      <li class="none">
+                  <a href="pmd.html">PMD Report</a>
+            </li>
+                      <li class="none">
+                  <a href="cpd.html">CPD Report</a>
+            </li>
+                      <li class="none">
+                  <a href="cobertura/index.html">Cobertura Test Coverage</a>
+            </li>
+                      <li class="none">
+                  <a href="xref-test/index.html">Test Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="xref/index.html">Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="taglist.html">Tag List</a>
+            </li>
+                      <li class="none">
+                  <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+                      <li class="none">
+                  <a href="testapidocs/index.html">Test JavaDocs</a>
+            </li>
+                      <li class="none">
+                  <a href="findbugs.html">FindBugs Report</a>
+            </li>
+                      <li class="none">
+                  <a href="sonar.html">Sonar</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-info.html">Plugin Documentation</a>
+            </li>
               </ul>
         </li>
           </ul>
-              <h5>Maven Projects</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
-          </li>
+                       <h5>Maven Projects</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="../../ant-tasks/index.html">Ant Tasks</a>
+            </li>
+                  <li class="none">
+                  <a href="../../archetype/index.html">Archetype</a>
+            </li>
+                  <li class="none">
+                  <a href="../../doxia/index.html">Doxia</a>
+            </li>
+                  <li class="none">
+                  <a href="../../jxr/index.html">JXR</a>
+            </li>
+                  <li class="none">
+                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+            </li>
+                  <li class="none">
+                  <a href="../../index.html">Maven 2 & 3</a>
+            </li>
+                  <li class="none">
+                  <a href="../index.html">Plugins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../scm/index.html">SCM</a>
+            </li>
+                  <li class="none">
+                  <a href="../../shared/index.html">Shared Components</a>
+            </li>
+                  <li class="none">
+                  <a href="../../surefire/index.html">Surefire</a>
+            </li>
+                  <li class="none">
+                  <a href="../../wagon/index.html">Wagon</a>
+            </li>
           </ul>
-                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
                        
-  
-
-  
-    
-            
-  
-    
-        </div>
+                            </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
         <script type="text/javascript">
+//<![CDATA[
 function toggleDisplay(elementId) {
  var elm = document.getElementById(elementId + 'error');
  if (elm && typeof elm.style != "undefined") {
@@ -312,137 +210,21 @@ function toggleDisplay(elementId) {
  } 
  } 
  }
-</script><div class="section"><h2>Surefire Report</h2>
-</div>
-<div class="section"><h2><a name="Summary"></a>Summary</h2>
-<div class="section">[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</div>
-<br />
-<table 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>9</td>
-<td>0</td>
-<td>0</td>
-<td>0</td>
-<td>100%</td>
-<td>0.373</td>
-</tr>
-</table>
-<br />
-Note: failures are anticipated and checked for with assertions while errors are unanticipated.<br />
-</div>
-<div class="section"><h2><a name="Package_List"></a>Package List</h2>
-<div class="section">[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</div>
-<br />
-<table class="bodyTable"><tr class="a"><th>Package</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">org.apache.maven.plugin</a></td>
-<td>9</td>
-<td>0</td>
-<td>0</td>
-<td>0</td>
-<td>100%</td>
-<td>0.373</td>
-</tr>
-</table>
-<br />
-Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.<div class="section"><h3><a name="org.apache.maven.plugin"></a>org.apache.maven.plugin</h3>
-<table 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.pluginCompilerMojoTestCase"><img src="images/icon_success_sml.gif" /></a></td>
-<td><a href="#org.apache.maven.pluginCompilerMojoTestCase">CompilerMojoTestCase</a></td>
-<td>9</td>
-<td>0</td>
-<td>0</td>
-<td>0</td>
-<td>100%</td>
-<td>0.373</td>
-</tr>
-</table>
-</div>
-<br />
-</div>
-<div class="section"><h2><a name="Test_Cases"></a>Test Cases</h2>
-<div class="section">[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</div>
-<div class="section"><h3><a name="org.apache.maven.pluginCompilerMojoTestCase"></a>CompilerMojoTestCase</h3>
-<table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testCompilerBasic</td>
-<td>0.146</td>
-</tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testCompilerEmptySource</td>
-<td>0.024</td>
-</tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testCompilerIncludesExcludes</td>
-<td>0.023</td>
-</tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testCompilerFork</td>
-<td>0.027</td>
-</tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testOneOutputFileForAllInput</td>
-<td>0.028</td>
-</tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testCompilerArgs</td>
-<td>0.025</td>
-</tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testOneOutputFileForAllInput2</td>
-<td>0.027</td>
-</tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testCompileFailure</td>
-<td>0.026</td>
-</tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
-<td>testCompileFailOnError</td>
-<td>0.029</td>
-</tr>
-</table>
-</div>
-<br />
-</div>
-<br />
-
+//]]>
+</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>9</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.756</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>Fai
 lures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin">org.apache.maven.plugin</a></td><td>9</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.756</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<a name="org.apache.maven.plugin"></a></h3><a name="org.apache.maven.plugin"></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.pluginCompilerMojoTestCase"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.pluginCompilerMojoTestCase">CompilerMojoTestCase</a></td><td>9</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.756</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>CompilerMojoTestCase<a name="CompilerMojoTestCase"></a></h3><a name="org.apache.maven.pluginCompilerMojoTestCase"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCompilerBasic</td><td>0.404</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCompilerEmptySource</td><td>0.059</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCompilerIncludesExcludes</td><td>0.066</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCompilerFork</td><td>0.036</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testOneOutputFileForAllInput</td><td>0.038</td></tr><tr class="b"><t
 d><img src="images/icon_success_sml.gif" alt="" /></td><td>testCompilerArgs</td><td>0.025</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testOneOutputFileForAllInput2</td><td>0.026</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCompileFailure</td><td>0.031</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCompileFailOnError</td><td>0.028</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2001-2010
-    
-          The Apache Software Foundation
-          
-  
-
-  
-    
+      <div class="xright">
+        &#169;            2001-2012
+              The Apache Software Foundation
             
-  
-    
-   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
+                       - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
       <div class="clear">
         <hr/>
       </div>