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 hb...@apache.org on 2014/12/31 19:17:23 UTC

svn commit: r934629 [5/42] - in /websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/plugin/ apidocs/org/apache/maven/plugin/plugin/class-use/ apidocs/org/apache/maven/plugin/plugin/m...

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4 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="JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>
@@ -106,7 +106,7 @@
 <br>
 <pre>@Component(role=<a href="../../../../../../../org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractor.html" title="interface in org.apache.maven.tools.plugin.extractor">MojoDescriptorExtractor.class</a>,
            hint="java-javadoc")
-public class <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.63">JavaJavadocMojoDescriptorExtractor</a>
+public class <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.68">JavaJavadocMojoDescriptorExtractor</a>
 extends org.codehaus.plexus.logging.AbstractLogEnabled
 implements <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractor.html" title="interface in org.apache.maven.tools.plugin.extractor">MojoDescriptorExtractor</a>, <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html" title="interface in org.apache.maven.tools.plugin.extractor.java">JavadocMojoAnnotation</a></pre>
 <div class="block">Extracts Mojo descriptors from <a href="http://java.sun.com/">Java</a> sources.
@@ -418,7 +418,7 @@ implements <a href="../../../../../../..
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#createMojoDescriptor(com.thoughtworks.qdox.model.JavaClass)">createMojoDescriptor</a></strong>(com.thoughtworks.qdox.model.JavaClass&nbsp;javaClass)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected com.thoughtworks.qdox.model.JavaClass[]</code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;com.thoughtworks.qdox.model.JavaClass&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#discoverClasses(org.apache.maven.tools.plugin.PluginToolsRequest)">discoverClasses</a></strong>(<a href="../../../../../../../org/apache/maven/tools/plugin/PluginToolsRequest.html" title="interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -471,7 +471,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>MAVEN_PLUGIN_INSTANTIATION</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.68">MAVEN_PLUGIN_INSTANTIATION</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.73">MAVEN_PLUGIN_INSTANTIATION</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#INSTANTIATION_STRATEGY"><code>JavadocMojoAnnotation.INSTANTIATION_STRATEGY</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.MAVEN_PLUGIN_INSTANTIATION">Constant Field Values</a></dd></dl>
 </li>
@@ -482,7 +482,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>CONFIGURATOR</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.71">CONFIGURATOR</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.76">CONFIGURATOR</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#CONFIGURATOR"><code>JavadocMojoAnnotation.CONFIGURATOR</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.CONFIGURATOR">Constant Field Values</a></dd></dl>
 </li>
@@ -493,7 +493,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>PARAMETER</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.74">PARAMETER</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.79">PARAMETER</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#PARAMETER"><code>JavadocMojoAnnotation.PARAMETER</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.PARAMETER">Constant Field Values</a></dd></dl>
 </li>
@@ -504,7 +504,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>PARAMETER_EXPRESSION</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.77">PARAMETER_EXPRESSION</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.82">PARAMETER_EXPRESSION</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#PARAMETER_EXPRESSION"><code>JavadocMojoAnnotation.PARAMETER_EXPRESSION</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.PARAMETER_EXPRESSION">Constant Field Values</a></dd></dl>
 </li>
@@ -515,7 +515,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>PARAMETER_DEFAULT_VALUE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.80">PARAMETER_DEFAULT_VALUE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.85">PARAMETER_DEFAULT_VALUE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#PARAMETER_DEFAULT_VALUE"><code>JavadocMojoAnnotation.PARAMETER_DEFAULT_VALUE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.PARAMETER_DEFAULT_VALUE">Constant Field Values</a></dd></dl>
 </li>
@@ -526,7 +526,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>PARAMETER_ALIAS</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.83">PARAMETER_ALIAS</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.88">PARAMETER_ALIAS</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#PARAMETER_ALIAS"><code>JavadocMojoAnnotation.PARAMETER_ALIAS</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.PARAMETER_ALIAS">Constant Field Values</a></dd></dl>
 </li>
@@ -537,7 +537,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>SINCE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.86">SINCE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.91">SINCE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#SINCE"><code>JavadocMojoAnnotation.SINCE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.SINCE">Constant Field Values</a></dd></dl>
 </li>
@@ -548,7 +548,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>PARAMETER_IMPLEMENTATION</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.89">PARAMETER_IMPLEMENTATION</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.94">PARAMETER_IMPLEMENTATION</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#PARAMETER_IMPLEMENTATION"><code>JavadocMojoAnnotation.PARAMETER_IMPLEMENTATION</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.PARAMETER_IMPLEMENTATION">Constant Field Values</a></dd></dl>
 </li>
@@ -559,7 +559,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>REQUIRED</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.92">REQUIRED</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.97">REQUIRED</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#REQUIRED"><code>JavadocMojoAnnotation.REQUIRED</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.REQUIRED">Constant Field Values</a></dd></dl>
 </li>
@@ -570,7 +570,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>DEPRECATED</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.95">DEPRECATED</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.100">DEPRECATED</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#DEPRECATED"><code>JavadocMojoAnnotation.DEPRECATED</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.DEPRECATED">Constant Field Values</a></dd></dl>
 </li>
@@ -581,7 +581,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>READONLY</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.98">READONLY</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.103">READONLY</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#READONLY"><code>JavadocMojoAnnotation.READONLY</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.READONLY">Constant Field Values</a></dd></dl>
 </li>
@@ -592,7 +592,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.101">GOAL</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.106">GOAL</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#GOAL"><code>JavadocMojoAnnotation.GOAL</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL">Constant Field Values</a></dd></dl>
 </li>
@@ -603,7 +603,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>PHASE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.104">PHASE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.109">PHASE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#PHASE"><code>JavadocMojoAnnotation.PHASE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.PHASE">Constant Field Values</a></dd></dl>
 </li>
@@ -614,7 +614,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>EXECUTE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.107">EXECUTE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.112">EXECUTE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#EXECUTE"><code>JavadocMojoAnnotation.EXECUTE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.EXECUTE">Constant Field Values</a></dd></dl>
 </li>
@@ -625,7 +625,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>EXECUTE_LIFECYCLE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.110">EXECUTE_LIFECYCLE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.115">EXECUTE_LIFECYCLE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#EXECUTE_LIFECYCLE"><code>JavadocMojoAnnotation.EXECUTE_LIFECYCLE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.EXECUTE_LIFECYCLE">Constant Field Values</a></dd></dl>
 </li>
@@ -636,7 +636,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>EXECUTE_PHASE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.113">EXECUTE_PHASE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.118">EXECUTE_PHASE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#EXECUTE_PHASE"><code>JavadocMojoAnnotation.EXECUTE_PHASE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.EXECUTE_PHASE">Constant Field Values</a></dd></dl>
 </li>
@@ -647,7 +647,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>EXECUTE_GOAL</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.116">EXECUTE_GOAL</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.121">EXECUTE_GOAL</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#EXECUTE_GOAL"><code>JavadocMojoAnnotation.EXECUTE_GOAL</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.EXECUTE_GOAL">Constant Field Values</a></dd></dl>
 </li>
@@ -658,7 +658,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_DESCRIPTION</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.119">GOAL_DESCRIPTION</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.124">GOAL_DESCRIPTION</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#DESCRIPTION"><code>JavadocMojoAnnotation.DESCRIPTION</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_DESCRIPTION">Constant Field Values</a></dd></dl>
 </li>
@@ -669,7 +669,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_REQUIRES_DEPENDENCY_RESOLUTION</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.122">GOAL_REQUIRES_DEPENDENCY_RESOLUTION</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.127">GOAL_REQUIRES_DEPENDENCY_RESOLUTION</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#REQUIRES_DEPENDENCY_RESOLUTION"><code>JavadocMojoAnnotation.REQUIRES_DEPENDENCY_RESOLUTION</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_REQUIRES_DEPENDENCY_RESOLUTION">Constant Field Values</a></dd></dl>
 </li>
@@ -680,7 +680,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_REQUIRES_PROJECT</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.126">GOAL_REQUIRES_PROJECT</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.131">GOAL_REQUIRES_PROJECT</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#REQUIRES_PROJECT"><code>JavadocMojoAnnotation.REQUIRES_PROJECT</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_REQUIRES_PROJECT">Constant Field Values</a></dd></dl>
 </li>
@@ -691,7 +691,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_REQUIRES_REPORTS</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.129">GOAL_REQUIRES_REPORTS</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.134">GOAL_REQUIRES_REPORTS</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#REQUIRES_REPORTS"><code>JavadocMojoAnnotation.REQUIRES_REPORTS</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_REQUIRES_REPORTS">Constant Field Values</a></dd></dl>
 </li>
@@ -702,7 +702,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_IS_AGGREGATOR</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.132">GOAL_IS_AGGREGATOR</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.137">GOAL_IS_AGGREGATOR</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#AGGREGATOR"><code>JavadocMojoAnnotation.AGGREGATOR</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_IS_AGGREGATOR">Constant Field Values</a></dd></dl>
 </li>
@@ -713,7 +713,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_REQUIRES_ONLINE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.135">GOAL_REQUIRES_ONLINE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.140">GOAL_REQUIRES_ONLINE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#REQUIRES_ONLINE"><code>JavadocMojoAnnotation.REQUIRES_ONLINE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_REQUIRES_ONLINE">Constant Field Values</a></dd></dl>
 </li>
@@ -724,7 +724,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_INHERIT_BY_DEFAULT</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.138">GOAL_INHERIT_BY_DEFAULT</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.143">GOAL_INHERIT_BY_DEFAULT</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#INHERIT_BY_DEFAULT"><code>JavadocMojoAnnotation.INHERIT_BY_DEFAULT</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_INHERIT_BY_DEFAULT">Constant Field Values</a></dd></dl>
 </li>
@@ -735,7 +735,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_MULTI_EXECUTION_STRATEGY</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.141">GOAL_MULTI_EXECUTION_STRATEGY</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.146">GOAL_MULTI_EXECUTION_STRATEGY</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#MULTI_EXECUTION_STRATEGY"><code>JavadocMojoAnnotation.MULTI_EXECUTION_STRATEGY</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_MULTI_EXECUTION_STRATEGY">Constant Field Values</a></dd></dl>
 </li>
@@ -746,7 +746,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>GOAL_REQUIRES_DIRECT_INVOCATION</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.144">GOAL_REQUIRES_DIRECT_INVOCATION</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.149">GOAL_REQUIRES_DIRECT_INVOCATION</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#REQUIRES_DIRECT_INVOCATION"><code>JavadocMojoAnnotation.REQUIRES_DIRECT_INVOCATION</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.GOAL_REQUIRES_DIRECT_INVOCATION">Constant Field Values</a></dd></dl>
 </li>
@@ -757,7 +757,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>COMPONENT</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.147">COMPONENT</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.152">COMPONENT</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#COMPONENT"><code>JavadocMojoAnnotation.COMPONENT</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.COMPONENT">Constant Field Values</a></dd></dl>
 </li>
@@ -768,7 +768,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>COMPONENT_ROLE</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.150">COMPONENT_ROLE</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.155">COMPONENT_ROLE</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#COMPONENT_ROLE"><code>JavadocMojoAnnotation.COMPONENT_ROLE</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.COMPONENT_ROLE">Constant Field Values</a></dd></dl>
 </li>
@@ -779,7 +779,7 @@ implements <a href="../../../../../../..
 <ul class="blockListLast">
 <li class="blockList">
 <h4>COMPONENT_ROLEHINT</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.153">COMPONENT_ROLEHINT</a></pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.158">COMPONENT_ROLEHINT</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.4, use <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html#COMPONENT_ROLEHINT"><code>JavadocMojoAnnotation.COMPONENT_ROLEHINT</code></a> instead of.</i></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../constant-values.html#org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor.COMPONENT_ROLEHINT">Constant Field Values</a></dd></dl>
 </li>
@@ -798,7 +798,7 @@ implements <a href="../../../../../../..
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JavaJavadocMojoDescriptorExtractor</h4>
-<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.63">JavaJavadocMojoDescriptorExtractor</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.68">JavaJavadocMojoDescriptorExtractor</a>()</pre>
 </li>
 </ul>
 </li>
@@ -815,7 +815,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>validateParameter</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.160">validateParameter</a>(org.apache.maven.plugin.descriptor.Parameter&nbsp;parameter,
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.165">validateParameter</a>(org.apache.maven.plugin.descriptor.Parameter&nbsp;parameter,
                      int&nbsp;i)
                           throws org.apache.maven.plugin.descriptor.InvalidParameterException</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>parameter</code> - not null</dd><dd><code>i</code> - positive number</dd>
@@ -829,7 +829,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>createMojoDescriptor</h4>
-<pre>protected&nbsp;org.apache.maven.plugin.descriptor.MojoDescriptor&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.197">createMojoDescriptor</a>(com.thoughtworks.qdox.model.JavaClass&nbsp;javaClass)
+<pre>protected&nbsp;org.apache.maven.plugin.descriptor.MojoDescriptor&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.202">createMojoDescriptor</a>(com.thoughtworks.qdox.model.JavaClass&nbsp;javaClass)
                                                                           throws org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>javaClass</code> - not null</dd>
 <dt><span class="strong">Returns:</span></dt><dd>a mojo descriptor</dd>
@@ -843,7 +843,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>execute</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.plugin.descriptor.MojoDescriptor&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.676">execute</a>(<a href="../../../../../../../org/apache/maven/tools/plugin/PluginToolsRequest.html" title="interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request)
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.plugin.descriptor.MojoDescriptor&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.660">execute</a>(<a href="../../../../../../../org/apache/maven/tools/plugin/PluginToolsRequest.html" title="interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request)
                                                                 throws <a href="../../../../../../../org/apache/maven/tools/plugin/extractor/ExtractionException.html" title="class in org.apache.maven.tools.plugin.extractor">ExtractionException</a>,
                                                                        org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException</pre>
 <div class="block">Execute the mojo extraction.</div>
@@ -863,7 +863,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>discoverClasses</h4>
-<pre>protected&nbsp;com.thoughtworks.qdox.model.JavaClass[]&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.707">discoverClasses</a>(<a href="../../../../../../../org/apache/maven/tools/plugin/PluginToolsRequest.html" title="interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request)</pre>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;com.thoughtworks.qdox.model.JavaClass&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.691">discoverClasses</a>(<a href="../../../../../../../org/apache/maven/tools/plugin/PluginToolsRequest.html" title="interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>request</code> - The plugin request.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>an array of java class</dd></dl>
 </li>
@@ -874,7 +874,7 @@ implements <a href="../../../../../../..
 <ul class="blockListLast">
 <li class="blockList">
 <h4>validate</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.733">validate</a>(org.apache.maven.plugin.descriptor.MojoDescriptor&nbsp;mojoDescriptor)
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/maven/tools/plugin/extractor/java/JavaJavadocMojoDescriptorExtractor.html#line.732">validate</a>(org.apache.maven.plugin.descriptor.MojoDescriptor&nbsp;mojoDescriptor)
                  throws org.apache.maven.plugin.descriptor.InvalidParameterException</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mojoDescriptor</code> - not null</dd>
 <dt><span class="strong">Throws:</span></dt>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/JavadocMojoAnnotation.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavadocMojoAnnotation (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>JavadocMojoAnnotation (Maven Plugin Tools 3.4 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="JavadocMojoAnnotation (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="JavadocMojoAnnotation (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/class-use/JavaJavadocMojoDescriptorExtractor.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/class-use/JavaJavadocMojoDescriptorExtractor.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/class-use/JavaJavadocMojoDescriptorExtractor.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4 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.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.extractor.java.JavaJavadocMojoDescriptorExtractor (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/class-use/JavadocMojoAnnotation.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/class-use/JavadocMojoAnnotation.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/class-use/JavadocMojoAnnotation.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.tools.plugin.extractor.java.JavadocMojoAnnotation (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.maven.tools.plugin.extractor.java.JavadocMojoAnnotation (Maven Plugin Tools 3.4 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 Interface org.apache.maven.tools.plugin.extractor.java.JavadocMojoAnnotation (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.maven.tools.plugin.extractor.java.JavadocMojoAnnotation (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-frame.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-frame.html Wed Dec 31 18:17:14 2014
@@ -3,7 +3,7 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-summary.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-summary.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4 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.tools.plugin.extractor.java (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-tree.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-tree.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.extractor.java Class Hierarchy (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.extractor.java Class Hierarchy (Maven Plugin Tools 3.4 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.tools.plugin.extractor.java Class Hierarchy (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.extractor.java Class Hierarchy (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-use.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/java/package-use.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.maven.tools.plugin.extractor.java (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-frame.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-frame.html Wed Dec 31 18:17:14 2014
@@ -3,7 +3,7 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-summary.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-summary.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4 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.tools.plugin.extractor (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-tree.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-tree.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.extractor Class Hierarchy (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.extractor Class Hierarchy (Maven Plugin Tools 3.4 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.tools.plugin.extractor Class Hierarchy (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.extractor Class Hierarchy (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-use.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/extractor/package-use.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.maven.tools.plugin.extractor (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/Generator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/Generator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/Generator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Generator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Generator (Maven Plugin Tools 3.4 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="Generator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Generator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/GeneratorException.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/GeneratorException.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/GeneratorException.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>GeneratorException (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>GeneratorException (Maven Plugin Tools 3.4 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="GeneratorException (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="GeneratorException (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/GeneratorUtils.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/GeneratorUtils.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/GeneratorUtils.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>GeneratorUtils (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>GeneratorUtils (Maven Plugin Tools 3.4 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="GeneratorUtils (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="GeneratorUtils (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PluginDescriptorGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>PluginDescriptorGenerator (Maven Plugin Tools 3.4 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="PluginDescriptorGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="PluginDescriptorGenerator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PluginHelpGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>PluginHelpGenerator (Maven Plugin Tools 3.4 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="PluginHelpGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="PluginHelpGenerator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginXdocGenerator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginXdocGenerator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/PluginXdocGenerator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PluginXdocGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>PluginXdocGenerator (Maven Plugin Tools 3.4 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="PluginXdocGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="PluginXdocGenerator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/Generator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/Generator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/Generator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.tools.plugin.generator.Generator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.maven.tools.plugin.generator.Generator (Maven Plugin Tools 3.4 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 Interface org.apache.maven.tools.plugin.generator.Generator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.maven.tools.plugin.generator.Generator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/GeneratorException.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/GeneratorException.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/GeneratorException.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.tools.plugin.generator.GeneratorException (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.generator.GeneratorException (Maven Plugin Tools 3.4 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.tools.plugin.generator.GeneratorException (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.generator.GeneratorException (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/GeneratorUtils.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/GeneratorUtils.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/GeneratorUtils.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.tools.plugin.generator.GeneratorUtils (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.generator.GeneratorUtils (Maven Plugin Tools 3.4 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.tools.plugin.generator.GeneratorUtils (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.generator.GeneratorUtils (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginDescriptorGenerator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginDescriptorGenerator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginDescriptorGenerator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator (Maven Plugin Tools 3.4 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.tools.plugin.generator.PluginDescriptorGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginHelpGenerator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginHelpGenerator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginHelpGenerator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.tools.plugin.generator.PluginHelpGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.generator.PluginHelpGenerator (Maven Plugin Tools 3.4 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.tools.plugin.generator.PluginHelpGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.generator.PluginHelpGenerator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginXdocGenerator.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginXdocGenerator.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/class-use/PluginXdocGenerator.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.tools.plugin.generator.PluginXdocGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.generator.PluginXdocGenerator (Maven Plugin Tools 3.4 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.tools.plugin.generator.PluginXdocGenerator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.generator.PluginXdocGenerator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-frame.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-frame.html Wed Dec 31 18:17:14 2014
@@ -3,7 +3,7 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-summary.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-summary.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4 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.tools.plugin.generator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-tree.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-tree.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.tools.plugin.generator Class Hierarchy (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.generator Class Hierarchy (Maven Plugin Tools 3.4 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.tools.plugin.generator Class Hierarchy (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.generator Class Hierarchy (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-use.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/generator/package-use.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.maven.tools.plugin.generator (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoFieldTaglet.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoFieldTaglet.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoFieldTaglet.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractMojoFieldTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>AbstractMojoFieldTaglet (Maven Plugin Tools 3.4 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="AbstractMojoFieldTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="AbstractMojoFieldTaglet (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoTaglet.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoTaglet.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoTaglet.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractMojoTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>AbstractMojoTaglet (Maven Plugin Tools 3.4 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="AbstractMojoTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="AbstractMojoTaglet (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoTypeTaglet.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoTypeTaglet.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/AbstractMojoTypeTaglet.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractMojoTypeTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>AbstractMojoTypeTaglet (Maven Plugin Tools 3.4 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="AbstractMojoTypeTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="AbstractMojoTypeTaglet (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/MojoAggregatorTypeTaglet.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/MojoAggregatorTypeTaglet.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/apidocs/org/apache/maven/tools/plugin/javadoc/MojoAggregatorTypeTaglet.html Wed Dec 31 18:17:14 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MojoAggregatorTypeTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)</title>
+<title>MojoAggregatorTypeTaglet (Maven Plugin Tools 3.4 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="MojoAggregatorTypeTaglet (Maven Plugin Tools 3.4-SNAPSHOT API)";
+        parent.document.title="MojoAggregatorTypeTaglet (Maven Plugin Tools 3.4 API)";
     }
 //-->
 </script>