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 kh...@apache.org on 2015/03/14 01:06:33 UTC

svn commit: r943732 [2/26] - in /websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/javadoc/ apidocs/org/apache/maven/plugin/javadoc/class-use/ apidocs/org/apache/maven/plugin/jav...

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 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="AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -141,7 +141,8 @@ extends <a href="http://maven.apache.org
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html#aggregate">aggregate</a></strong></code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.</i></div>
+<div class="block"><i>since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
+ instead.</i></div>
 </div>
 </td>
 </tr>
@@ -155,42 +156,15 @@ extends <a href="http://maven.apache.org
 <tr class="altColor">
 <td class="colFirst"><code>protected static <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></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html#DEBUG_JAVADOC_SCRIPT_NAME">DEBUG_JAVADOC_SCRIPT_NAME</a></strong></code>
-<div class="block">The Javadoc script file name when <code>debug</code> parameter is on, i.e. javadoc.bat or javadoc.sh</div>
+<div class="block">The Javadoc script file name when <code>debug</code> parameter is on, i.e.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html#DEFAULT_JAVA_API_LINKS">DEFAULT_JAVA_API_LINKS</a></strong></code>
 <div class="block">The default Javadoc API urls according the
- <a href="http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html">Sun API Specifications</a>:
- 
- &lt;javaApiLinks&gt;
-   &lt;property&gt;
-     &lt;name&gt;api_1.3&lt;/name&gt;
-     &lt;value&gt;http://docs.oracle.com/javase/1.3/docs/api/&lt;/value&gt;
-   &lt;/property&gt;
-   &lt;property&gt;
-     &lt;name&gt;api_1.4&lt;/name&gt;
-     &lt;value&gt;http://docs.oracle.com/javase/1.4.2/docs/api/&lt;/value&gt;
-   &lt;/property&gt;
-   &lt;property&gt;
-     &lt;name&gt;api_1.5&lt;/name&gt;
-     &lt;value&gt;http://docs.oracle.com/javase/1.5.0/docs/api/&lt;/value&gt;
-   &lt;/property&gt;
-   &lt;property&gt;
-     &lt;name&gt;api_1.6&lt;/name&gt;
-     &lt;value&gt;http://docs.oracle.com/javase/6/docs/api/&lt;/value&gt;
-   &lt;/property&gt;
-   &lt;property&gt;
-     &lt;name&gt;api_1.7&lt;/name&gt;
-     &lt;value&gt;http://docs.oracle.com/javase/7/docs/api/&lt;/value&gt;
-   &lt;/property&gt;
-   &lt;property&gt;
-     &lt;name&gt;api_1.8&lt;/name&gt;
-     &lt;value&gt;http://docs.oracle.com/javase/8/docs/api/&lt;/value&gt;
-   &lt;/property&gt;
- &lt;/javaApiLinks&gt;
- </div>
+ <a href="http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html">Sun API
+ Specifications</a>:</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -267,7 +241,8 @@ extends <a href="http://maven.apache.org
 <tr class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html#useStandardDocletOptions">useStandardDocletOptions</a></strong></code>
-<div class="block">Specifies to use the <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#standard">
+<div class="block">Specifies to use the
+ <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#standard">
  options provided by the Standard Doclet</a> for a custom doclet.</div>
 </td>
 </tr>
@@ -509,7 +484,8 @@ extends <a href="http://maven.apache.org
 <h4>DEFAULT_JAVA_API_LINKS</h4>
 <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a> DEFAULT_JAVA_API_LINKS</pre>
 <div class="block">The default Javadoc API urls according the
- <a href="http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html">Sun API Specifications</a>:
+ <a href="http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html">Sun API
+ Specifications</a>:
  <pre>
  &lt;javaApiLinks&gt;
    &lt;property&gt;
@@ -636,7 +612,8 @@ protected&nbsp;<a href="http://maven.apa
 <pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()" title="class or interface in org.apache.maven.plugins.annotations">property</a>="aggregate",
            <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="false")
 protected&nbsp;boolean aggregate</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.</i></div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
+ instead.</i></div>
 <div class="block">Whether to build an aggregated report at the root, or build individual reports.</div>
 </li>
 </ul>
@@ -677,17 +654,18 @@ protected&nbsp;boolean failOnError</pre>
 <pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()" title="class or interface in org.apache.maven.plugins.annotations">property</a>="useStandardDocletOptions",
            <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="true")
 protected&nbsp;boolean useStandardDocletOptions</pre>
-<div class="block">Specifies to use the <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#standard">
+<div class="block">Specifies to use the
+ <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#standard">
  options provided by the Standard Doclet</a> for a custom doclet.
  <br/>
  Example:
  <pre>
  &lt;docletArtifacts&gt;
- &nbsp;&nbsp;&lt;docletArtifact&gt;
- &nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId&gt;com.sun.tools.doclets&lt;/groupId&gt;
- &nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;doccheck&lt;/artifactId&gt;
- &nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;1.2b2&lt;/version&gt;
- &nbsp;&nbsp;&lt;/docletArtifact&gt;
+   &lt;docletArtifact&gt;
+     &lt;groupId&gt;com.sun.tools.doclets&lt;/groupId&gt;
+     &lt;artifactId&gt;doccheck&lt;/artifactId&gt;
+     &lt;version&gt;1.2b2&lt;/version&gt;
+   &lt;/docletArtifact&gt;
  &lt;/docletArtifacts&gt;
  &lt;useStandardDocletOptions&gt;true&lt;/useStandardDocletOptions&gt;
  </pre></div>
@@ -711,7 +689,7 @@ protected&nbsp;<a href="http://docs.orac
  <li>all given links should have a fetchable <code>/package-list</code> file. For instance:
  <pre>
  &lt;links&gt;
- &nbsp;&nbsp;&lt;link&gt;http://docs.oracle.com/javase/1.4.2/docs/api&lt;/link&gt;
+   &lt;link&gt;http://docs.oracle.com/javase/1.4.2/docs/api&lt;/link&gt;
  &lt;links&gt;
  </pre>
  will be used because <code>http://docs.oracle.com/javase/1.4.2/docs/api/package-list</code> exists.</li>
@@ -1121,6 +1099,6 @@ protected&nbsp;<a href="http://docs.orac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AdditionalDependency.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AdditionalDependency.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AdditionalDependency.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AdditionalDependency (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>AdditionalDependency (Apache Maven Javadoc Plugin 2.10.2 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="AdditionalDependency (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="AdditionalDependency (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -242,6 +242,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorJavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorJavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorJavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.2 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="AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -332,6 +332,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorJavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorJavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorJavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.2 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="AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -340,6 +340,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorTestJavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorTestJavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorTestJavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 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="AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -344,6 +344,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorTestJavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorTestJavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/AggregatorTestJavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 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="AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -352,6 +352,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/FixJavadocMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/FixJavadocMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/FixJavadocMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 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="FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -116,7 +116,8 @@
 public class <span class="strong">FixJavadocMojo</span>
 extends <a href="../../../../../org/apache/maven/plugin/javadoc/AbstractFixJavadocMojo.html" title="class in org.apache.maven.plugin.javadoc">AbstractFixJavadocMojo</a></pre>
 <div class="block">Fix Javadoc documentation and tags for the <code>Java code</code> for the project.
- See <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#wheretags">Where Tags Can Be Used</a>.</div>
+ See <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#wheretags">Where Tags Can
+ Be Used</a>.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.6</dd>
 <dt><span class="strong">Version:</span></dt>
@@ -285,6 +286,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/HelpMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/HelpMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/HelpMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>HelpMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>HelpMojo (Apache Maven Javadoc Plugin 2.10.2 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="HelpMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="HelpMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -109,12 +109,10 @@
       <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe()" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</a>=true)
 public class <span class="strong">HelpMojo</span>
 extends <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></pre>
-<div class="block">Display help information on maven-javadoc-plugin.<br/>
+<div class="block">Display help information on maven-javadoc-plugin.<br>
  Call <code>mvn javadoc:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd></dd>
-<dt><span class="strong">Author:</span></dt>
-  <dd></dd></dl>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>maven-plugin-tools</dd></dl>
 </li>
 </ul>
 </div>
@@ -294,6 +292,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>JavadocJar (Apache Maven Javadoc Plugin 2.10.2 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="JavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="JavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -332,6 +332,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocNoForkReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocNoForkReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocNoForkReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 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="JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -307,6 +307,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>JavadocReport (Apache Maven Javadoc Plugin 2.10.2 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="JavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="JavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -655,6 +655,6 @@ implements <a href="http://maven.apache.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocUtil.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocUtil.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/JavadocUtil.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavadocUtil (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>JavadocUtil (Apache Maven Javadoc Plugin 2.10.2 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="JavadocUtil (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="JavadocUtil (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -125,7 +125,7 @@ extends <a href="http://docs.oracle.com/
 <tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/javadoc/JavadocUtil.html#DEFAULT_TIMEOUT">DEFAULT_TIMEOUT</a></strong></code>
-<div class="block">The default timeout used when fetching url, i.e. 2000.</div>
+<div class="block">The default timeout used when fetching url, i.e.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -245,10 +245,7 @@ extends <a href="http://docs.oracle.com/
 <tr class="rowColor">
 <td class="colFirst"><code>protected static float</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/javadoc/JavadocUtil.html#getJavadocVersion(java.io.File)">getJavadocVersion</a></strong>(<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>&nbsp;javadocExe)</code>
-<div class="block">Call the Javadoc tool and parse its output to find its version, i.e.:
- 
- javadoc.exe(or .sh) -J-version
- </div>
+<div class="block">Call the Javadoc tool and parse its output to find its version, i.e.:</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -1005,6 +1002,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/ResourcesBundleMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/ResourcesBundleMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/ResourcesBundleMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 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="ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -200,7 +200,8 @@ extends <a href="../../../../../org/apac
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/javadoc/ResourcesBundleMojo.html#execute()">execute</a></strong>()</code>
-<div class="block">Assemble a new <a href="../../../../../org/apache/maven/plugin/javadoc/options/JavadocOptions.html" title="class in org.apache.maven.plugin.javadoc.options"><code>JavadocOptions</code></a> instance that contains the configuration options in this
+<div class="block">Assemble a new <a href="../../../../../org/apache/maven/plugin/javadoc/options/JavadocOptions.html" title="class in org.apache.maven.plugin.javadoc.options"><code>JavadocOptions</code></a> instance that
+ contains the configuration options in this
  mojo, which are a subset of those provided in derivatives of the <a href="../../../../../org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html" title="class in org.apache.maven.plugin.javadoc"><code>AbstractJavadocMojo</code></a>
  class (most of the javadoc mojos, in other words).</div>
 </td>
@@ -295,7 +296,8 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;execute()
              throws <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>,
                     <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
-<div class="block">Assemble a new <a href="../../../../../org/apache/maven/plugin/javadoc/options/JavadocOptions.html" title="class in org.apache.maven.plugin.javadoc.options"><code>JavadocOptions</code></a> instance that contains the configuration options in this
+<div class="block">Assemble a new <a href="../../../../../org/apache/maven/plugin/javadoc/options/JavadocOptions.html" title="class in org.apache.maven.plugin.javadoc.options"><code>JavadocOptions</code></a> instance that
+ contains the configuration options in this
  mojo, which are a subset of those provided in derivatives of the <a href="../../../../../org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html" title="class in org.apache.maven.plugin.javadoc"><code>AbstractJavadocMojo</code></a>
  class (most of the javadoc mojos, in other words). Then, bundle the contents of the 
  <code>javadocDirectory</code> along with the assembled JavadocOptions instance (serialized to
@@ -374,6 +376,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestFixJavadocMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestFixJavadocMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestFixJavadocMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 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="TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -116,7 +116,8 @@
 public class <span class="strong">TestFixJavadocMojo</span>
 extends <a href="../../../../../org/apache/maven/plugin/javadoc/AbstractFixJavadocMojo.html" title="class in org.apache.maven.plugin.javadoc">AbstractFixJavadocMojo</a></pre>
 <div class="block">Fix Javadoc documentation and tags for the <code>Test Java code</code> for the project.
- See <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#wheretags">Where Tags Can Be Used</a>.</div>
+ See <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#wheretags">Where Tags Can
+ Be Used</a>.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.6</dd>
 <dt><span class="strong">Version:</span></dt>
@@ -380,6 +381,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>TestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 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="TestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="TestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -532,6 +532,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocNoForkReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocNoForkReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocNoForkReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 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="TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -320,6 +320,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestJavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>TestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 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="TestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="TestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -652,6 +652,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestResourcesBundleMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestResourcesBundleMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/TestResourcesBundleMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 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="TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -358,6 +358,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AbstractFixJavadocMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AbstractFixJavadocMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AbstractFixJavadocMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.AbstractFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.AbstractFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AbstractFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AbstractFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -161,6 +161,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AbstractJavadocMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AbstractJavadocMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AbstractJavadocMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AbstractJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -234,6 +234,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AdditionalDependency.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AdditionalDependency.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AdditionalDependency.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.AdditionalDependency (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.AdditionalDependency (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AdditionalDependency (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AdditionalDependency (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorJavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorJavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorJavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorJavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorJavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorJavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorTestJavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorTestJavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorTestJavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorTestJavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorTestJavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/AggregatorTestJavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.AggregatorTestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/FixJavadocMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/FixJavadocMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/FixJavadocMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.FixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/HelpMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/HelpMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/HelpMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.HelpMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.HelpMojo (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.HelpMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.HelpMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -170,6 +170,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocNoForkReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocNoForkReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocNoForkReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -184,6 +184,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocUtil.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocUtil.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/JavadocUtil.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocUtil (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.JavadocUtil (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocUtil (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.JavadocUtil (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/ResourcesBundleMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/ResourcesBundleMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/ResourcesBundleMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.ResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -157,6 +157,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestFixJavadocMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestFixJavadocMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestFixJavadocMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestFixJavadocMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocJar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocJar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocJar.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.TestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.TestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestJavadocJar (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestJavadocJar (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -156,6 +156,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocNoForkReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocNoForkReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocNoForkReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestJavadocNoForkReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestJavadocReport.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.TestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.TestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestJavadocReport (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestJavadocReport (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestResourcesBundleMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestResourcesBundleMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-javadoc-plugin-LATEST/apidocs/org/apache/maven/plugin/javadoc/class-use/TestResourcesBundleMojo.html Sat Mar 14 00:06:30 2015
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.javadoc.TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)</title>
+<title>Uses of Class org.apache.maven.plugin.javadoc.TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.1 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.javadoc.TestResourcesBundleMojo (Apache Maven Javadoc Plugin 2.10.2 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file