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:08:02 UTC

svn commit: r816617 [8/10] - in /websites/production/maventest/content/plugins/maven-compiler-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-use/ cobertura/ examples/ testapidocs/ testapidocs/org/apach...

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/pmd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/pmd.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/pmd.html Tue May  8 13:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>
@@ -306,7 +306,7 @@
 <table class="bodyTable"><tr class="a"><th>Violation</th>
 <th>Line</th>
 </tr>
-<tr class="b"><td>Error while parsing /home/release/maven-compiler-plugin/target/checkout/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java: Can't use generics unless running in JDK 1.5 mode!</td>
+<tr class="b"><td>Error while parsing D:\maven\plugins\maven-compiler-plugin\target\checkout\src\main\java\org\apache\maven\plugin\AbstractCompilerMojo.java: Can't use generics unless running in JDK 1.5 mode!</td>
 <td><a href="./xref/org/apache/maven/plugin/AbstractCompilerMojo.html#0">0</a></td>
 </tr>
 </table>
@@ -315,7 +315,7 @@
 <table class="bodyTable"><tr class="a"><th>Violation</th>
 <th>Line</th>
 </tr>
-<tr class="b"><td>Error while parsing /home/release/maven-compiler-plugin/target/checkout/src/main/java/org/apache/maven/plugin/CompilationFailureException.java: Can't use annotations when running in JDK 1.4 mode!</td>
+<tr class="b"><td>Error while parsing D:\maven\plugins\maven-compiler-plugin\target\checkout\src\main\java\org\apache\maven\plugin\CompilationFailureException.java: Can't use annotations when running in JDK 1.4 mode!</td>
 <td><a href="./xref/org/apache/maven/plugin/CompilationFailureException.html#0">0</a></td>
 </tr>
 </table>
@@ -324,7 +324,7 @@
 <table class="bodyTable"><tr class="a"><th>Violation</th>
 <th>Line</th>
 </tr>
-<tr class="b"><td>Error while parsing /home/release/maven-compiler-plugin/target/checkout/src/main/java/org/apache/maven/plugin/CompilerMojo.java: Can't use generics unless running in JDK 1.5 mode!</td>
+<tr class="b"><td>Error while parsing D:\maven\plugins\maven-compiler-plugin\target\checkout\src\main\java\org\apache\maven\plugin\CompilerMojo.java: Can't use generics unless running in JDK 1.5 mode!</td>
 <td><a href="./xref/org/apache/maven/plugin/CompilerMojo.html#0">0</a></td>
 </tr>
 </table>
@@ -333,7 +333,7 @@
 <table class="bodyTable"><tr class="a"><th>Violation</th>
 <th>Line</th>
 </tr>
-<tr class="b"><td>Error while parsing /home/release/maven-compiler-plugin/target/checkout/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java: Can't use generics unless running in JDK 1.5 mode!</td>
+<tr class="b"><td>Error while parsing D:\maven\plugins\maven-compiler-plugin\target\checkout\src\main\java\org\apache\maven\plugin\TestCompilerMojo.java: Can't use generics unless running in JDK 1.5 mode!</td>
 <td><a href="./xref/org/apache/maven/plugin/TestCompilerMojo.html#0">0</a></td>
 </tr>
 </table>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-info.html Tue May  8 13:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/project-reports.html Tue May  8 13:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>

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:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>
@@ -337,7 +337,7 @@
 <td>maven-compiler-plugin</td>
 </tr>
 <tr class="a"><td>Version</td>
-<td>2.3.1</td>
+<td>2.3.2</td>
 </tr>
 <tr class="b"><td>Type</td>
 <td>maven-plugin</td>

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:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>
@@ -302,17 +302,17 @@
 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.1" class="externalLink">http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-2.3.1</a></pre>
+<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.1 maven-compiler-plugin</pre>
+<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.1 maven-compiler-plugin</pre>
+<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>
@@ -320,7 +320,7 @@ This project uses <a href="http://subver
 </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.1 maven-compiler-plugin</pre>
+<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>

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:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>
@@ -329,7 +329,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.504</td>
+<td>0.373</td>
 </tr>
 </table>
 <br />
@@ -352,7 +352,7 @@ Note: failures are anticipated and check
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.504</td>
+<td>0.373</td>
 </tr>
 </table>
 <br />
@@ -373,7 +373,7 @@ Note: package statistics are not compute
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.504</td>
+<td>0.373</td>
 </tr>
 </table>
 </div>
@@ -384,39 +384,39 @@ Note: package statistics are not compute
 <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.207</td>
+<td>0.146</td>
 </tr>
 <tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testCompilerEmptySource</td>
-<td>0.045</td>
+<td>0.024</td>
 </tr>
 <tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testCompilerIncludesExcludes</td>
-<td>0.031</td>
+<td>0.023</td>
 </tr>
 <tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testCompilerFork</td>
-<td>0.034</td>
+<td>0.027</td>
 </tr>
 <tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testOneOutputFileForAllInput</td>
-<td>0.03</td>
+<td>0.028</td>
 </tr>
 <tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testCompilerArgs</td>
-<td>0.03</td>
+<td>0.025</td>
 </tr>
 <tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testOneOutputFileForAllInput2</td>
-<td>0.037</td>
+<td>0.027</td>
 </tr>
 <tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testCompileFailure</td>
-<td>0.04</td>
+<td>0.026</td>
 </tr>
 <tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testCompileFailOnError</td>
-<td>0.032</td>
+<td>0.029</td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/taglist.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/taglist.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/taglist.html Tue May  8 13:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/team-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/team-list.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/team-list.html Tue May  8 13:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testCompile-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testCompile-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testCompile-mojo.html Tue May  8 13:07:59 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -62,7 +62,7 @@
                 <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="../../../../../../../../../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-05-17
-              &nbsp;| Version: 2.3.1
+             Last Published: 2010-09-04
+              &nbsp;| Version: 2.3.2
             </div>
       <div class="clear">
         <hr/>
@@ -93,42 +93,42 @@
             <ul>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Introduction</a>
+                    <a href="index.html">Introduction</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Goals</a>
+                    <a href="plugin-info.html">Goals</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Usage</a>
+                    <a href="usage.html">Usage</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">FAQ</a>
+                    <a href="faq.html">FAQ</a>
           </li>
           </ul>
               <h5>Examples</h5>
             <ul>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using A Different JDK</a>
+                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using -source and -target javac Options</a>
+                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Compile Using Memory Allocation Enhancements</a>
+                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
           </li>
               
     <li class="none">
-                    <a href="../../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Pass Compiler Arguments</a>
+                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
           </li>
               
     <li class="none">
-                    <a href="../home/release/maven-compiler-plugin/target/checkout/../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Non-javac compilerIds</a>
+                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
           </li>
           </ul>
               <h5>Project Documentation</h5>
@@ -254,7 +254,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="compiler:testCompile"></a>compiler:testCompile</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-compiler-plugin:2.3.1:testCompile</p>
+<p>org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile</p>
 <p><strong>Description</strong>:</p>
 <div>Compiles application test sources.</div><p><strong>Attributes</strong>:</p>
 <ul><li>Requires a Maven 2.0 project to be executed.</li>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/allclasses-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/allclasses-frame.html Tue May  8 13:07:59 2012
@@ -2,12 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Mon May 17 23:39:32 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Sat Sep 04 16:11:07 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Compiler Plugin 2.3.1 Test API)
+All Classes (Maven Compiler Plugin 2.3.2 Test API)
 </TITLE>
 
+<META NAME="date" CONTENT="2010-09-04">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/allclasses-noframe.html Tue May  8 13:07:59 2012
@@ -2,12 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Mon May 17 23:39:32 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Sat Sep 04 16:11:07 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Compiler Plugin 2.3.1 Test API)
+All Classes (Maven Compiler Plugin 2.3.2 Test API)
 </TITLE>
 
+<META NAME="date" CONTENT="2010-09-04">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/constant-values.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/constant-values.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/constant-values.html Tue May  8 13:07:59 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Mon May 17 23:39:32 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Sat Sep 04 16:11:07 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Maven Compiler Plugin 2.3.1 Test API)
+Constant Field Values (Maven Compiler Plugin 2.3.2 Test API)
 </TITLE>
 
+<META NAME="date" CONTENT="2010-09-04">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Constant Field Values (Maven Compiler Plugin 2.3.1 Test API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Constant Field Values (Maven Compiler Plugin 2.3.2 Test API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/deprecated-list.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/deprecated-list.html Tue May  8 13:07:59 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Mon May 17 23:39:32 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Sat Sep 04 16:11:07 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Maven Compiler Plugin 2.3.1 Test API)
+Deprecated List (Maven Compiler Plugin 2.3.2 Test API)
 </TITLE>
 
+<META NAME="date" CONTENT="2010-09-04">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Deprecated List (Maven Compiler Plugin 2.3.1 Test API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Deprecated List (Maven Compiler Plugin 2.3.2 Test API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/help-doc.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/help-doc.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/help-doc.html Tue May  8 13:07:59 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Mon May 17 23:39:32 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Sat Sep 04 16:11:07 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Maven Compiler Plugin 2.3.1 Test API)
+API Help (Maven Compiler Plugin 2.3.2 Test API)
 </TITLE>
 
+<META NAME="date" CONTENT="2010-09-04">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="API Help (Maven Compiler Plugin 2.3.1 Test API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="API Help (Maven Compiler Plugin 2.3.2 Test API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/index-all.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/index-all.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/index-all.html Tue May  8 13:07:59 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Mon May 17 23:39:32 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Sat Sep 04 16:11:07 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Maven Compiler Plugin 2.3.1 Test API)
+Index (Maven Compiler Plugin 2.3.2 Test API)
 </TITLE>
 
+<META NAME="date" CONTENT="2010-09-04">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Index (Maven Compiler Plugin 2.3.1 Test API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Index (Maven Compiler Plugin 2.3.2 Test API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/index.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/index.html Tue May  8 13:07:59 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Mon May 17 23:39:32 CEST 2010-->
+<!-- Generated by javadoc on Sat Sep 04 16:11:07 CEST 2010-->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Maven Compiler Plugin 2.3.1 Test API
+Maven Compiler Plugin 2.3.2 Test API
 </TITLE>
 <SCRIPT type="text/javascript">
     targetPage = "" + window.location.search;

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/options
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/options (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/testapidocs/options Tue May  8 13:07:59 2012
@@ -1,98 +1,96 @@
--classpath
-'/home/release/maven-compiler-plugin/target/checkout/target/classes:/home/release/maven-compiler-plugin/target/checkout/target/test-classes:/home/release/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/home/release/.m2/repository/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.8/plexus-compiler-manager-1.8.jar:/home/release/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar:/home/release/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-contai
 ner-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar:/home/release/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar:/home/release/.m2/repository/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar:/home/release/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar:/home/release/.m2/repository/org/apache/maven/maven-toolchai
 n/1.0/maven-toolchain-1.0.jar:/home/release/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar:/home/release/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar:/home/release/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar:/home/release/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provide
 r-api-1.0-beta-2.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.8/plexus-compiler-api-1.8.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar:/home/release/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar:/home/release/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar:/home/release/.m2/repository/org/apache/maven/mave
 n-monitor/2.0.6/maven-monitor-2.0.6.jar'
--encoding
-'UTF-8'
--protected
--sourcepath
-'/home/release/maven-compiler-plugin/target/checkout/src/test/java'
--author
--bottom
-'Copyright &#169; 2001-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.'
--charset
-'UTF-8'
--d
-'/home/release/maven-compiler-plugin/target/checkout/target/staging/people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/testapidocs'
--docencoding
-'UTF-8'
--doctitle
-'Maven Compiler Plugin 2.3.1 Test API'
--link
-'http://java.sun.com/j2se/1.4.2/docs/api'
--link
-'http://java.sun.com/j2ee/1.4/docs/api'
--link
-'http://java.sun.com/j2se/1.5.0/docs/api'
--link
-'http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0'
--link
-'http://commons.apache.org/dbcp/apidocs'
--link
-'http://commons.apache.org/fileupload/apidocs'
--link
-'http://commons.apache.org/httpclient/apidocs'
--link
-'http://commons.apache.org/logging/apidocs'
--link
-'http://commons.apache.org/pool/apidocs'
--link
-'http://junit.sourceforge.net/javadoc'
--link
-'http://logging.apache.org/log4j/1.2/apidocs'
--link
-'http://jakarta.apache.org/regexp/apidocs'
--link
-'http://velocity.apache.org/engine/releases/velocity-1.5/apidocs'
--link
-'http://plexus.codehaus.org/plexus-utils/apidocs'
--link
-'http://plexus.codehaus.org/plexus-classworlds/apidocs'
--link
-'http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs'
--link
-'../apidocs'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoAggregatorTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoComponentFieldTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoConfiguratorTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoExecuteTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoExecutionStrategyTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoGoalTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoInheritByDefaultTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoInstantiationStrategyTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoParameterFieldTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoPhaseTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoReadOnlyFieldTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoRequiredFieldTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoRequiresDependencyResolutionTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoRequiresDirectInvocationTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoRequiresOnLineTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoRequiresProjectTypeTaglet'
--taglet
-'org.apache.maven.tools.plugin.javadoc.MojoRequiresReportsTypeTaglet'
--taglet
-'org.codehaus.plexus.javadoc.PlexusConfigurationTaglet'
--taglet
-'org.codehaus.plexus.javadoc.PlexusRequirementTaglet'
--taglet
-'org.codehaus.plexus.javadoc.PlexusComponentTaglet'
--tagletpath
-'/home/release/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools-javadoc/2.5/maven-plugin-tools-javadoc-2.5.jar:/home/release/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar:/home/release/.m2/repository/jmock/jmock/1.0.0/jmock-1.0.0.jar:/home/release/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar:/home/release/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar:/home/release/.m2/repository/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar:/home/release/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools-java/2.5/maven-plugin-tools-java-2.5.jar:/home/release/.m2/repository/org/apache/maven/maven-model/2.0/maven-model-2.0.jar:/home/release/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5/maven-plugin-tools-api-2.5.jar:/home/release/.m2/repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar:/home/release/.m2/repos
 itory/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.jar:/home/release/.m2/repository/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar:/home/release/.m2/repository/org/apache/maven/maven-project/2.0/maven-project-2.0.jar:/home/release/.m2/repository/com/thoughtworks/qdox/qdox/1.6.3/qdox-1.6.3.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar:/usr/lib/jvm/jdk1.5.0_22/jre/../lib/tools.jar:/home/release/.m2/repository/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar:/home/release/.m2/repository/ant/ant/1.5.1/ant-1.5.1.jar:/home/release/.m2/repository/org/apache/maven/maven-artifact-manager/2.0/maven-artifac
 t-manager-2.0.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar:/home/release/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-javadoc/1.0/plexus-javadoc-1.0.jar:/home/release/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/home/release/.m2/repository/org/apache/maven/doxia/doxia-core/1.0-alpha-7/doxia-core-1.0-alpha-7.jar:/home/release/.m2/repository/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar:/home/release/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar:/home/release/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar:/home/release/.m2/r
 epository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar:/home/release/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar:/home/release/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar:/home/release/.m2/repository/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar:/home/release/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1
 .0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar:/home/release/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar:/home/release/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar:/home/release/.m2/repository/velocity/velocity-dep/1.4/velocity-dep-1.4.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.jar:/home/release/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/2.4/maven-javadoc-plugin-2.4.jar:/home/release/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar:/home/release/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar:/home/release/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar:/home/release/.m2/repository/org/apache/maven/maven-project/2.0
 .8/maven-project-2.0.8.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar:/home/release/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar:/home/release/.m2/repository/org/apache/maven/maven-core/2.0/maven-core-2.0.jar:/home/release/.m2/repository/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar:/home/release/.m2/repository/oro/oro/2.0.7/oro-2.0.7.jar:/home/release/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar:/home/release/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar:/home/release/.m2/repository/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar:/home/release/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-7/doxia-site-renderer-1.0-alpha-7.jar:/ho
 me/release/.m2/repository/velocity/velocity/1.4/velocity-1.4.jar:/home/release/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-7/doxia-decoration-model-1.0-alpha-7.jar'
--use
--version
--windowtitle
-'Maven Compiler Plugin 2.3.1 Test API'
\ No newline at end of file
+-classpath
+'D:/maven/plugins/maven-compiler-plugin/target/checkout/target/classes;D:/maven/plugins/maven-compiler-plugin/target/checkout/target/test-classes;D:/m2-repo/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar;D:/m2-repo/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.jar;D:/m2-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar;D:/m2-repo/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar;D:/m2-repo/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.jar;D:/m2-repo/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar;D:/m2-repo/org/codehaus/plexus/plexus-compiler-api/1.8.1/plexus-compiler-api-1.8.1.jar;D:/m2-repo/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar;D:/m2-repo/org/apache/maven/maven-
 project/2.0.6/maven-project-2.0.6.jar;D:/m2-repo/junit/junit/3.8.1/junit-3.8.1.jar;D:/m2-repo/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar;D:/m2-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar;D:/m2-repo/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar;D:/m2-repo/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar;D:/m2-repo/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar;D:/m2-repo/org/apache/mave
 n/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar;D:/m2-repo/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar;D:/m2-repo/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar'
+-encoding
+'UTF-8'
+-protected
+-sourcepath
+'D:/maven/plugins/maven-compiler-plugin/target/checkout/src/test/java'
+-author
+-bottom
+'Copyright &#169; 2001-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.'
+-charset
+'UTF-8'
+-d
+'D:/maven/plugins/maven-compiler-plugin/target/checkout/target/staging/people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/testapidocs'
+-docencoding
+'UTF-8'
+-doctitle
+'Maven Compiler Plugin 2.3.2 Test API'
+-link
+'http://java.sun.com/j2se/1.4.2/docs/api'
+-link
+'http://java.sun.com/j2ee/1.4/docs/api'
+-link
+'http://java.sun.com/j2se/1.5.0/docs/api'
+-link
+'http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0'
+-link
+'http://commons.apache.org/dbcp/apidocs'
+-link
+'http://commons.apache.org/fileupload/apidocs'
+-link
+'http://commons.apache.org/httpclient/apidocs'
+-link
+'http://commons.apache.org/logging/apidocs'
+-link
+'http://commons.apache.org/pool/apidocs'
+-link
+'http://junit.sourceforge.net/javadoc'
+-link
+'http://logging.apache.org/log4j/1.2/apidocs'
+-link
+'http://jakarta.apache.org/regexp/apidocs'
+-link
+'http://velocity.apache.org/engine/releases/velocity-1.5/apidocs'
+-link
+'http://plexus.codehaus.org/plexus-utils/apidocs'
+-link
+'http://plexus.codehaus.org/plexus-classworlds/apidocs'
+-link
+'http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoAggregatorTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoComponentFieldTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoConfiguratorTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoExecuteTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoExecutionStrategyTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoGoalTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoInheritByDefaultTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoInstantiationStrategyTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoParameterFieldTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoPhaseTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoReadOnlyFieldTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoRequiredFieldTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoRequiresDependencyResolutionTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoRequiresDirectInvocationTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoRequiresOnLineTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoRequiresProjectTypeTaglet'
+-taglet
+'org.apache.maven.tools.plugin.javadoc.MojoRequiresReportsTypeTaglet'
+-taglet
+'org.codehaus.plexus.javadoc.PlexusConfigurationTaglet'
+-taglet
+'org.codehaus.plexus.javadoc.PlexusRequirementTaglet'
+-taglet
+'org.codehaus.plexus.javadoc.PlexusComponentTaglet'
+-tagletpath
+'D:/m2-repo/org/apache/maven/plugin-tools/maven-plugin-tools-javadoc/2.5/maven-plugin-tools-javadoc-2.5.jar;D:/m2-repo/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar;D:/m2-repo/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar;D:/m2-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar;D:/m2-repo/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar;D:/m2-repo/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar;D:/m2-repo/jmock/jmock/1.0.0/jmock-1.0.0.jar;D:/java/jdk-1.6/jre/../lib/tools.jar;D:/m2-repo/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-project/2.0/maven-project-2.0.jar;D:/m2-repo/junit/junit/3.8.2/junit-3.8.2.jar;D:/m2-repo/com/thoughtworks/qdox/qdox/1.6.3/qdox-1.6.3.jar;D:/m2
 -repo/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar;D:/m2-repo/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar;D:/m2-repo/ant/ant/1.5.1/ant-1.5.1.jar;D:/m2-repo/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.jar;D:/m2-repo/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar;D:/m2-repo/org/apache/maven/plugin-tools/maven-plugin-tools-java/2.5/maven-plugin-tools-java-2.5.jar;D:/m2-repo/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5/maven-plugin-tools-api-2.5.jar;D:/m2-repo/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar;D:/m2-repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar;D:/m2-repo/org/apache/maven/maven-model/2.0/maven-model-2.0.jar;D:/m2-repo/org/codehaus/plexus/plexus-javadoc/1.0/plexus-javadoc-1.0.jar;D:/m2-repo/org/apache/maven/maven-core/2.0/maven-core-2.0.jar;D:/m2-repo/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-7
 /doxia-decoration-model-1.0-alpha-7.jar;D:/m2-repo/commons-lang/commons-lang/2.1/commons-lang-2.1.jar;D:/m2-repo/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.jar;D:/m2-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar;D:/m2-repo/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar;D:/m2-repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar;D:/m2-repo/commons-collections/commons-collections/2.0/commons-collections-2.0.jar;D:/m2-repo/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar;D:/m2-repo/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar;D:/m2-repo/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar;D:/m2-repo/junit/junit/3.8.1/junit-3.8.1.jar;D:/m2-repo/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar;D:/m2-repo/org/apache/maven/maven-a
 rtifact/2.0.8/maven-artifact-2.0.8.jar;D:/m2-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar;D:/m2-repo/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar;D:/m2-repo/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar;D:/m2-repo/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar;D:/m2-repo/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar;D:/m2-repo/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-7/doxia-site-renderer-1.0-alpha-7.jar;D:/m2-repo/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar;D:/m2-repo/commons-cli/commons-cli/1.0/commons-cli-1.0.jar;D:/m2-repo/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar;D:/m2-repo/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar;D:/m2-repo/org/apache/maven/doxia/doxia-core/1.0-alpha-7/doxia-core-1.0-alpha-7.jar;D:/m2-repo/org/apache/maven/maven-artif
 act-manager/2.0.9/maven-artifact-manager-2.0.9.jar;D:/m2-repo/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar;D:/m2-repo/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar;D:/m2-repo/org/apache/maven/plugins/maven-javadoc-plugin/2.4/maven-javadoc-plugin-2.4.jar;D:/m2-repo/velocity/velocity/1.4/velocity-1.4.jar;D:/m2-repo/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar;D:/m2-repo/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar;D:/m2-repo/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar;D:/m2-repo/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar;D:/m2-repo/velocity/velocity-dep/1.4/velocity-dep-1.4.jar;D:/m2-repo/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar;D:/m2-repo/oro/oro/2.0.7/oro-2.0.7.jar;D:/m2-repo/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0
 .jar;D:/m2-repo/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar'
+-use
+-version
+-windowtitle
+'Maven Compiler Plugin 2.3.2 Test API'
\ No newline at end of file