You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by if...@apache.org on 2014/12/18 02:26:18 UTC

svn commit: r933182 [3/21] - 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...

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/MojoRule.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/MojoRule.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/MojoRule.html Thu Dec 18 01:26:14 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MojoRule (Maven Plugin Testing Mechanism 3.2.0 API)</title>
+<title>MojoRule (Maven Plugin Testing Mechanism 3.3.0 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="MojoRule (Maven Plugin Testing Mechanism 3.2.0 API)";
+        parent.document.title="MojoRule (Maven Plugin Testing Mechanism 3.3.0 API)";
     }
 //-->
 </script>
@@ -95,14 +95,14 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></dd>
+<dd><a href="http://junit.org/apidocs/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">MojoRule</span>
 extends <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>
-implements <a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></pre>
-<div class="block"><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules"><code>TestRule</code></a> for usage with Junit-4.10ff. This is just a wrapper for an embedded 
+implements <a href="http://junit.org/apidocs/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></pre>
+<div class="block"><a href="http://junit.org/apidocs/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules"><code>TestRule</code></a> for usage with Junit-4.10ff. This is just a wrapper for an embedded 
  <a href="../../../../../org/apache/maven/plugin/testing/AbstractMojoTestCase.html" title="class in org.apache.maven.plugin.testing"><code>AbstractMojoTestCase</code></a>, so all <tt>protected</tt> methods of the TestCase are 
  exhibited as <tt>public</tt> in the rule. You may annotate single tests methods with 
  <a href="../../../../../org/apache/maven/plugin/testing/WithoutMojo.html" title="annotation in org.apache.maven.plugin.testing"><code>WithoutMojo</code></a> to prevent the rule from firing.</div>
@@ -157,9 +157,9 @@ implements <a href="http://junit.org/jav
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply</a></strong>(<a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;base,
-     <a href="http://junit.org/javadoc/4.10/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="http://junit.org/apidocs/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply</a></strong>(<a href="http://junit.org/apidocs/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;base,
+     <a href="http://junit.org/apidocs/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -169,13 +169,13 @@ implements <a href="http://junit.org/jav
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#configureMojo(org.apache.maven.plugin.Mojo, org.codehaus.plexus.configuration.PlexusConfiguration)">configureMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#configureMojo(org.apache.maven.plugin.Mojo, org.codehaus.plexus.configuration.PlexusConfiguration)">configureMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
              org.codehaus.plexus.configuration.PlexusConfiguration&nbsp;pluginConfiguration)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#configureMojo(org.apache.maven.plugin.Mojo, java.lang.String, java.io.File)">configureMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#configureMojo(org.apache.maven.plugin.Mojo, java.lang.String, java.io.File)">configureMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
              <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;artifactId,
              <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;pom)</code>&nbsp;</td>
 </tr>
@@ -186,20 +186,20 @@ implements <a href="http://junit.org/jav
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#executeMojo(org.apache.maven.project.MavenProject, java.lang.String, org.codehaus.plexus.util.xml.Xpp3Dom...)">executeMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.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;project,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#executeMojo(org.apache.maven.project.MavenProject, java.lang.String, org.codehaus.plexus.util.xml.Xpp3Dom...)">executeMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
            <a href="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">Xpp3Dom</a>...&nbsp;parameters)</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/MojoRule.html#executeMojo(org.apache.maven.execution.MavenSession, org.apache.maven.project.MavenProject, org.apache.maven.plugin.MojoExecution)">executeMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-           <a href="http://maven.apache.org/ref/3.2.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;project,
-           <a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#executeMojo(org.apache.maven.execution.MavenSession, org.apache.maven.project.MavenProject, org.apache.maven.plugin.MojoExecution)">executeMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
+           <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
+           <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)</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/MojoRule.html#executeMojo(org.apache.maven.execution.MavenSession, org.apache.maven.project.MavenProject, java.lang.String, org.codehaus.plexus.util.xml.Xpp3Dom...)">executeMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-           <a href="http://maven.apache.org/ref/3.2.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;project,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#executeMojo(org.apache.maven.execution.MavenSession, org.apache.maven.project.MavenProject, java.lang.String, org.codehaus.plexus.util.xml.Xpp3Dom...)">executeMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
+           <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
            <a href="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">Xpp3Dom</a>...&nbsp;parameters)</code>&nbsp;</td>
 </tr>
@@ -258,50 +258,50 @@ implements <a href="http://junit.org/jav
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookup(java.lang.Class)">lookup</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;role)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupConfiguredMojo(java.io.File, java.lang.String)">lookupConfiguredMojo</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,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupConfiguredMojo(org.apache.maven.project.MavenProject, java.lang.String)">lookupConfiguredMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.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;project,
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupConfiguredMojo(org.apache.maven.project.MavenProject, java.lang.String)">lookupConfiguredMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupConfiguredMojo(org.apache.maven.execution.MavenSession, org.apache.maven.plugin.MojoExecution)">lookupConfiguredMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-                    <a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupConfiguredMojo(org.apache.maven.execution.MavenSession, org.apache.maven.plugin.MojoExecution)">lookupConfiguredMojo</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
+                    <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupEmptyMojo(java.lang.String, java.io.File)">lookupEmptyMojo</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                <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;pom)</code>
 <div class="block">Lookup the mojo leveraging the actual subprojects pom</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupEmptyMojo(java.lang.String, java.lang.String)">lookupEmptyMojo</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pluginPom)</code>
 <div class="block">Lookup an empty mojo</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupMojo(java.lang.String, java.io.File)">lookupMojo</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
           <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;pom)</code>
 <div class="block">Lookup the mojo leveraging the actual subprojects pom</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupMojo(java.lang.String, java.lang.String)">lookupMojo</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pluginPom)</code>
 <div class="block">Lookup the mojo leveraging the subproject pom</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#lookupMojo(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.codehaus.plexus.configuration.PlexusConfiguration)">lookupMojo</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;groupId,
           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;artifactId,
           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version,
@@ -309,15 +309,15 @@ implements <a href="http://junit.org/jav
           org.codehaus.plexus.configuration.PlexusConfiguration&nbsp;pluginConfiguration)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#newMavenSession(org.apache.maven.project.MavenProject)">newMavenSession</a></strong>(<a href="http://maven.apache.org/ref/3.2.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;project)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#newMavenSession(org.apache.maven.project.MavenProject)">newMavenSession</a></strong>(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#newMojoExecution(java.lang.String)">newMojoExecution</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.2.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="colFirst"><code><a href="http://maven.apache.org/ref/3.2.5/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/MojoRule.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="altColor">
@@ -471,7 +471,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pluginPom)
                 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>
 <div class="block">Lookup the mojo leveraging the subproject pom</div>
@@ -487,7 +487,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupEmptyMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupEmptyMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupEmptyMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pluginPom)
                      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>
 <div class="block">Lookup an empty mojo</div>
@@ -503,7 +503,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
               <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;pom)
                 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>
 <div class="block">Lookup the mojo leveraging the actual subprojects pom</div>
@@ -519,7 +519,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupEmptyMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupEmptyMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupEmptyMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                    <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;pom)
                      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>
 <div class="block">Lookup the mojo leveraging the actual subprojects pom</div>
@@ -535,7 +535,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;groupId,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupMojo(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;groupId,
               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;artifactId,
               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version,
               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
@@ -551,7 +551,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupConfiguredMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupConfiguredMojo(<a href="http://maven.apache.org/ref/3.2.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;project,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupConfiguredMojo(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal)
                           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>
@@ -564,8 +564,8 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupConfiguredMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupConfiguredMojo(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-                        <a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupConfiguredMojo(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
+                        <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)
                           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>,
                                  org.codehaus.plexus.component.configurator.ComponentConfigurationException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
@@ -579,7 +579,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>newMavenSession</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;newMavenSession(<a href="http://maven.apache.org/ref/3.2.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;project)</pre>
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;newMavenSession(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project)</pre>
 </li>
 </ul>
 <a name="newMojoExecution(java.lang.String)">
@@ -588,7 +588,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>newMojoExecution</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;newMojoExecution(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal)</pre>
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;newMojoExecution(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal)</pre>
 </li>
 </ul>
 <a name="extractPluginConfiguration(java.lang.String, java.io.File)">
@@ -623,7 +623,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>configureMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;configureMojo(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;configureMojo(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
                  <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;artifactId,
                  <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;pom)
                    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>
@@ -637,7 +637,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>configureMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;configureMojo(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;configureMojo(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;mojo,
                  org.codehaus.plexus.configuration.PlexusConfiguration&nbsp;pluginConfiguration)
                    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>
@@ -720,11 +720,11 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>apply</h4>
-<pre>public&nbsp;<a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;apply(<a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;base,
-              <a href="http://junit.org/javadoc/4.10/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="http://junit.org/apidocs/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;apply(<a href="http://junit.org/apidocs/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;base,
+              <a href="http://junit.org/apidocs/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true#apply(org.junit.runners.model.Statement, org.junit.runner.Description)" title="class or interface in org.junit.rules">apply</a></code>&nbsp;in interface&nbsp;<code><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></code></dd>
+<dd><code><a href="http://junit.org/apidocs/org/junit/rules/TestRule.html?is-external=true#apply(org.junit.runners.model.Statement, org.junit.runner.Description)" title="class or interface in org.junit.rules">apply</a></code>&nbsp;in interface&nbsp;<code><a href="http://junit.org/apidocs/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -734,7 +734,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>readMavenProject</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.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)
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/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://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><dt><span class="strong">Since:</span></dt>
@@ -761,7 +761,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>lookupConfiguredMojo</h4>
-<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupConfiguredMojo(<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,
+<pre>public&nbsp;<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>&nbsp;lookupConfiguredMojo(<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,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal)
                           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>,
                                  org.codehaus.plexus.component.configurator.ComponentConfigurationException</pre>
@@ -790,7 +790,7 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>executeMojo</h4>
-<pre>public&nbsp;void&nbsp;executeMojo(<a href="http://maven.apache.org/ref/3.2.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;project,
+<pre>public&nbsp;void&nbsp;executeMojo(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                <a href="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">Xpp3Dom</a>...&nbsp;parameters)
                  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>
@@ -805,8 +805,8 @@ implements <a href="http://junit.org/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>executeMojo</h4>
-<pre>public&nbsp;void&nbsp;executeMojo(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-               <a href="http://maven.apache.org/ref/3.2.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;project,
+<pre>public&nbsp;void&nbsp;executeMojo(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
+               <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                <a href="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">Xpp3Dom</a>...&nbsp;parameters)
                  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>
@@ -821,9 +821,9 @@ implements <a href="http://junit.org/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>executeMojo</h4>
-<pre>public&nbsp;void&nbsp;executeMojo(<a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-               <a href="http://maven.apache.org/ref/3.2.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;project,
-               <a href="http://maven.apache.org/ref/3.2.1/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)
+<pre>public&nbsp;void&nbsp;executeMojo(<a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
+               <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
+               <a href="http://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecution.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecution</a>&nbsp;execution)
                  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><dt><span class="strong">Since:</span></dt>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.html Thu Dec 18 01:26:14 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.2.0 API)</title>
+<title>ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.3.0 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="ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.2.0 API)";
+        parent.document.title="ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.3.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/SilentLog.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/SilentLog.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/SilentLog.html Thu Dec 18 01:26:14 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SilentLog (Maven Plugin Testing Mechanism 3.2.0 API)</title>
+<title>SilentLog (Maven Plugin Testing Mechanism 3.3.0 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="SilentLog (Maven Plugin Testing Mechanism 3.2.0 API)";
+        parent.document.title="SilentLog (Maven Plugin Testing Mechanism 3.3.0 API)";
     }
 //-->
 </script>
@@ -95,13 +95,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a>, org.codehaus.plexus.logging.Logger</dd>
+<dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a>, org.codehaus.plexus.logging.Logger</dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">SilentLog</span>
 extends <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>
-implements <a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a>, org.codehaus.plexus.logging.Logger</pre>
+implements <a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a>, org.codehaus.plexus.logging.Logger</pre>
 <div class="block">This logger implements both types of logs currently in use. It can be injected where needed
  to turn off logs during testing where they aren't desired.</div>
 <dl><dt><span class="strong">Version:</span></dt>
@@ -385,10 +385,10 @@ implements <a href="http://maven.apache.
 <pre>public&nbsp;boolean&nbsp;isDebugEnabled()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isDebugEnabled()" title="class or interface in org.apache.maven.plugin.logging">isDebugEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isDebugEnabled()" title="class or interface in org.apache.maven.plugin.logging">isDebugEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
 <dt><strong>Specified by:</strong></dt>
 <dd><code>isDebugEnabled</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.logging.Logger</code></dd>
-<dt><span class="strong">Returns:</span></dt><dd><code>false</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isDebugEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isDebugEnabled()</code></a></dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd><code>false</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isDebugEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isDebugEnabled()</code></a></dd></dl>
 </li>
 </ul>
 <a name="debug(java.lang.CharSequence)">
@@ -401,8 +401,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.debug(java.lang.CharSequence)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.debug(java.lang.CharSequence)</code></a></dd></dl>
 </li>
 </ul>
 <a name="debug(java.lang.CharSequence, java.lang.Throwable)">
@@ -416,8 +416,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.debug(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.debug(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="debug(java.lang.Throwable)">
@@ -430,8 +430,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.debug(java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#debug(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.debug(java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="isInfoEnabled()">
@@ -443,10 +443,10 @@ implements <a href="http://maven.apache.
 <pre>public&nbsp;boolean&nbsp;isInfoEnabled()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isInfoEnabled()" title="class or interface in org.apache.maven.plugin.logging">isInfoEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isInfoEnabled()" title="class or interface in org.apache.maven.plugin.logging">isInfoEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
 <dt><strong>Specified by:</strong></dt>
 <dd><code>isInfoEnabled</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.logging.Logger</code></dd>
-<dt><span class="strong">Returns:</span></dt><dd><code>false</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isInfoEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isInfoEnabled()</code></a></dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd><code>false</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isInfoEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isInfoEnabled()</code></a></dd></dl>
 </li>
 </ul>
 <a name="info(java.lang.CharSequence)">
@@ -459,8 +459,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.info(java.lang.CharSequence)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.info(java.lang.CharSequence)</code></a></dd></dl>
 </li>
 </ul>
 <a name="info(java.lang.CharSequence, java.lang.Throwable)">
@@ -474,8 +474,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.info(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.info(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="info(java.lang.Throwable)">
@@ -488,8 +488,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.info(java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#info(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.info(java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="isWarnEnabled()">
@@ -502,10 +502,10 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isWarnEnabled()" title="class or interface in org.apache.maven.plugin.logging">isWarnEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isWarnEnabled()" title="class or interface in org.apache.maven.plugin.logging">isWarnEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
 <dt><strong>Specified by:</strong></dt>
 <dd><code>isWarnEnabled</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.logging.Logger</code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isWarnEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isWarnEnabled()</code></a></dd></dl>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isWarnEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isWarnEnabled()</code></a></dd></dl>
 </li>
 </ul>
 <a name="warn(java.lang.CharSequence)">
@@ -518,8 +518,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.warn(java.lang.CharSequence)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.warn(java.lang.CharSequence)</code></a></dd></dl>
 </li>
 </ul>
 <a name="warn(java.lang.CharSequence, java.lang.Throwable)">
@@ -533,8 +533,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.warn(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.warn(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="warn(java.lang.Throwable)">
@@ -547,8 +547,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.warn(java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#warn(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.warn(java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="isErrorEnabled()">
@@ -560,10 +560,10 @@ implements <a href="http://maven.apache.
 <pre>public&nbsp;boolean&nbsp;isErrorEnabled()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isErrorEnabled()" title="class or interface in org.apache.maven.plugin.logging">isErrorEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isErrorEnabled()" title="class or interface in org.apache.maven.plugin.logging">isErrorEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
 <dt><strong>Specified by:</strong></dt>
 <dd><code>isErrorEnabled</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.logging.Logger</code></dd>
-<dt><span class="strong">Returns:</span></dt><dd><code>false</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isErrorEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isErrorEnabled()</code></a></dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd><code>false</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#isErrorEnabled()" title="class or interface in org.apache.maven.plugin.logging"><code>Log.isErrorEnabled()</code></a></dd></dl>
 </li>
 </ul>
 <a name="error(java.lang.CharSequence)">
@@ -576,8 +576,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.error(java.lang.CharSequence)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.error(java.lang.CharSequence)</code></a></dd></dl>
 </li>
 </ul>
 <a name="error(java.lang.CharSequence, java.lang.Throwable)">
@@ -591,8 +591,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.error(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.error(java.lang.CharSequence, java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="error(java.lang.Throwable)">
@@ -605,8 +605,8 @@ implements <a href="http://maven.apache.
 <div class="block">By default, do nothing.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.error(java.lang.Throwable)</code></a></dd></dl>
+<dd><code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="http://maven.apache.org/ref/3.2.5/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true#error(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging"><code>Log.error(java.lang.Throwable)</code></a></dd></dl>
 </li>
 </ul>
 <a name="debug(java.lang.String)">

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/WithoutMojo.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/WithoutMojo.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/WithoutMojo.html Thu Dec 18 01:26:14 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>WithoutMojo (Maven Plugin Testing Mechanism 3.2.0 API)</title>
+<title>WithoutMojo (Maven Plugin Testing Mechanism 3.3.0 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="WithoutMojo (Maven Plugin Testing Mechanism 3.2.0 API)";
+        parent.document.title="WithoutMojo (Maven Plugin Testing Mechanism 3.3.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/AbstractMojoTestCase.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/AbstractMojoTestCase.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/AbstractMojoTestCase.html Thu Dec 18 01:26:14 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.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.3.0 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.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.2.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.3.0 API)";
     }
 //-->
 </script>