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 [15/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/...

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.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>JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 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="JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>
@@ -106,7 +106,7 @@
 <br>
 <pre><a href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Component.html?is-external=true" title="class or interface in org.codehaus.plexus.component.annotations">@Component</a>(<a href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Component.html?is-external=true#role()" title="class or interface in org.codehaus.plexus.component.annotations">role</a>=<a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractor.html?is-external=true" title="class or interface in org.apache.maven.tools.plugin.extractor">org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor.class</a>,
            <a href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Component.html?is-external=true#hint()" title="class or interface in org.codehaus.plexus.component.annotations">hint</a>="java-annotations")
-public class <a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.78">JavaAnnotationsMojoDescriptorExtractor</a>
+public class <a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.83">JavaAnnotationsMojoDescriptorExtractor</a>
 extends org.codehaus.plexus.logging.AbstractLogEnabled
 implements <a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractor.html?is-external=true" title="class or interface in org.apache.maven.tools.plugin.extractor">MojoDescriptorExtractor</a></pre>
 <div class="block">JavaMojoDescriptorExtractor, a MojoDescriptor extractor to read descriptors from java classes with annotations.
@@ -171,8 +171,9 @@ implements <a href="http://maven.apache.
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#discoverClasses(java.lang.String,%20java.util.List)">discoverClasses</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-                              <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;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;sourceDirectories)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#discoverClasses(java.lang.String,%20java.util.List,%20java.util.Set)">discoverClasses</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
+                              <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;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;sourceDirectories,
+                              <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;</code></td>
@@ -265,7 +266,7 @@ implements <a href="http://maven.apache.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JavaAnnotationsMojoDescriptorExtractor</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.78">JavaAnnotationsMojoDescriptorExtractor</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.83">JavaAnnotationsMojoDescriptorExtractor</a>()</pre>
 </li>
 </ul>
 </li>
@@ -282,7 +283,7 @@ implements <a href="http://maven.apache.
 <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/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.95">execute</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/PluginToolsRequest.html?is-external=true" title="class or 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/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.100">execute</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/PluginToolsRequest.html?is-external=true" title="class or interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request)
                                                                 throws <a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/extractor/ExtractionException.html?is-external=true" title="class or interface in org.apache.maven.tools.plugin.extractor">ExtractionException</a>,
                                                                        org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException</pre>
 <dl>
@@ -299,7 +300,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>discoverClassesFromSourcesJar</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.192">discoverClassesFromSourcesJar</a>(org.apache.maven.artifact.Artifact&nbsp;artifact,
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.197">discoverClassesFromSourcesJar</a>(org.apache.maven.artifact.Artifact&nbsp;artifact,
                                                   <a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/PluginToolsRequest.html?is-external=true" title="class or interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request,
                                                   <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classifier)
                                                        throws <a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/extractor/ExtractionException.html?is-external=true" title="class or interface in org.apache.maven.tools.plugin.extractor">ExtractionException</a></pre>
@@ -313,7 +314,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>populateDataFromJavadoc</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.249">populateDataFromJavadoc</a>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&gt;&nbsp;mojoAnnotatedClasses,
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.255">populateDataFromJavadoc</a>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&gt;&nbsp;mojoAnnotatedClasses,
                            <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;javaClassesMap)</pre>
 <div class="block">from sources scan to get @since and @deprecated and description of classes and fields.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mojoAnnotatedClasses</code> - </dd><dd><code>javaClassesMap</code> - </dd></dl>
@@ -325,7 +326,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>discoverClasses</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.409">discoverClasses</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/PluginToolsRequest.html?is-external=true" title="class or 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/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.411">discoverClasses</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-tools-api/apidocs/org/apache/maven/tools/plugin/PluginToolsRequest.html?is-external=true" title="class or interface in org.apache.maven.tools.plugin">PluginToolsRequest</a>&nbsp;request)</pre>
 </li>
 </ul>
 <a name="discoverClasses(java.lang.String, org.apache.maven.project.MavenProject)">
@@ -334,18 +335,19 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>discoverClasses</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.415">discoverClasses</a>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.417">discoverClasses</a>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
                                     org.apache.maven.project.MavenProject&nbsp;project)</pre>
 </li>
 </ul>
-<a name="discoverClasses(java.lang.String, java.util.List)">
+<a name="discoverClasses(java.lang.String, java.util.List, java.util.Set)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>discoverClasses</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.435">discoverClasses</a>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-                                    <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;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;sourceDirectories)</pre>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClass.html?is-external=true" title="class or interface in com.thoughtworks.qdox.model">JavaClass</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.437">discoverClasses</a>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
+                                    <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;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;sourceDirectories,
+                                    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</pre>
 </li>
 </ul>
 <a name="findExecuteInParentHierarchy(org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotatedClass, java.util.Map)">
@@ -354,7 +356,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>findExecuteInParentHierarchy</h4>
-<pre>protected&nbsp;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ExecuteAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ExecuteAnnotationContent</a>&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.609">findExecuteInParentHierarchy</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
+<pre>protected&nbsp;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ExecuteAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ExecuteAnnotationContent</a>&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.627">findExecuteInParentHierarchy</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
                                                     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&gt;&nbsp;mojoAnnotatedClasses)</pre>
 </li>
 </ul>
@@ -364,7 +366,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>getParametersParentHierarchy</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ParameterAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.630">getParametersParentHierarchy</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ParameterAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.648">getParametersParentHierarchy</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
                                                                   <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ParameterAnnotationContent</a>&gt;&nbsp;parameters,
                                                                   <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&gt;&nbsp;mojoAnnotatedClasses)</pre>
 </li>
@@ -375,7 +377,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>getParametersParent</h4>
-<pre>protected&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;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ParameterAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.652">getParametersParent</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
+<pre>protected&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;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ParameterAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.670">getParametersParent</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
                                                    <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;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ParameterAnnotationContent</a>&gt;&nbsp;parameterAnnotationContents,
                                                    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&gt;&nbsp;mojoAnnotatedClasses)</pre>
 </li>
@@ -386,7 +388,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>getComponentsParentHierarchy</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ComponentAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.669">getComponentsParentHierarchy</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ComponentAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.687">getComponentsParentHierarchy</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
                                                                   <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ComponentAnnotationContent</a>&gt;&nbsp;components,
                                                                   <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&gt;&nbsp;mojoAnnotatedClasses)</pre>
 </li>
@@ -397,7 +399,7 @@ implements <a href="http://maven.apache.
 <ul class="blockList">
 <li class="blockList">
 <h4>getComponentParent</h4>
-<pre>protected&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;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ComponentAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.691">getComponentParent</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
+<pre>protected&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;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ComponentAnnotationContent</a>&gt;&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.709">getComponentParent</a>(<a href="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&nbsp;mojoAnnotatedClass,
                                                   <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;<a href="../../../../../../org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html" title="class in org.apache.maven.tools.plugin.annotations.datamodel">ComponentAnnotationContent</a>&gt;&nbsp;componentAnnotationContents,
                                                   <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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="../../../../../../org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html" title="class in org.apache.maven.tools.plugin.annotations.scanner">MojoAnnotatedClass</a>&gt;&nbsp;mojoAnnotatedClasses)</pre>
 </li>
@@ -408,7 +410,7 @@ implements <a href="http://maven.apache.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getFromProjectReferences</h4>
-<pre>protected&nbsp;org.apache.maven.project.MavenProject&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.708">getFromProjectReferences</a>(org.apache.maven.artifact.Artifact&nbsp;artifact,
+<pre>protected&nbsp;org.apache.maven.project.MavenProject&nbsp;<a href="../../../../../../src-html/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.html#line.726">getFromProjectReferences</a>(org.apache.maven.artifact.Artifact&nbsp;artifact,
                                                              org.apache.maven.project.MavenProject&nbsp;project)</pre>
 </li>
 </ul>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/class-use/JavaAnnotationsMojoDescriptorExtractor.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/class-use/JavaAnnotationsMojoDescriptorExtractor.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/class-use/JavaAnnotationsMojoDescriptorExtractor.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.annotations.JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 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.annotations.JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/AnnotatedContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/AnnotatedContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/AnnotatedContent.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>AnnotatedContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>AnnotatedContent (Maven Plugin Tool for Java with Annotations 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="AnnotatedContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="AnnotatedContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/AnnotatedField.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/AnnotatedField.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/AnnotatedField.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>AnnotatedField (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>AnnotatedField (Maven Plugin Tool for Java with Annotations 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="AnnotatedField (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="AnnotatedField (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ComponentAnnotationContent.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>ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 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="ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ExecuteAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ExecuteAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ExecuteAnnotationContent.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>ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 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="ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/MojoAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/MojoAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/MojoAnnotationContent.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>MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 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="MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/ParameterAnnotationContent.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>ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 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="ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/AnnotatedContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/AnnotatedContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/AnnotatedContent.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.annotations.datamodel.AnnotatedContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedContent (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel.AnnotatedContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/AnnotatedField.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/AnnotatedField.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/AnnotatedField.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.annotations.datamodel.AnnotatedField (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedField (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel.AnnotatedField (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedField (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ComponentAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ComponentAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ComponentAnnotationContent.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.annotations.datamodel.ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel.ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.ComponentAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ExecuteAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ExecuteAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ExecuteAnnotationContent.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.annotations.datamodel.ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel.ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.ExecuteAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/MojoAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/MojoAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/MojoAnnotationContent.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.annotations.datamodel.MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel.MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.MojoAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ParameterAnnotationContent.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ParameterAnnotationContent.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/class-use/ParameterAnnotationContent.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.annotations.datamodel.ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel.ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.datamodel.ParameterAnnotationContent (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-frame.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/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.annotations.datamodel (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations.datamodel (Maven Plugin Tool for Java with Annotations 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/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-summary.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/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.annotations.datamodel (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations.datamodel (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.annotations.datamodel (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-tree.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/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.annotations.datamodel Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations.datamodel Class Hierarchy (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.annotations.datamodel Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/package-use.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/datamodel/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.annotations.datamodel (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.maven.tools.plugin.annotations.datamodel (Maven Plugin Tool for Java with Annotations 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.annotations.datamodel (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.maven.tools.plugin.annotations.datamodel (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-frame.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/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.annotations (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations (Maven Plugin Tool for Java with Annotations 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/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-summary.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/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.annotations (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations (Maven Plugin Tool for Java with Annotations 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.annotations (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.annotations (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-tree.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/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.annotations Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations Class Hierarchy (Maven Plugin Tool for Java with Annotations 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.annotations Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.annotations Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/package-use.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/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.annotations (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.maven.tools.plugin.annotations (Maven Plugin Tool for Java with Annotations 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.annotations (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.maven.tools.plugin.annotations (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/DefaultMojoAnnotationsScanner.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/DefaultMojoAnnotationsScanner.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/DefaultMojoAnnotationsScanner.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>DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 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="DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotatedClass.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>MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 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="MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotationsScanner.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotationsScanner.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotationsScanner.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>MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 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="MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotationsScannerRequest.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotationsScannerRequest.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/MojoAnnotationsScannerRequest.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>MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 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="MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/DefaultMojoAnnotationsScanner.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/DefaultMojoAnnotationsScanner.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/DefaultMojoAnnotationsScanner.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.annotations.scanner.DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.scanner.DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 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.annotations.scanner.DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.scanner.DefaultMojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotatedClass.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotatedClass.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotatedClass.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.annotations.scanner.MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 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.annotations.scanner.MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotatedClass (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotationsScanner.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotationsScanner.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotationsScanner.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.annotations.scanner.MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 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.annotations.scanner.MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotationsScanner (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotationsScannerRequest.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotationsScannerRequest.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/class-use/MojoAnnotationsScannerRequest.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.annotations.scanner.MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 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.annotations.scanner.MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotationsScannerRequest (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-frame.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/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.annotations.scanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations.scanner (Maven Plugin Tool for Java with Annotations 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/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-summary.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/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.annotations.scanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations.scanner (Maven Plugin Tool for Java with Annotations 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.annotations.scanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.annotations.scanner (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-tree.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/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.annotations.scanner Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>org.apache.maven.tools.plugin.annotations.scanner Class Hierarchy (Maven Plugin Tool for Java with Annotations 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.annotations.scanner Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.tools.plugin.annotations.scanner Class Hierarchy (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/package-use.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/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.annotations.scanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.maven.tools.plugin.annotations.scanner (Maven Plugin Tool for Java with Annotations 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.annotations.scanner (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.maven.tools.plugin.annotations.scanner (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/visitors/MojoAnnotationVisitor.html
==============================================================================
--- websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/visitors/MojoAnnotationVisitor.html (original)
+++ websites/production/maven/content/plugin-tools-archives/plugin-tools-LATEST/maven-plugin-tools-annotations/apidocs/org/apache/maven/tools/plugin/annotations/scanner/visitors/MojoAnnotationVisitor.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>MojoAnnotationVisitor (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)</title>
+<title>MojoAnnotationVisitor (Maven Plugin Tool for Java with Annotations 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="MojoAnnotationVisitor (Maven Plugin Tool for Java with Annotations 3.4-SNAPSHOT API)";
+        parent.document.title="MojoAnnotationVisitor (Maven Plugin Tool for Java with Annotations 3.4 API)";
     }
 //-->
 </script>