You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2014/02/08 06:53:20 UTC

svn commit: r896847 [7/14] - in /websites/production/maven/content/plugin-testing-archives/LATEST: ./ maven-plugin-testing-harness/ maven-plugin-testing-harness/apidocs/ maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ maven-plugin...

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/ParametersMojoTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/ParametersMojoTest.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/ParametersMojoTest.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,383 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ParametersMojoTest (Maven Plugin Testing Mechanism 3.1.0 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="ParametersMojoTest (Maven Plugin Testing Mechanism 3.1.0 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="../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ParametersMojoTest.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><a href="../../../../../org/apache/maven/plugin/testing/ParametersMojo.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/testing/PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/testing/ParametersMojoTest.html" target="_top">Frames</a></li>
+<li><a href="ParametersMojoTest.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><a href="#fields_inherited_from_class_org.codehaus.plexus.PlexusTestCase">Field</a>&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.testing</div>
+<h2 title="Class ParametersMojoTest" class="title">Class ParametersMojoTest</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/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>org.codehaus.plexus.PlexusTestCase</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../../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.testing.ParametersMojoTest</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">ParametersMojoTest</span>
+extends <a href="../../../../../../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">
+<!-- =========== 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.PlexusTestCase">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.codehaus.plexus.PlexusTestCase</h3>
+<code>basedir</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/testing/ParametersMojoTest.html#ParametersMojoTest()">ParametersMojoTest</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>protected <a href="http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/ParametersMojoTest.html#readMavenProject(java.io.File)">readMavenProject</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;basedir)</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/testing/ParametersMojoTest.html#testDefault()">testDefault</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/testing/ParametersMojoTest.html#testDefaultWithProperty()">testDefaultWithProperty</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/testing/ParametersMojoTest.html#testExplicit()">testExplicit</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/testing/ParametersMojoTest.html#testExplicitWithProperty()">testExplicitWithProperty</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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#addGuiceModules(java.util.List)" title="class or interface in org.apache.maven.plugin.testing">addGuiceModules</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String, java.io.File)" title="class or interface in org.apa
 che.maven.plugin.testing">extractPluginConfiguration</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorPath()" title="class or interface in org.apache.maven.plugin.testing">getPluginD
 escriptorPath</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Object)" title="class or interface in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariableValueFromObject(java.lang.Object, java.lang.String)" title="class or interface in org.ap
 ache.maven.plugin.testing">getVariableValueFromObject</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.project.MavenProject, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.execution.MavenSession, org.apache.maven.plugin.MojoExecution)" title="class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmp
 tyMojo(java.lang.String, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/Abstract
 MojoTestCase.html?is-external=true#newMavenSession(org.apache.maven.project.MavenProject)" title="class or interface in org.apache.maven.plugin.testing">newMavenSession</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMojoExecution(java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">newMojoExecution</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainerConfiguration()" title="class or interface in org.apache.maven.plug
 in.testing">setupContainerConfiguration</a>, <a href="../../../../../../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.PlexusTestCase</h3>
+<code>createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, tearDown</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>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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString</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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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="ParametersMojoTest()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ParametersMojoTest</h4>
+<pre>public&nbsp;ParametersMojoTest()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="testDefault()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testDefault</h4>
+<pre>public&nbsp;void&nbsp;testDefault()
+                 throws <a href="http://docs.oracle.com/javase/6/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/6/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="testExplicit()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testExplicit</h4>
+<pre>public&nbsp;void&nbsp;testExplicit()
+                  throws <a href="http://docs.oracle.com/javase/6/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/6/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="testDefaultWithProperty()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testDefaultWithProperty</h4>
+<pre>public&nbsp;void&nbsp;testDefaultWithProperty()
+                             throws <a href="http://docs.oracle.com/javase/6/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/6/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="testExplicitWithProperty()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>testExplicitWithProperty</h4>
+<pre>public&nbsp;void&nbsp;testExplicitWithProperty()
+                              throws <a href="http://docs.oracle.com/javase/6/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/6/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="readMavenProject(java.io.File)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>readMavenProject</h4>
+<pre>protected&nbsp;<a href="http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;readMavenProject(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;basedir)
+                                 throws <a href="http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/project/ProjectBuildingException.html?is-external=true" title="class or interface in org.apache.maven.project">ProjectBuildingException</a>,
+                                        <a href="http://docs.oracle.com/javase/6/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://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/project/ProjectBuildingException.html?is-external=true" title="class or interface in org.apache.maven.project">ProjectBuildingException</a></code></dd>
+<dd><code><a href="http://docs.oracle.com/javase/6/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="../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ParametersMojoTest.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><a href="../../../../../org/apache/maven/plugin/testing/ParametersMojo.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/testing/PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/testing/ParametersMojoTest.html" target="_top">Frames</a></li>
+<li><a href="ParametersMojoTest.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><a href="#fields_inherited_from_class_org.codehaus.plexus.PlexusTestCase">Field</a>&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; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/PluginArtifactFileTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/PluginArtifactFileTest.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/PluginArtifactFileTest.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,317 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>PluginArtifactFileTest (Maven Plugin Testing Mechanism 3.1.0 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="PluginArtifactFileTest (Maven Plugin Testing Mechanism 3.1.0 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="../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PluginArtifactFileTest.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><a href="../../../../../org/apache/maven/plugin/testing/ParametersMojoTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/testing/SimpleMojo.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/testing/PluginArtifactFileTest.html" target="_top">Frames</a></li>
+<li><a href="PluginArtifactFileTest.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><a href="#fields_inherited_from_class_org.codehaus.plexus.PlexusTestCase">Field</a>&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.testing</div>
+<h2 title="Class PluginArtifactFileTest" class="title">Class PluginArtifactFileTest</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/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>org.codehaus.plexus.PlexusTestCase</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../../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.testing.PluginArtifactFileTest</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">PluginArtifactFileTest</span>
+extends <a href="../../../../../../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">
+<!-- =========== 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.PlexusTestCase">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.codehaus.plexus.PlexusTestCase</h3>
+<code>basedir</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/testing/PluginArtifactFileTest.html#PluginArtifactFileTest()">PluginArtifactFileTest</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/testing/PluginArtifactFileTest.html#testArtifact()">testArtifact</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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#addGuiceModules(java.util.List)" title="class or interface in org.apache.maven.plugin.testing">addGuiceModules</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String, java.io.File)" title="class or interface in org.apa
 che.maven.plugin.testing">extractPluginConfiguration</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorPath()" title="class or interface in org.apache.maven.plugin.testing">getPluginD
 escriptorPath</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Object)" title="class or interface in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariableValueFromObject(java.lang.Object, java.lang.String)" title="class or interface in org.ap
 ache.maven.plugin.testing">getVariableValueFromObject</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.project.MavenProject, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.execution.MavenSession, org.apache.maven.plugin.MojoExecution)" title="class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmp
 tyMojo(java.lang.String, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/Abstract
 MojoTestCase.html?is-external=true#newMavenSession(org.apache.maven.project.MavenProject)" title="class or interface in org.apache.maven.plugin.testing">newMavenSession</a>, <a href="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMojoExecution(java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">newMojoExecution</a>, <a href="../../../../../../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="../../../../../../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="../../../../../../apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainerConfiguration()" title="class or interface in org.apache.maven.plug
 in.testing">setupContainerConfiguration</a>, <a href="../../../../../../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.PlexusTestCase</h3>
+<code>createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, tearDown</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>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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString</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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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="PluginArtifactFileTest()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PluginArtifactFileTest</h4>
+<pre>public&nbsp;PluginArtifactFileTest()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="testArtifact()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>testArtifact</h4>
+<pre>public&nbsp;void&nbsp;testArtifact()
+                  throws <a href="http://docs.oracle.com/javase/6/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/6/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="../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PluginArtifactFileTest.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><a href="../../../../../org/apache/maven/plugin/testing/ParametersMojoTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/testing/SimpleMojo.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/testing/PluginArtifactFileTest.html" target="_top">Frames</a></li>
+<li><a href="PluginArtifactFileTest.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><a href="#fields_inherited_from_class_org.codehaus.plexus.PlexusTestCase">Field</a>&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; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/SimpleMojo.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/SimpleMojo.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/SimpleMojo.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SimpleMojo (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>SimpleMojo (Maven Plugin Testing Mechanism 3.1.0 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="SimpleMojo (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="SimpleMojo (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/maven/plugin/testing/MojoTestCaseTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/testing/PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/maven/plugin/testing/TestSilentLog.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -272,7 +272,7 @@ extends <a href="http://maven.apache.org
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/maven/plugin/testing/MojoTestCaseTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/testing/PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/maven/plugin/testing/TestSilentLog.html" title="class in org.apache.maven.plugin.testing"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -313,6 +313,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/TestSilentLog.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/TestSilentLog.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/TestSilentLog.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestSilentLog (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>TestSilentLog (Maven Plugin Testing Mechanism 3.1.0 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="TestSilentLog (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="TestSilentLog (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -283,6 +283,6 @@ extends junit.framework.TestCase</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ArtifactStubFactoryTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ArtifactStubFactoryTest.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ArtifactStubFactoryTest.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.ArtifactStubFactoryTest (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.ArtifactStubFactoryTest (Maven Plugin Testing Mechanism 3.1.0 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.testing.ArtifactStubFactoryTest (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.ArtifactStubFactoryTest (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ExpressionEvaluatorMojo.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ExpressionEvaluatorMojo.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ExpressionEvaluatorMojo.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.ExpressionEvaluatorMojo (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.ExpressionEvaluatorMojo (Maven Plugin Testing Mechanism 3.1.0 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.testing.ExpressionEvaluatorMojo (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.ExpressionEvaluatorMojo (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ExpressionEvaluatorTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ExpressionEvaluatorTest.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ExpressionEvaluatorTest.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.ExpressionEvaluatorTest (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.ExpressionEvaluatorTest (Maven Plugin Testing Mechanism 3.1.0 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.testing.ExpressionEvaluatorTest (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.ExpressionEvaluatorTest (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/MojoRuleTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/MojoRuleTest.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/MojoRuleTest.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.MojoRuleTest (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.MojoRuleTest (Maven Plugin Testing Mechanism 3.1.0 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.testing.MojoRuleTest (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.MojoRuleTest (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/MojoTestCaseTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/MojoTestCaseTest.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/MojoTestCaseTest.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.MojoTestCaseTest (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.MojoTestCaseTest (Maven Plugin Testing Mechanism 3.1.0 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.testing.MojoTestCaseTest (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.MojoTestCaseTest (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ParametersMojo.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ParametersMojo.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ParametersMojo.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.maven.plugin.testing.ParametersMojo (Maven Plugin Testing Mechanism 3.1.0 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.testing.ParametersMojo (Maven Plugin Testing Mechanism 3.1.0 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="../../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/testing/ParametersMojo.html" title="class in org.apache.maven.plugin.testing">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/testing/class-use/ParametersMojo.html" target="_top">Frames</a></li>
+<li><a href="ParametersMojo.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.testing.ParametersMojo" class="title">Uses of Class<br>org.apache.maven.plugin.testing.ParametersMojo</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.maven.plugin.testing.ParametersMojo</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="../../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/testing/ParametersMojo.html" title="class in org.apache.maven.plugin.testing">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/testing/class-use/ParametersMojo.html" target="_top">Frames</a></li>
+<li><a href="ParametersMojo.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; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ParametersMojoTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ParametersMojoTest.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/ParametersMojoTest.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.maven.plugin.testing.ParametersMojoTest (Maven Plugin Testing Mechanism 3.1.0 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.testing.ParametersMojoTest (Maven Plugin Testing Mechanism 3.1.0 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="../../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/testing/ParametersMojoTest.html" title="class in org.apache.maven.plugin.testing">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/testing/class-use/ParametersMojoTest.html" target="_top">Frames</a></li>
+<li><a href="ParametersMojoTest.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.testing.ParametersMojoTest" class="title">Uses of Class<br>org.apache.maven.plugin.testing.ParametersMojoTest</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.maven.plugin.testing.ParametersMojoTest</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="../../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/testing/ParametersMojoTest.html" title="class in org.apache.maven.plugin.testing">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/testing/class-use/ParametersMojoTest.html" target="_top">Frames</a></li>
+<li><a href="ParametersMojoTest.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; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/PluginArtifactFileTest.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/PluginArtifactFileTest.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/PluginArtifactFileTest.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.maven.plugin.testing.PluginArtifactFileTest (Maven Plugin Testing Mechanism 3.1.0 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.testing.PluginArtifactFileTest (Maven Plugin Testing Mechanism 3.1.0 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="../../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/testing/PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing">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/testing/class-use/PluginArtifactFileTest.html" target="_top">Frames</a></li>
+<li><a href="PluginArtifactFileTest.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.testing.PluginArtifactFileTest" class="title">Uses of Class<br>org.apache.maven.plugin.testing.PluginArtifactFileTest</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.maven.plugin.testing.PluginArtifactFileTest</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="../../../../../../org/apache/maven/plugin/testing/package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/maven/plugin/testing/PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing">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/testing/class-use/PluginArtifactFileTest.html" target="_top">Frames</a></li>
+<li><a href="PluginArtifactFileTest.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; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/SimpleMojo.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/SimpleMojo.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/SimpleMojo.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.SimpleMojo (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.SimpleMojo (Maven Plugin Testing Mechanism 3.1.0 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.testing.SimpleMojo (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.SimpleMojo (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/TestSilentLog.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/TestSilentLog.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/class-use/TestSilentLog.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.TestSilentLog (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.TestSilentLog (Maven Plugin Testing Mechanism 3.1.0 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.testing.TestSilentLog (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.TestSilentLog (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/package-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/package-frame.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -16,6 +16,9 @@
 <li><a href="ExpressionEvaluatorTest.html" title="class in org.apache.maven.plugin.testing" target="classFrame">ExpressionEvaluatorTest</a></li>
 <li><a href="MojoRuleTest.html" title="class in org.apache.maven.plugin.testing" target="classFrame">MojoRuleTest</a></li>
 <li><a href="MojoTestCaseTest.html" title="class in org.apache.maven.plugin.testing" target="classFrame">MojoTestCaseTest</a></li>
+<li><a href="ParametersMojo.html" title="class in org.apache.maven.plugin.testing" target="classFrame">ParametersMojo</a></li>
+<li><a href="ParametersMojoTest.html" title="class in org.apache.maven.plugin.testing" target="classFrame">ParametersMojoTest</a></li>
+<li><a href="PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing" target="classFrame">PluginArtifactFileTest</a></li>
 <li><a href="SimpleMojo.html" title="class in org.apache.maven.plugin.testing" target="classFrame">SimpleMojo</a></li>
 <li><a href="TestSilentLog.html" title="class in org.apache.maven.plugin.testing" target="classFrame">TestSilentLog</a></li>
 </ul>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/package-summary.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/testapidocs/org/apache/maven/plugin/testing/package-summary.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.0.0 Test API)</title>
+<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 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.testing (Maven Plugin Testing Mechanism 3.0.0 Test API)";
+        parent.document.title="org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 Test API)";
     }
 //-->
 </script>
@@ -94,10 +94,22 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/maven/plugin/testing/SimpleMojo.html" title="class in org.apache.maven.plugin.testing">SimpleMojo</a></td>
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugin/testing/ParametersMojo.html" title="class in org.apache.maven.plugin.testing">ParametersMojo</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugin/testing/ParametersMojoTest.html" title="class in org.apache.maven.plugin.testing">ParametersMojoTest</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugin/testing/PluginArtifactFileTest.html" title="class in org.apache.maven.plugin.testing">PluginArtifactFileTest</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugin/testing/SimpleMojo.html" title="class in org.apache.maven.plugin.testing">SimpleMojo</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/maven/plugin/testing/TestSilentLog.html" title="class in org.apache.maven.plugin.testing">TestSilentLog</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -150,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file