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 2017/08/13 12:02:03 UTC

svn commit: r1016737 [4/24] - in /websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/assembly/ apidocs/org/apache/maven/plugins/assembly/archive/ apidocs/org/apache/maven/plu...

Modified: websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/ComponentsXmlArchiverFileFilter.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/ComponentsXmlArchiverFileFilter.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/ComponentsXmlArchiverFileFilter.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -95,7 +95,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, org.codehaus.plexus.components.io.fileselectors.FileSelector</dd>
+<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></dd>
 </dl>
 <hr>
 <br>
@@ -137,8 +137,8 @@ implements <a href="../../../../../../or
 <li class="blockList"><a name="fields_inherited_from_class_org.codehaus.plexus.components.io.fileselectors.FileSelector">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.FileSelector</h3>
-<code>DEFAULT_ROLE_HINT, ROLE</code></li>
+<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></h3>
+<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#DEFAULT_ROLE_HINT" title="class or interface in org.codehaus.plexus.components.io.fileselectors">DEFAULT_ROLE_HINT</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#ROLE" title="class or interface in org.codehaus.plexus.components.io.fileselectors">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -185,7 +185,7 @@ implements <a href="../../../../../../or
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ComponentsXmlArchiverFileFilter.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ComponentsXmlArchiverFileFilter.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -277,11 +277,11 @@ implements <a href="../../../../../../or
 <li class="blockList">
 <h4>isSelected</h4>
 <pre>public&nbsp;boolean&nbsp;isSelected(<a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                 org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)
+                 <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)
                    throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>isSelected</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.components.io.fileselectors.FileSelector</code></dd>
+<dd><code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)" title="class or interface in org.codehaus.plexus.components.io.fileselectors">isSelected</a></code>&nbsp;in interface&nbsp;<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
@@ -366,6 +366,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -87,7 +87,7 @@
 <li class="blockList">
 <dl>
 <dt>All Superinterfaces:</dt>
-<dd><a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, org.codehaus.plexus.components.io.fileselectors.FileSelector</dd>
+<dd><a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></dd>
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public interface <span class="strong">ContainerDescriptorHandler</span>
-extends <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, org.codehaus.plexus.components.io.fileselectors.FileSelector</pre>
+extends <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></pre>
 <dl><dt><span class="strong">Version:</span></dt>
   <dd>$Id$</dd></dl>
 </li>
@@ -115,8 +115,8 @@ extends <a href="http://codehaus-plexus.
 <li class="blockList"><a name="fields_inherited_from_class_org.codehaus.plexus.components.io.fileselectors.FileSelector">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.FileSelector</h3>
-<code>DEFAULT_ROLE_HINT, ROLE</code></li>
+<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></h3>
+<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#DEFAULT_ROLE_HINT" title="class or interface in org.codehaus.plexus.components.io.fileselectors">DEFAULT_ROLE_HINT</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#ROLE" title="class or interface in org.codehaus.plexus.components.io.fileselectors">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -137,8 +137,8 @@ extends <a href="http://codehaus-plexus.
 <li class="blockList"><a name="methods_inherited_from_class_org.codehaus.plexus.components.io.fileselectors.FileSelector">
 <!--   -->
 </a>
-<h3>Methods inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.FileSelector</h3>
-<code>isSelected</code></li>
+<h3>Methods inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></h3>
+<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)" title="class or interface in org.codehaus.plexus.components.io.fileselectors">isSelected</a></code></li>
 </ul>
 </li>
 </ul>
@@ -207,6 +207,6 @@ extends <a href="http://codehaus-plexus.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MetaInfServicesHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>MetaInfServicesHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MetaInfServicesHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="MetaInfServicesHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -95,7 +95,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, org.codehaus.plexus.components.io.fileselectors.FileSelector</dd>
+<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></dd>
 </dl>
 <hr>
 <br>
@@ -120,8 +120,8 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="fields_inherited_from_class_org.codehaus.plexus.components.io.fileselectors.FileSelector">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.FileSelector</h3>
-<code>DEFAULT_ROLE_HINT, ROLE</code></li>
+<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></h3>
+<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#DEFAULT_ROLE_HINT" title="class or interface in org.codehaus.plexus.components.io.fileselectors">DEFAULT_ROLE_HINT</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#ROLE" title="class or interface in org.codehaus.plexus.components.io.fileselectors">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -156,7 +156,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html#fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo)">fileMatches</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html#fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo)">fileMatches</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -172,7 +172,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <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/plugins/assembly/filter/MetaInfServicesHandler.html#getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo)">getOutputPathPrefix</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html#getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo)">getOutputPathPrefix</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <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="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;</code></td>
@@ -180,7 +180,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -231,7 +231,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getOutputPathPrefix</h4>
-<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;getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</pre>
+<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;getOutputPathPrefix(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</pre>
 </li>
 </ul>
 <a name="fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo)">
@@ -240,7 +240,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>fileMatches</h4>
-<pre>protected&nbsp;boolean&nbsp;fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</pre>
+<pre>protected&nbsp;boolean&nbsp;fileMatches(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</pre>
 </li>
 </ul>
 <a name="finalizeArchiveCreation(org.codehaus.plexus.archiver.Archiver)">
@@ -289,11 +289,11 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>isSelected</h4>
 <pre>public&nbsp;boolean&nbsp;isSelected(<a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                 org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)
+                 <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)
                    throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>isSelected</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.components.io.fileselectors.FileSelector</code></dd>
+<dd><code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)" title="class or interface in org.codehaus.plexus.components.io.fileselectors">isSelected</a></code>&nbsp;in interface&nbsp;<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
@@ -383,6 +383,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MetaInfSpringHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>MetaInfSpringHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MetaInfSpringHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="MetaInfSpringHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -95,7 +95,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, org.codehaus.plexus.components.io.fileselectors.FileSelector</dd>
+<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></dd>
 </dl>
 <hr>
 <br>
@@ -120,8 +120,8 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="fields_inherited_from_class_org.codehaus.plexus.components.io.fileselectors.FileSelector">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.FileSelector</h3>
-<code>DEFAULT_ROLE_HINT, ROLE</code></li>
+<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></h3>
+<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#DEFAULT_ROLE_HINT" title="class or interface in org.codehaus.plexus.components.io.fileselectors">DEFAULT_ROLE_HINT</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#ROLE" title="class or interface in org.codehaus.plexus.components.io.fileselectors">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -156,7 +156,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html#fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo)">fileMatches</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html#fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo)">fileMatches</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -172,7 +172,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <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/plugins/assembly/filter/MetaInfSpringHandler.html#getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo)">getOutputPathPrefix</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html#getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo)">getOutputPathPrefix</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <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="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;</code></td>
@@ -180,7 +180,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -231,7 +231,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getOutputPathPrefix</h4>
-<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;getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</pre>
+<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;getOutputPathPrefix(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</pre>
 </li>
 </ul>
 <a name="fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo)">
@@ -240,7 +240,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>fileMatches</h4>
-<pre>protected&nbsp;boolean&nbsp;fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</pre>
+<pre>protected&nbsp;boolean&nbsp;fileMatches(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</pre>
 </li>
 </ul>
 <a name="finalizeArchiveCreation(org.codehaus.plexus.archiver.Archiver)">
@@ -289,11 +289,11 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>isSelected</h4>
 <pre>public&nbsp;boolean&nbsp;isSelected(<a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                 org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)
+                 <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)
                    throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>isSelected</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.components.io.fileselectors.FileSelector</code></dd>
+<dd><code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)" title="class or interface in org.codehaus.plexus.components.io.fileselectors">isSelected</a></code>&nbsp;in interface&nbsp;<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
@@ -383,6 +383,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/SimpleAggregatingDescriptorHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/SimpleAggregatingDescriptorHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/SimpleAggregatingDescriptorHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -95,7 +95,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, org.codehaus.plexus.components.io.fileselectors.FileSelector, org.codehaus.plexus.logging.LogEnabled</dd>
+<dd><a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>, <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a>, org.codehaus.plexus.logging.LogEnabled</dd>
 </dl>
 <hr>
 <br>
@@ -123,8 +123,8 @@ implements <a href="../../../../../../or
 <li class="blockList"><a name="fields_inherited_from_class_org.codehaus.plexus.components.io.fileselectors.FileSelector">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.FileSelector</h3>
-<code>DEFAULT_ROLE_HINT, ROLE</code></li>
+<h3>Fields inherited from interface&nbsp;org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></h3>
+<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#DEFAULT_ROLE_HINT" title="class or interface in org.codehaus.plexus.components.io.fileselectors">DEFAULT_ROLE_HINT</a>, <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#ROLE" title="class or interface in org.codehaus.plexus.components.io.fileselectors">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -187,7 +187,7 @@ implements <a href="../../../../../../or
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/SimpleAggregatingDescriptorHandler.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/filter/SimpleAggregatingDescriptorHandler.html#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)">isSelected</a></strong>(<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -282,11 +282,11 @@ implements <a href="../../../../../../or
 <li class="blockList">
 <h4>isSelected</h4>
 <pre>public&nbsp;boolean&nbsp;isSelected(<a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                 org.codehaus.plexus.components.io.fileselectors.FileInfo&nbsp;fileInfo)
+                 <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileInfo.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileInfo</a>&nbsp;fileInfo)
                    throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>isSelected</code>&nbsp;in interface&nbsp;<code>org.codehaus.plexus.components.io.fileselectors.FileSelector</code></dd>
+<dd><code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true#isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo)" title="class or interface in org.codehaus.plexus.components.io.fileselectors">isSelected</a></code>&nbsp;in interface&nbsp;<code><a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
@@ -416,6 +416,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/ComponentsXmlArchiverFileFilter.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/ComponentsXmlArchiverFileFilter.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/ComponentsXmlArchiverFileFilter.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugins.assembly.filter.ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.plugins.assembly.filter.ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.ComponentsXmlArchiverFileFilter (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/ContainerDescriptorHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/ContainerDescriptorHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/ContainerDescriptorHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.plugins.assembly.filter.ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.maven.plugins.assembly.filter.ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.plugins.assembly.filter.ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Interface org.apache.maven.plugins.assembly.filter.ContainerDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -131,7 +131,7 @@
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/plugins/assembly/archive/archiver/AssemblyProxyArchiver.html#AssemblyProxyArchiver(java.lang.String,%20org.codehaus.plexus.archiver.Archiver,%20java.util.List,%20java.util.List,%20java.util.List,%20java.io.File,%20org.codehaus.plexus.logging.Logger)">AssemblyProxyArchiver</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;rootPrefix,
                      <a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">Archiver</a>&nbsp;delegate,
                      <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/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter">ContainerDescriptorHandler</a>&gt;&nbsp;containerDescriptorHandlers,
-                     <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;org.codehaus.plexus.components.io.fileselectors.FileSelector&gt;&nbsp;extraSelectors,
+                     <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://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a>&gt;&nbsp;extraSelectors,
                      <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://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>&gt;&nbsp;extraFinalizers,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;assemblyWorkDir,
                      org.codehaus.plexus.logging.Logger&nbsp;logger)</code>&nbsp;</td>
@@ -220,6 +220,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/MetaInfServicesHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/MetaInfServicesHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/MetaInfServicesHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfServicesHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfServicesHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfServicesHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfServicesHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/MetaInfSpringHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/MetaInfSpringHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/MetaInfSpringHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfSpringHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfSpringHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfSpringHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.MetaInfSpringHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/SimpleAggregatingDescriptorHandler.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/SimpleAggregatingDescriptorHandler.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/class-use/SimpleAggregatingDescriptorHandler.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugins.assembly.filter.SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.plugins.assembly.filter.SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.filter.SimpleAggregatingDescriptorHandler (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-frame.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-frame.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-frame.html Sun Aug 13 12:01:54 2017
@@ -2,8 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-summary.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -157,6 +157,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-tree.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-tree.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-tree.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugins.assembly.filter Class Hierarchy (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.assembly.filter Class Hierarchy (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.assembly.filter Class Hierarchy (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="org.apache.maven.plugins.assembly.filter Class Hierarchy (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -84,10 +84,10 @@
 <ul>
 <li type="circle">org.codehaus.plexus.archiver.<a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver"><span class="strong">ArchiveFinalizer</span></a>
 <ul>
-<li type="circle">org.apache.maven.plugins.assembly.filter.<a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter"><span class="strong">ContainerDescriptorHandler</span></a> (also extends org.codehaus.plexus.components.io.fileselectors.FileSelector)</li>
+<li type="circle">org.apache.maven.plugins.assembly.filter.<a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter"><span class="strong">ContainerDescriptorHandler</span></a> (also extends org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors">FileSelector</a>)</li>
 </ul>
 </li>
-<li type="circle">org.codehaus.plexus.components.io.fileselectors.FileSelector
+<li type="circle">org.codehaus.plexus.components.io.fileselectors.<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/fileselectors/FileSelector.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.fileselectors"><span class="strong">FileSelector</span></a>
 <ul>
 <li type="circle">org.apache.maven.plugins.assembly.filter.<a href="../../../../../../org/apache/maven/plugins/assembly/filter/ContainerDescriptorHandler.html" title="interface in org.apache.maven.plugins.assembly.filter"><span class="strong">ContainerDescriptorHandler</span></a> (also extends org.codehaus.plexus.archiver.<a href="http://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ArchiveFinalizer.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver">ArchiveFinalizer</a>)</li>
 </ul>
@@ -139,6 +139,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-use.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-use.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/filter/package-use.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugins.assembly.filter (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -181,6 +181,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/AssemblyFormattingException.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/AssemblyFormattingException.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/AssemblyFormattingException.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AssemblyFormattingException (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AssemblyFormattingException (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AssemblyFormattingException (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="AssemblyFormattingException (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -261,6 +261,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/ReaderFormatter.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/ReaderFormatter.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/ReaderFormatter.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ReaderFormatter (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ReaderFormatter (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ReaderFormatter (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="ReaderFormatter (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -133,7 +133,7 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static org.codehaus.plexus.components.io.functions.InputStreamTransformer</code></td>
+<td class="colFirst"><code>static <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/functions/InputStreamTransformer.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.functions">InputStreamTransformer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugins/assembly/format/ReaderFormatter.html#getFileSetTransformers(org.apache.maven.plugins.assembly.AssemblerConfigurationSource,%20boolean,%20java.lang.String)">getFileSetTransformers</a></strong>(<a href="../../../../../../org/apache/maven/plugins/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugins.assembly">AssemblerConfigurationSource</a>&nbsp;configSource,
                       boolean&nbsp;isFiltered,
                       <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;fileSetLineEnding)</code>&nbsp;</td>
@@ -184,10 +184,10 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>getFileSetTransformers</h4>
 <pre><a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
-public static&nbsp;org.codehaus.plexus.components.io.functions.InputStreamTransformer&nbsp;getFileSetTransformers(<a href="../../../../../../org/apache/maven/plugins/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugins.assembly">AssemblerConfigurationSource</a>&nbsp;configSource,
-                                                                                                 boolean&nbsp;isFiltered,
-                                                                                                 <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;fileSetLineEnding)
-                                                                                                 throws <a href="../../../../../../org/apache/maven/plugins/assembly/format/AssemblyFormattingException.html" title="class in org.apache.maven.plugins.assembly.format">AssemblyFormattingException</a></pre>
+public static&nbsp;<a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/functions/InputStreamTransformer.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.functions">InputStreamTransformer</a>&nbsp;getFileSetTransformers(<a href="../../../../../../org/apache/maven/plugins/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugins.assembly">AssemblerConfigurationSource</a>&nbsp;configSource,
+                                                     boolean&nbsp;isFiltered,
+                                                     <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;fileSetLineEnding)
+                                                     throws <a href="../../../../../../org/apache/maven/plugins/assembly/format/AssemblyFormattingException.html" title="class in org.apache.maven.plugins.assembly.format">AssemblyFormattingException</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="../../../../../../org/apache/maven/plugins/assembly/format/AssemblyFormattingException.html" title="class in org.apache.maven.plugins.assembly.format">AssemblyFormattingException</a></code></dd></dl>
 </li>
@@ -259,6 +259,6 @@ public static&nbsp;org.codehaus.plexus.c
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/class-use/AssemblyFormattingException.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/class-use/AssemblyFormattingException.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/class-use/AssemblyFormattingException.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugins.assembly.format.AssemblyFormattingException (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.plugins.assembly.format.AssemblyFormattingException (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.format.AssemblyFormattingException (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.format.AssemblyFormattingException (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -251,7 +251,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static org.codehaus.plexus.components.io.functions.InputStreamTransformer</code></td>
+<td class="colFirst"><code>static <a href="http://codehaus-plexus.github.io/plexus-io/apidocs/org/codehaus/plexus/components/io/functions/InputStreamTransformer.html?is-external=true" title="class or interface in org.codehaus.plexus.components.io.functions">InputStreamTransformer</a></code></td>
 <td class="colLast"><span class="strong">ReaderFormatter.</span><code><strong><a href="../../../../../../../org/apache/maven/plugins/assembly/format/ReaderFormatter.html#getFileSetTransformers(org.apache.maven.plugins.assembly.AssemblerConfigurationSource,%20boolean,%20java.lang.String)">getFileSetTransformers</a></strong>(<a href="../../../../../../../org/apache/maven/plugins/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugins.assembly">AssemblerConfigurationSource</a>&nbsp;configSource,
                       boolean&nbsp;isFiltered,
                       <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;fileSetLineEnding)</code>&nbsp;</td>
@@ -482,6 +482,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/class-use/ReaderFormatter.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/class-use/ReaderFormatter.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/class-use/ReaderFormatter.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugins.assembly.format.ReaderFormatter (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.plugins.assembly.format.ReaderFormatter (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.format.ReaderFormatter (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.assembly.format.ReaderFormatter (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-frame.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-frame.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-frame.html Sun Aug 13 12:01:54 2017
@@ -2,8 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-summary.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -143,6 +143,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-tree.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-tree.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-tree.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugins.assembly.format Class Hierarchy (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.assembly.format Class Hierarchy (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.assembly.format Class Hierarchy (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="org.apache.maven.plugins.assembly.format Class Hierarchy (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -132,6 +132,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-use.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-use.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/format/package-use.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugins.assembly.format (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -257,6 +257,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <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/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/functions/MavenProjectConsumer.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/functions/MavenProjectConsumer.html (original)
+++ websites/production/maven/components/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugins/assembly/functions/MavenProjectConsumer.html Sun Aug 13 12:01:54 2017
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MavenProjectConsumer (Apache Maven Assembly Plugin 3.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>MavenProjectConsumer (Apache Maven Assembly Plugin 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MavenProjectConsumer (Apache Maven Assembly Plugin 3.0.0 API)";
+        parent.document.title="MavenProjectConsumer (Apache Maven Assembly Plugin 3.1.0 API)";
     }
 //-->
 </script>
@@ -201,6 +201,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file