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 2016/10/19 17:10:39 UTC

svn commit: r999664 [2/17] - in /websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST: ./ apidocs/ apidocs/org/apache/maven/reporting/exec/ apidocs/org/apache/maven/reporting/exec/class-use/ css/ fonts/ images/ images/profil...

Modified: websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html (original)
+++ websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html Wed Oct 19 17:10:37 2016
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DefaultMavenReportExecutor (Apache Maven Reporting Executor 1.2 API)</title>
+<title>DefaultMavenReportExecutor (Apache Maven Reporting Executor 1.2.1-SNAPSHOT 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="DefaultMavenReportExecutor (Apache Maven Reporting Executor 1.2 API)";
+        parent.document.title="DefaultMavenReportExecutor (Apache Maven Reporting Executor 1.2.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -82,7 +82,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.reporting.exec.DefaultMavenReportExecutor</li>
@@ -98,9 +98,9 @@
 </dl>
 <hr>
 <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="../../../../../org/apache/maven/reporting/exec/MavenReportExecutor.html" title="interface in org.apache.maven.reporting.exec">MavenReportExecutor.class</a>)
+<pre>@Component(role=<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutor.html" title="interface in org.apache.maven.reporting.exec">MavenReportExecutor.class</a>)
 public class <span class="strong">DefaultMavenReportExecutor</span>
-extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutor.html" title="interface in org.apache.maven.reporting.exec">MavenReportExecutor</a></pre>
 <div class="block"><p>
  This component will build some <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec"><code>MavenReportExecution</code></a> from <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec"><code>MavenReportExecutorRequest</code></a>. If a
@@ -109,27 +109,28 @@ implements <a href="../../../../../org/a
  </p>
  <p>
  <b>Note</b> if no version is defined in the report plugin, the version will be searched with
- <a href="../../../../../org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html#resolvePluginVersion(org.apache.maven.reporting.exec.ReportPlugin, org.apache.maven.reporting.exec.MavenReportExecutorRequest)"><code>resolvePluginVersion(...)</code></a> method:
+ <a href="../../../../../org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html#resolvePluginVersion(org.apache.maven.reporting.exec.ReportPlugin,%20org.apache.maven.reporting.exec.MavenReportExecutorRequest)"><code>resolvePluginVersion(...)</code></a> method:
  <ol>
  <li>use the one defined in the reportPlugin configuration,</li>
  <li>search similar (same groupId and artifactId) plugin in the build/plugins section of the pom,</li>
  <li>search similar (same groupId and artifactId) plugin in the build/pluginManagement section of the pom,</li>
- <li>ask <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/version/PluginVersionResolver.html?is-external=true" title="class or interface in org.apache.maven.plugin.version"><code>PluginVersionResolver</code></a> to get a fallback version (display a warning as it's not a recommended use).</li>
+ <li>ask <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/version/PluginVersionResolver.html?is-external=true" title="class or interface in org.apache.maven.plugin.version"><code>PluginVersionResolver</code></a> to get a fallback version (display a warning as it's not a recommended use).
+ </li>
  </ol>
  </p>
  <p>
  Following steps are done:
  <ul>
  <li>get <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/PluginDescriptor.html?is-external=true" title="class or interface in org.apache.maven.plugin.descriptor"><code>PluginDescriptor</code></a> from the <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager</code></a> (through
- <a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#getPluginDescriptor(org.apache.maven.model.Plugin, org.apache.maven.execution.MavenSession)"><code>MavenPluginManagerHelper.getPluginDescriptor(...)</code></a> to protect from core API change)</li>
- <li>setup a <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a>, with the Site plugin classloader as parent for the report execution. <br>
+ <a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#getPluginDescriptor(org.apache.maven.model.Plugin,%20org.apache.maven.execution.MavenSession)"><code>MavenPluginManagerHelper.getPluginDescriptor(...)</code></a> to protect from core API change)</li>
+ <li>setup a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a>, with the Site plugin classloader as parent for the report execution. <br>
  Notice that some classes are imported from the current Site plugin ClassRealm: see <a href="../../../../../org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html#IMPORTS"><code>IMPORTS</code></a>. Corresponding
  artifacts are excluded from the artifact resolution: <code>doxia-site-renderer</code>, <code>doxia-sink-api</code>
   and <code>maven-reporting-api</code>.<br>
  Work is done using <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager</code></a> (through
- <a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#setupPluginRealm(org.apache.maven.plugin.descriptor.PluginDescriptor, org.apache.maven.execution.MavenSession, java.lang.ClassLoader, java.util.List, java.util.List)"><code>MavenPluginManagerHelper.setupPluginRealm(...)</code></a> to protect from core API change)</li>
- <li>setup the mojo using <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true#getConfiguredMojo(java.lang.Class, org.apache.maven.execution.MavenSession, org.apache.maven.plugin.MojoExecution)" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager.getConfiguredMojo(...)</code></a></li>
- <li>verify with <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/lifecycle/LifecycleExecutor.html?is-external=true#calculateForkedExecutions(org.apache.maven.plugin.MojoExecution, org.apache.maven.execution.MavenSession)" title="class or interface in org.apache.maven.lifecycle"><code>LifecycleExecutor.calculateForkedExecutions(...)</code></a> if any forked execution is needed: if yes, execute the forked
+ <a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#setupPluginRealm(org.apache.maven.plugin.descriptor.PluginDescriptor,%20org.apache.maven.execution.MavenSession,%20java.lang.ClassLoader,%20java.util.List,%20java.util.List)"><code>MavenPluginManagerHelper.setupPluginRealm(...)</code></a> to protect from core API change)</li>
+ <li>setup the mojo using <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true#getConfiguredMojo(java.lang.Class,%20org.apache.maven.execution.MavenSession,%20org.apache.maven.plugin.MojoExecution)" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager.getConfiguredMojo(...)</code></a></li>
+ <li>verify with <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/lifecycle/LifecycleExecutor.html?is-external=true#calculateForkedExecutions(org.apache.maven.plugin.MojoExecution,%20org.apache.maven.execution.MavenSession)" title="class or interface in org.apache.maven.lifecycle"><code>LifecycleExecutor.calculateForkedExecutions(...)</code></a> if any forked execution is needed: if yes, execute the forked
  execution here</li>
  </ul>
  </p></div>
@@ -202,19 +203,19 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><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/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html#buildMavenReports(org.apache.maven.reporting.exec.MavenReportExecutorRequest)">buildMavenReports</a></strong>(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)</code>
 <div class="block">Build the <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>s, with associated forked executions if necessary.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <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/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html#buildReportPlugin(org.apache.maven.reporting.exec.MavenReportExecutorRequest, org.apache.maven.reporting.exec.ReportPlugin)">buildReportPlugin</a></strong>(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest,
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html#buildReportPlugin(org.apache.maven.reporting.exec.MavenReportExecutorRequest,%20org.apache.maven.reporting.exec.ReportPlugin)">buildReportPlugin</a></strong>(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest,
                  <a href="../../../../../org/apache/maven/reporting/exec/ReportPlugin.html" title="class in org.apache.maven.reporting.exec">ReportPlugin</a>&nbsp;reportPlugin)</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/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/reporting/exec/DefaultMavenReportExecutor.html#resolvePluginVersion(org.apache.maven.reporting.exec.ReportPlugin, org.apache.maven.reporting.exec.MavenReportExecutorRequest)">resolvePluginVersion</a></strong>(<a href="../../../../../org/apache/maven/reporting/exec/ReportPlugin.html" title="class in org.apache.maven.reporting.exec">ReportPlugin</a>&nbsp;reportPlugin,
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/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/reporting/exec/DefaultMavenReportExecutor.html#resolvePluginVersion(org.apache.maven.reporting.exec.ReportPlugin,%20org.apache.maven.reporting.exec.MavenReportExecutorRequest)">resolvePluginVersion</a></strong>(<a href="../../../../../org/apache/maven/reporting/exec/ReportPlugin.html" title="class in org.apache.maven.reporting.exec">ReportPlugin</a>&nbsp;reportPlugin,
                     <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)</code>
 <div class="block">Resolve report plugin version.</div>
 </td>
@@ -224,8 +225,8 @@ implements <a href="../../../../../org/a
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -247,7 +248,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>mavenPluginManager</h4>
-<pre><a href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Requirement.html?is-external=true" title="class or interface in org.codehaus.plexus.component.annotations">@Requirement</a>
+<pre>@Requirement
 protected&nbsp;<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true" title="class or interface in org.apache.maven.plugin">MavenPluginManager</a> mavenPluginManager</pre>
 </li>
 </ul>
@@ -257,7 +258,7 @@ protected&nbsp;<a href="http://maven.apa
 <ul class="blockList">
 <li class="blockList">
 <h4>mavenPluginManagerHelper</h4>
-<pre><a href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Requirement.html?is-external=true" title="class or interface in org.codehaus.plexus.component.annotations">@Requirement</a>
+<pre>@Requirement
 protected&nbsp;<a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html" title="interface in org.apache.maven.reporting.exec">MavenPluginManagerHelper</a> mavenPluginManagerHelper</pre>
 </li>
 </ul>
@@ -267,7 +268,7 @@ protected&nbsp;<a href="../../../../../o
 <ul class="blockList">
 <li class="blockList">
 <h4>lifecycleExecutor</h4>
-<pre><a href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Requirement.html?is-external=true" title="class or interface in org.codehaus.plexus.component.annotations">@Requirement</a>
+<pre>@Requirement
 protected&nbsp;<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/lifecycle/LifecycleExecutor.html?is-external=true" title="class or interface in org.apache.maven.lifecycle">LifecycleExecutor</a> lifecycleExecutor</pre>
 </li>
 </ul>
@@ -277,7 +278,7 @@ protected&nbsp;<a href="http://maven.apa
 <ul class="blockListLast">
 <li class="blockList">
 <h4>pluginVersionResolver</h4>
-<pre><a href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Requirement.html?is-external=true" title="class or interface in org.codehaus.plexus.component.annotations">@Requirement</a>
+<pre>@Requirement
 protected&nbsp;<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/version/PluginVersionResolver.html?is-external=true" title="class or interface in org.apache.maven.plugin.version">PluginVersionResolver</a> pluginVersionResolver</pre>
 </li>
 </ul>
@@ -312,7 +313,7 @@ protected&nbsp;<a href="http://maven.apa
 <ul class="blockList">
 <li class="blockList">
 <h4>buildMavenReports</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;<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;&nbsp;buildMavenReports(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;&nbsp;buildMavenReports(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)
                                              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></pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutor.html#buildMavenReports(org.apache.maven.reporting.exec.MavenReportExecutorRequest)">MavenReportExecutor</a></code></strong></div>
 <div class="block">Build the <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>s, with associated forked executions if necessary.</div>
@@ -330,11 +331,11 @@ protected&nbsp;<a href="http://maven.apa
 <ul class="blockList">
 <li class="blockList">
 <h4>buildReportPlugin</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/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;&nbsp;buildReportPlugin(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest,
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;&nbsp;buildReportPlugin(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest,
                                            <a href="../../../../../org/apache/maven/reporting/exec/ReportPlugin.html" title="class in org.apache.maven.reporting.exec">ReportPlugin</a>&nbsp;reportPlugin)
-                                                throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+                                                throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
 </li>
 </ul>
 <a name="resolvePluginVersion(org.apache.maven.reporting.exec.ReportPlugin, org.apache.maven.reporting.exec.MavenReportExecutorRequest)">
@@ -343,7 +344,7 @@ protected&nbsp;<a href="http://maven.apa
 <ul class="blockListLast">
 <li class="blockList">
 <h4>resolvePluginVersion</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resolvePluginVersion(<a href="../../../../../org/apache/maven/reporting/exec/ReportPlugin.html" title="class in org.apache.maven.reporting.exec">ReportPlugin</a>&nbsp;reportPlugin,
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resolvePluginVersion(<a href="../../../../../org/apache/maven/reporting/exec/ReportPlugin.html" title="class in org.apache.maven.reporting.exec">ReportPlugin</a>&nbsp;reportPlugin,
                           <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)
                                throws <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/version/PluginVersionResolutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin.version">PluginVersionResolutionException</a></pre>
 <div class="block">Resolve report plugin version. Steps to find a plugin version stop after each step if a non <code>null</code>
@@ -427,6 +428,6 @@ protected&nbsp;<a href="http://maven.apa
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="https://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/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenPluginManagerHelper.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenPluginManagerHelper.html (original)
+++ websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenPluginManagerHelper.html Wed Oct 19 17:10:37 2016
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MavenPluginManagerHelper (Apache Maven Reporting Executor 1.2 API)</title>
+<title>MavenPluginManagerHelper (Apache Maven Reporting Executor 1.2.1-SNAPSHOT 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="MavenPluginManagerHelper (Apache Maven Reporting Executor 1.2 API)";
+        parent.document.title="MavenPluginManagerHelper (Apache Maven Reporting Executor 1.2.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -91,9 +91,9 @@
 <hr>
 <br>
 <pre>public interface <span class="strong">MavenPluginManagerHelper</span></pre>
-<div class="block"><a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager</code></a> helper to deal with API changes between Maven 3.0.x and 3.1.x, ie switch from Sonatype Aether
- (in <code>org.sonatype.aether</code> package) to Eclipse Aether (in <code>org.eclipse.aether</code> package) for
- some parameters.</div>
+<div class="block"><a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager</code></a> helper to deal with API changes between Maven 3.0.x and 3.1.x, ie
+ switch from Sonatype Aether (in <code>org.sonatype.aether</code> package) to Eclipse Aether (in
+ <code>org.eclipse.aether</code> package) for some parameters.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>1.1</dd>
 <dt><span class="strong">Author:</span></dt>
@@ -118,19 +118,19 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/PluginDescriptor.html?is-external=true" title="class or interface in org.apache.maven.plugin.descriptor">PluginDescriptor</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#getPluginDescriptor(org.apache.maven.model.Plugin, org.apache.maven.execution.MavenSession)">getPluginDescriptor</a></strong>(<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model">Plugin</a>&nbsp;plugin,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#getPluginDescriptor(org.apache.maven.model.Plugin,%20org.apache.maven.execution.MavenSession)">getPluginDescriptor</a></strong>(<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model">Plugin</a>&nbsp;plugin,
                    <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session)</code>
-<div class="block">Helper for <code>MavenPluginManager#getPluginDescriptor(Plugin, List, org.eclipse.aether.RepositorySystemSession)</code></div>
+<div class="block">Helper for <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true#getPluginDescriptor(org.apache.maven.model.Plugin,%20java.util.List,%20org.sonatype.aether.RepositorySystemSession)" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager#getPluginDescriptor(Plugin, List, xxx.aether.RepositorySystemSession)</code></a></div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#setupPluginRealm(org.apache.maven.plugin.descriptor.PluginDescriptor, org.apache.maven.execution.MavenSession, java.lang.ClassLoader, java.util.List, java.util.List)">setupPluginRealm</a></strong>(<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/PluginDescriptor.html?is-external=true" title="class or interface in org.apache.maven.plugin.descriptor">PluginDescriptor</a>&nbsp;pluginDescriptor,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#setupPluginRealm(org.apache.maven.plugin.descriptor.PluginDescriptor,%20org.apache.maven.execution.MavenSession,%20java.lang.ClassLoader,%20java.util.List,%20java.util.List)">setupPluginRealm</a></strong>(<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/PluginDescriptor.html?is-external=true" title="class or interface in org.apache.maven.plugin.descriptor">PluginDescriptor</a>&nbsp;pluginDescriptor,
                 <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-                <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;parent,
-                <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/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;imports,
-                <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/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;excludeArtifactIds)</code>
-<div class="block">Helper for {@link MavenPluginManager#setupPluginRealm(PluginDescriptor, MavenSession, ClassLoader, List, org.eclipse.aether.graph.DependencyFilter)</div>
+                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;parent,
+                <a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;imports,
+                <a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;excludeArtifactIds)</code>
+<div class="block">Helper for <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true#setupPluginRealm(org.apache.maven.plugin.descriptor.PluginDescriptor,%20org.apache.maven.execution.MavenSession,%20java.lang.ClassLoader,%20java.util.List,%20org.sonatype.aether.graph.DependencyFilter)" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager#setupPluginRealm(PluginDescriptor, ..., List, xxx.aether.graph.DependencyFilter)</code></a></div>
 </td>
 </tr>
 </table>
@@ -159,7 +159,7 @@
                                      throws <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/PluginResolutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">PluginResolutionException</a>,
                                             <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/PluginDescriptorParsingException.html?is-external=true" title="class or interface in org.apache.maven.plugin">PluginDescriptorParsingException</a>,
                                             <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/InvalidPluginDescriptorException.html?is-external=true" title="class or interface in org.apache.maven.plugin">InvalidPluginDescriptorException</a></pre>
-<div class="block">Helper for <code>MavenPluginManager#getPluginDescriptor(Plugin, List, org.eclipse.aether.RepositorySystemSession)</code></div>
+<div class="block">Helper for <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true#getPluginDescriptor(org.apache.maven.model.Plugin,%20java.util.List,%20org.sonatype.aether.RepositorySystemSession)" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager#getPluginDescriptor(Plugin, List, xxx.aether.RepositorySystemSession)</code></a></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>plugin</code> - </dd><dd><code>session</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd></dd>
 <dt><span class="strong">Throws:</span></dt>
@@ -176,12 +176,12 @@
 <h4>setupPluginRealm</h4>
 <pre>void&nbsp;setupPluginRealm(<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/PluginDescriptor.html?is-external=true" title="class or interface in org.apache.maven.plugin.descriptor">PluginDescriptor</a>&nbsp;pluginDescriptor,
                     <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
-                    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;parent,
-                    <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/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;imports,
-                    <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/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;excludeArtifactIds)
+                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;parent,
+                    <a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;imports,
+                    <a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;excludeArtifactIds)
                       throws <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/PluginResolutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">PluginResolutionException</a>,
                              <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/PluginContainerException.html?is-external=true" title="class or interface in org.apache.maven.plugin">PluginContainerException</a></pre>
-<div class="block">Helper for {@link MavenPluginManager#setupPluginRealm(PluginDescriptor, MavenSession, ClassLoader, List, org.eclipse.aether.graph.DependencyFilter)</div>
+<div class="block">Helper for <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html?is-external=true#setupPluginRealm(org.apache.maven.plugin.descriptor.PluginDescriptor,%20org.apache.maven.execution.MavenSession,%20java.lang.ClassLoader,%20java.util.List,%20org.sonatype.aether.graph.DependencyFilter)" title="class or interface in org.apache.maven.plugin"><code>MavenPluginManager#setupPluginRealm(PluginDescriptor, ..., List, xxx.aether.graph.DependencyFilter)</code></a></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>pluginDescriptor</code> - </dd><dd><code>session</code> - </dd><dd><code>parent</code> - </dd><dd><code>imports</code> - </dd><dd><code>excludeArtifactIds</code> - </dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/PluginResolutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">PluginResolutionException</a></code></dd>
@@ -254,6 +254,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="https://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/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecution.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecution.html (original)
+++ websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecution.html Wed Oct 19 17:10:37 2016
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MavenReportExecution (Apache Maven Reporting Executor 1.2 API)</title>
+<title>MavenReportExecution (Apache Maven Reporting Executor 1.2.1-SNAPSHOT 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="MavenReportExecution (Apache Maven Reporting Executor 1.2 API)";
+        parent.document.title="MavenReportExecution (Apache Maven Reporting Executor 1.2.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -82,7 +82,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.reporting.exec.MavenReportExecution</li>
@@ -95,21 +95,21 @@
 <hr>
 <br>
 <pre>public class <span class="strong">MavenReportExecution</span>
-extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block"><p>
    Since Maven 3, reporting plugins (ie <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>s) are not anymore prepared by Maven core.
    This class will store all necessary information for later <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a> generation/execution:
    <ul>
      <li>a <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>,</li>
      <li>the goal name associated to the report,</li>
-     <li>the associated <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a> for the report generation,</li>
+     <li>the associated <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a> for the report generation,</li>
      <li>the <a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model"><code>Plugin</code></a> associated to the <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>.</li>
    </ul> 
  </p>
  <p>
    With this bean, a plugin wanting to generate a report (= <i>"execute"</i> the report) has to call the
-   <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true#generate(org.codehaus.doxia.sink.Sink, java.util.Locale)" title="class or interface in org.apache.maven.reporting"><code>MavenReport.generate(org.codehaus.doxia.sink.Sink, java.util.Locale)</code></a>
-   method, setting the current <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html?is-external=true" title="class or interface in java.lang"><code>Thread</code></a> classLoader first with <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#classLoader"><code>classLoader</code></a>.
+   <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true#generate(org.codehaus.doxia.sink.Sink,%20java.util.Locale)" title="class or interface in org.apache.maven.reporting"><code>MavenReport.generate(org.codehaus.doxia.sink.Sink, java.util.Locale)</code></a>
+   method, setting the current <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Thread.html?is-external=true" title="class or interface in java.lang"><code>Thread</code></a> classLoader first with <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#classLoader"><code>classLoader</code></a>.
  </p>
  <p>
    This bean is instantiated by <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutor.html" title="interface in org.apache.maven.reporting.exec"><code>MavenReportExecutor</code></a>.
@@ -137,15 +137,15 @@ extends <a href="http://docs.oracle.com/
 <td class="colOne"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#MavenReportExecution(org.apache.maven.reporting.MavenReport)">MavenReportExecution</a></strong>(<a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;mavenReport)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#MavenReportExecution(org.apache.maven.model.Plugin, org.apache.maven.reporting.MavenReport, java.lang.ClassLoader)">MavenReportExecution</a></strong>(<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model">Plugin</a>&nbsp;plugin,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#MavenReportExecution(org.apache.maven.model.Plugin,%20org.apache.maven.reporting.MavenReport,%20java.lang.ClassLoader)">MavenReportExecution</a></strong>(<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model">Plugin</a>&nbsp;plugin,
                     <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;mavenReport,
-                    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
+                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#MavenReportExecution(java.lang.String, org.apache.maven.model.Plugin, org.apache.maven.reporting.MavenReport, java.lang.ClassLoader)">MavenReportExecution</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;goal,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#MavenReportExecution(java.lang.String,%20org.apache.maven.model.Plugin,%20org.apache.maven.reporting.MavenReport,%20java.lang.ClassLoader)">MavenReportExecution</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                     <a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model">Plugin</a>&nbsp;plugin,
                     <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;mavenReport,
-                    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
+                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -169,11 +169,11 @@ extends <a href="http://docs.oracle.com/
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#getClassLoader()">getClassLoader</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><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="colFirst"><code><a href="http://docs.oracle.com/javase/7/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/reporting/exec/MavenReportExecution.html#getGoal()">getGoal</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -186,7 +186,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#setClassLoader(java.lang.ClassLoader)">setClassLoader</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html#setClassLoader(java.lang.ClassLoader)">setClassLoader</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -201,8 +201,8 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -224,10 +224,10 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>MavenReportExecution</h4>
-<pre>public&nbsp;MavenReportExecution(<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;goal,
+<pre>public&nbsp;MavenReportExecution(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goal,
                     <a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model">Plugin</a>&nbsp;plugin,
                     <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;mavenReport,
-                    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
+                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
 </li>
 </ul>
 <a name="MavenReportExecution(org.apache.maven.model.Plugin, org.apache.maven.reporting.MavenReport, java.lang.ClassLoader)">
@@ -238,7 +238,7 @@ extends <a href="http://docs.oracle.com/
 <h4>MavenReportExecution</h4>
 <pre>public&nbsp;MavenReportExecution(<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Plugin.html?is-external=true" title="class or interface in org.apache.maven.model">Plugin</a>&nbsp;plugin,
                     <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;mavenReport,
-                    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
+                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
 </li>
 </ul>
 <a name="MavenReportExecution(org.apache.maven.reporting.MavenReport)">
@@ -293,7 +293,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getClassLoader</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;getClassLoader()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;getClassLoader()</pre>
 </li>
 </ul>
 <a name="setClassLoader(java.lang.ClassLoader)">
@@ -302,7 +302,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setClassLoader</h4>
-<pre>public&nbsp;void&nbsp;setClassLoader(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
+<pre>public&nbsp;void&nbsp;setClassLoader(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
 </li>
 </ul>
 <a name="setPlugin(org.apache.maven.model.Plugin)">
@@ -329,7 +329,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getGoal</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getGoal()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getGoal()</pre>
 </li>
 </ul>
 </li>
@@ -398,6 +398,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="https://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/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecutor.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecutor.html (original)
+++ websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecutor.html Wed Oct 19 17:10:37 2016
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MavenReportExecutor (Apache Maven Reporting Executor 1.2 API)</title>
+<title>MavenReportExecutor (Apache Maven Reporting Executor 1.2.1-SNAPSHOT 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="MavenReportExecutor (Apache Maven Reporting Executor 1.2 API)";
+        parent.document.title="MavenReportExecutor (Apache Maven Reporting Executor 1.2.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -91,11 +91,13 @@
 <hr>
 <br>
 <pre>public interface <span class="strong">MavenReportExecutor</span></pre>
-<div class="block">This component will prepare <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>s for later generation.
- If a <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a> needs to fork a goal or a lifecycle phase, this fork is executed.
- <p>Notice that Maven Reports are classical <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><code>Mojos</code></a> implementing
- the <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a> interface: when used as reports, their <code>Mojo.execute()</code> method is
- not to be used but <code>MavenReport.generate()</code>.</p></div>
+<div class="block">This component will prepare <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>s for later generation. If a
+ <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a> needs to fork a goal or a lifecycle phase, this fork is executed.
+ <p>
+ Notice that Maven Reports are classical <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><code>Mojos</code></a> implementing the
+ <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a> interface: when used as reports, their <code>Mojo.execute()</code>
+ method is not to be used but <code>MavenReport.generate()</code>.
+ </p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Olivier Lamy</dd></dl>
 </li>
@@ -117,7 +119,7 @@
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><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/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutor.html#buildMavenReports(org.apache.maven.reporting.exec.MavenReportExecutorRequest)">buildMavenReports</a></strong>(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)</code>
 <div class="block">Build the <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>s, with associated forked executions if necessary.</div>
 </td>
@@ -143,7 +145,7 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>buildMavenReports</h4>
-<pre><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/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;&nbsp;buildMavenReports(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec">MavenReportExecution</a>&gt;&nbsp;buildMavenReports(<a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutorRequest.html" title="class in org.apache.maven.reporting.exec">MavenReportExecutorRequest</a>&nbsp;mavenReportExecutorRequest)
                                              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></pre>
 <div class="block">Build the <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting"><code>MavenReport</code></a>s, with associated forked executions if necessary.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mavenReportExecutorRequest</code> - </dd>
@@ -218,6 +220,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="https://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/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecutorRequest.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecutorRequest.html (original)
+++ websites/production/maven/components/shared-archives/maven-reporting-exec-LATEST/apidocs/org/apache/maven/reporting/exec/MavenReportExecutorRequest.html Wed Oct 19 17:10:37 2016
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MavenReportExecutorRequest (Apache Maven Reporting Executor 1.2 API)</title>
+<title>MavenReportExecutorRequest (Apache Maven Reporting Executor 1.2.1-SNAPSHOT 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="MavenReportExecutorRequest (Apache Maven Reporting Executor 1.2 API)";
+        parent.document.title="MavenReportExecutorRequest (Apache Maven Reporting Executor 1.2.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -82,7 +82,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.reporting.exec.MavenReportExecutorRequest</li>
@@ -95,7 +95,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">MavenReportExecutorRequest</span>
-extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Bean which contains necessary informations to build <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecution.html" title="class in org.apache.maven.reporting.exec"><code>MavenReportExecution</code></a> with <a href="../../../../../org/apache/maven/reporting/exec/MavenReportExecutor.html" title="interface in org.apache.maven.reporting.exec"><code>MavenReportExecutor</code></a>: 
  the intent is to store some informations regarding the current Maven execution.</div>
 <dl><dt><span class="strong">Version:</span></dt>
@@ -174,8 +174,8 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -346,6 +346,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file