You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/03/06 09:14:49 UTC

svn commit: r853234 [16/23] - in /websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/clas...

Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html (added)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html Wed Mar  6 08:14:46 2013
@@ -0,0 +1,451 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>CompilerMojoTestCase (Maven Compiler Plugin 3.1 Test API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="CompilerMojoTestCase (Maven Compiler Plugin 3.1 Test API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CompilerMojoTestCase.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/CompilerMojoTestCase.html" target="_top">Frames</a></li>
+<li><a href="CompilerMojoTestCase.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.compiler</div>
+<h2 title="Class CompilerMojoTestCase" class="title">Class CompilerMojoTestCase</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>junit.framework.Assert</li>
+<li>
+<ul class="inheritance">
+<li>junit.framework.TestCase</li>
+<li>
+<ul class="inheritance">
+<li><a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.PlexusTestCase</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">org.apache.maven.plugin.testing.AbstractMojoTestCase</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.compiler.CompilerMojoTestCase</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>junit.framework.Test</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">CompilerMojoTestCase</span>
+extends <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#CompilerMojoTestCase()">CompilerMojoTestCase</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompileFailOnError()">testCompileFailOnError</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompileFailure()">testCompileFailure</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerArgs()">testCompilerArgs</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerBasic()">testCompilerBasic</a></strong>()</code>
+<div class="block">tests the ability of the plugin to compile a basic file</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerEmptySource()">testCompilerEmptySource</a></strong>()</code>
+<div class="block">tests the ability of the plugin to respond to empty source</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerFork()">testCompilerFork</a></strong>()</code>
+<div class="block">tests the ability of the plugin to fork and successfully compile</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerIncludesExcludes()">testCompilerIncludesExcludes</a></strong>()</code>
+<div class="block">tests the ability of the plugin to respond to includes and excludes correctly</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testOneOutputFileForAllInput()">testOneOutputFileForAllInput</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testOneOutputFileForAllInput2()">testOneOutputFileForAllInput2</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.maven.plugin.testing.AbstractMojoTestCase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.testing.<a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase</a></h3>
+<code><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo(org.apache.maven.plugin.Mojo, org.codehaus.plexus.configuration.PlexusConfiguration)" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo(org.apache.maven.plugin.Mojo, java.lang.String, java.io.File)" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String, java.io.File)" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="h
 ttp://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String, org.codehaus.plexus.util.xml.Xpp3Dom)" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getContainer()" title="class or interface in org.apache.maven.plugin.testing">getContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorLocation()" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorLocation</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/Ab
 stractMojoTestCase.html?is-external=true#getPluginDescriptorPath()" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorPath</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPublicDescriptorStream()" title="class or interface in org.apache.maven.plugin.testing">getPublicDescriptorStream</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Class, java.lang.Object)" title="class or interface in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Object)" title="cla
 ss or interface in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariableValueFromObject(java.lang.Object, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">getVariableValueFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo(java.lang.String, java.io.File)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo(java.lang.String, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo
 </a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String, java.io.File)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.codehaus.plexus.configuration.PlexusConfiguration)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugi
 n-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setUp()" title="class or interface in org.apache.maven.plugin.testing">setUp</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainer()" title="class or interface in org.apache.maven.plugin.testing">setupContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setVariableValueToObject(java.lang.Object, java.lang.String, java.lang.Object)" title="class or interface in org.apache.maven.plugin.testing">setVariableValueToObject</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.codehaus.plexus.PlexusTestCase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.codehaus.plexus.<a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true" title="class or interface in org.codehaus.plexus">PlexusTestCase</a></h3>
+<code><a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeComponentConfiguration()" title="class or interface in org.codehaus.plexus">customizeComponentConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeContainerConfiguration(org.codehaus.plexus.ContainerConfiguration)" title="class or interface in org.codehaus.plexus">customizeContainerConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeContext(org.codehaus.plexus.context.Context)" title="class or interface in org.codehaus.plexus">customizeContext</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external
 =true#getBasedir()" title="class or interface in org.codehaus.plexus">getBasedir</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getClassLoader()" title="class or interface in org.codehaus.plexus">getClassLoader</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfiguration()" title="class or interface in org.codehaus.plexus">getConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfiguration(java.lang.String)" title="class or interface in org.codehaus.plexus">getConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfigurationName(java.lang.String)"
  title="class or interface in org.codehaus.plexus">getConfigurationName</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getCustomConfigurationName()" title="class or interface in org.codehaus.plexus">getCustomConfigurationName</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getResourceAsStream(java.lang.String)" title="class or interface in org.codehaus.plexus">getResourceAsStream</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestConfiguration()" title="class or interface in org.codehaus.plexus">getTestConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestCon
 figuration(java.lang.Class)" title="class or interface in org.codehaus.plexus">getTestConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestFile(java.lang.String)" title="class or interface in org.codehaus.plexus">getTestFile</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestFile(java.lang.String, java.lang.String)" title="class or interface in org.codehaus.plexus">getTestFile</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestPath(java.lang.String)" title="class or interface in org.codehaus.plexus">getTestPath</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=t
 rue#getTestPath(java.lang.String, java.lang.String)" title="class or interface in org.codehaus.plexus">getTestPath</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.Class)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.Class, java.lang.String)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.String)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.l
 ang.String, java.lang.String)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#release(java.lang.Object)" title="class or interface in org.codehaus.plexus">release</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#tearDown()" title="class or interface in org.codehaus.plexus">tearDown</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_junit.framework.TestCase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;junit.framework.TestCase</h3>
+<code>countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_junit.framework.Assert">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;junit.framework.Assert</h3>
+<code>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle
 .com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CompilerMojoTestCase()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CompilerMojoTestCase</h4>
+<pre>public&nbsp;CompilerMojoTestCase()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="testCompilerBasic()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testCompilerBasic</h4>
+<pre>public&nbsp;void&nbsp;testCompilerBasic()
+                       throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<div class="block">tests the ability of the plugin to compile a basic file</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testCompilerEmptySource()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testCompilerEmptySource</h4>
+<pre>public&nbsp;void&nbsp;testCompilerEmptySource()
+                             throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<div class="block">tests the ability of the plugin to respond to empty source</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testCompilerIncludesExcludes()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testCompilerIncludesExcludes</h4>
+<pre>public&nbsp;void&nbsp;testCompilerIncludesExcludes()
+                                  throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<div class="block">tests the ability of the plugin to respond to includes and excludes correctly</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testCompilerFork()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testCompilerFork</h4>
+<pre>public&nbsp;void&nbsp;testCompilerFork()
+                      throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<div class="block">tests the ability of the plugin to fork and successfully compile</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testOneOutputFileForAllInput()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testOneOutputFileForAllInput</h4>
+<pre>public&nbsp;void&nbsp;testOneOutputFileForAllInput()
+                                  throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testCompilerArgs()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testCompilerArgs</h4>
+<pre>public&nbsp;void&nbsp;testCompilerArgs()
+                      throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testOneOutputFileForAllInput2()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testOneOutputFileForAllInput2</h4>
+<pre>public&nbsp;void&nbsp;testOneOutputFileForAllInput2()
+                                   throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testCompileFailure()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testCompileFailure</h4>
+<pre>public&nbsp;void&nbsp;testCompileFailure()
+                        throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+<a name="testCompileFailOnError()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>testCompileFailOnError</h4>
+<pre>public&nbsp;void&nbsp;testCompileFailOnError()
+                            throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CompilerMojoTestCase.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/CompilerMojoTestCase.html" target="_top">Frames</a></li>
+<li><a href="CompilerMojoTestCase.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html (added)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html Wed Mar  6 08:14:46 2013
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Maven Compiler Plugin 3.1 Test API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Maven Compiler Plugin 3.1 Test API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html" title="class in org.apache.maven.plugin.compiler">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html" target="_top">Frames</a></li>
+<li><a href="CompilerMojoTestCase.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase" class="title">Uses of Class<br>org.apache.maven.plugin.compiler.CompilerMojoTestCase</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.maven.plugin.compiler.CompilerMojoTestCase</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html" title="class in org.apache.maven.plugin.compiler">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html" target="_top">Frames</a></li>
+<li><a href="CompilerMojoTestCase.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-frame.html (added)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-frame.html Wed Mar  6 08:14:46 2013
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.maven.plugin.compiler (Maven Compiler Plugin 3.1 Test API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar"><a href="../../../../../org/apache/maven/plugin/compiler/package-summary.html" target="classFrame">org.apache.maven.plugin.compiler</a></h1>
+<div class="indexContainer">
+<h2 title="Classes">Classes</h2>
+<ul title="Classes">
+<li><a href="CompilerMojoTestCase.html" title="class in org.apache.maven.plugin.compiler" target="classFrame">CompilerMojoTestCase</a></li>
+</ul>
+</div>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-frame.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-frame.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-summary.html (added)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-summary.html Wed Mar  6 08:14:46 2013
@@ -0,0 +1,133 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.maven.plugin.compiler (Maven Compiler Plugin 3.1 Test API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="org.apache.maven.plugin.compiler (Maven Compiler Plugin 3.1 Test API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-use.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Package</li>
+<li><a href="../../../../../org/apache/maven/plugin/compiler/stubs/package-summary.html">Next Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Package" class="title">Package&nbsp;org.apache.maven.plugin.compiler</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html" title="class in org.apache.maven.plugin.compiler">CompilerMojoTestCase</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-use.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Package</li>
+<li><a href="../../../../../org/apache/maven/plugin/compiler/stubs/package-summary.html">Next Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-tree.html (added)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-tree.html Wed Mar  6 08:14:46 2013
@@ -0,0 +1,144 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.maven.plugin.compiler Class Hierarchy (Maven Compiler Plugin 3.1 Test API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="org.apache.maven.plugin.compiler Class Hierarchy (Maven Compiler Plugin 3.1 Test API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li><a href="../../../../../org/apache/maven/plugin/compiler/stubs/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For Package org.apache.maven.plugin.compiler</h1>
+<span class="strong">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
+<ul>
+<li type="circle">junit.framework.Assert
+<ul>
+<li type="circle">junit.framework.TestCase (implements junit.framework.Test)
+<ul>
+<li type="circle">org.codehaus.plexus.<a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true" title="class or interface in org.codehaus.plexus"><span class="strong">PlexusTestCase</span></a>
+<ul>
+<li type="circle">org.apache.maven.plugin.testing.<a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing"><span class="strong">AbstractMojoTestCase</span></a>
+<ul>
+<li type="circle">org.apache.maven.plugin.compiler.<a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html" title="class in org.apache.maven.plugin.compiler"><span class="strong">CompilerMojoTestCase</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li><a href="../../../../../org/apache/maven/plugin/compiler/stubs/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-use.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-use.html (added)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-use.html Wed Mar  6 08:14:46 2013
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Package org.apache.maven.plugin.compiler (Maven Compiler Plugin 3.1 Test API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Package org.apache.maven.plugin.compiler (Maven Compiler Plugin 3.1 Test API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Uses of Package org.apache.maven.plugin.compiler" class="title">Uses of Package<br>org.apache.maven.plugin.compiler</h1>
+</div>
+<div class="contentContainer">No usage of org.apache.maven.plugin.compiler</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/compiler/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-use.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/package-use.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html (added)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html Wed Mar  6 08:14:46 2013
@@ -0,0 +1,296 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>CompilerManagerStub (Maven Compiler Plugin 3.1 Test API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="CompilerManagerStub (Maven Compiler Plugin 3.1 Test API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CompilerManagerStub.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../../org/apache/maven/plugin/compiler/stubs/CompilerStub.html" title="class in org.apache.maven.plugin.compiler.stubs"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html" target="_top">Frames</a></li>
+<li><a href="CompilerManagerStub.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.compiler.stubs</div>
+<h2 title="Class CompilerManagerStub" class="title">Class CompilerManagerStub</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.compiler.stubs.CompilerManagerStub</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/CompilerManager.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler.manager">CompilerManager</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">CompilerManagerStub</span>
+extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+implements <a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/CompilerManager.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler.manager">CompilerManager</a></pre>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Edwin Punzalan</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.codehaus.plexus.compiler.manager.CompilerManager">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.compiler.manager.<a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/CompilerManager.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler.manager">CompilerManager</a></h3>
+<code><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/CompilerManager.html?is-external=true#ROLE" title="class or interface in org.codehaus.plexus.compiler.manager">ROLE</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html#CompilerManagerStub()">CompilerManagerStub</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html#CompilerManagerStub(boolean)">CompilerManagerStub</a></strong>(boolean&nbsp;shouldFail)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api/apidocs/org/codehaus/plexus/compiler/Compiler.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler">Compiler</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html#getCompiler(java.lang.String)">getCompiler</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compilerId)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle
 .com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CompilerManagerStub()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CompilerManagerStub</h4>
+<pre>public&nbsp;CompilerManagerStub()</pre>
+</li>
+</ul>
+<a name="CompilerManagerStub(boolean)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CompilerManagerStub</h4>
+<pre>public&nbsp;CompilerManagerStub(boolean&nbsp;shouldFail)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getCompiler(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getCompiler</h4>
+<pre>public&nbsp;<a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api/apidocs/org/codehaus/plexus/compiler/Compiler.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler">Compiler</a>&nbsp;getCompiler(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compilerId)
+                     throws <a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/NoSuchCompilerException.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler.manager">NoSuchCompilerException</a></pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/CompilerManager.html?is-external=true#getCompiler(java.lang.String)" title="class or interface in org.codehaus.plexus.compiler.manager">getCompiler</a></code>&nbsp;in interface&nbsp;<code><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/CompilerManager.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler.manager">CompilerManager</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/NoSuchCompilerException.html?is-external=true" title="class or interface in org.codehaus.plexus.compiler.manager">NoSuchCompilerException</a></code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CompilerManagerStub.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../../org/apache/maven/plugin/compiler/stubs/CompilerStub.html" title="class in org.apache.maven.plugin.compiler.stubs"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html" target="_top">Frames</a></li>
+<li><a href="CompilerManagerStub.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision