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 mi...@apache.org on 2022/06/11 13:43:39 UTC

svn commit: r1901828 [5/36] - in /maven/website/components/shared-archives/maven-filtering-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/filtering/ apidocs/org/apache/maven/shared/filtering/class-use/ css/ fonts/ js/ testapidocs/ testapidocs/org/...

Modified: maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFileFilter.html
==============================================================================
--- maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFileFilter.html (original)
+++ maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFileFilter.html Sat Jun 11 13:43:37 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MavenFileFilter (Apache Maven Filtering 3.2.0 API)</title>
+<title>MavenFileFilter (Apache Maven Filtering 3.3.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MavenFileFilter (Apache Maven Filtering 3.2.0 API)";
+            parent.document.title="MavenFileFilter (Apache Maven Filtering 3.3.0 API)";
         }
     }
     catch(err) {
@@ -137,7 +137,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenFileFilter.html#copyFile-java.io.File-java.io.File-boolean-java.util.List-java.lang.String-">copyFile</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
         <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
         boolean&nbsp;filtering,
-        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers,
+        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers,
         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -145,7 +145,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenFileFilter.html#copyFile-java.io.File-java.io.File-boolean-java.util.List-java.lang.String-boolean-">copyFile</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
         <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
         boolean&nbsp;filtering,
-        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers,
+        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers,
         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
         boolean&nbsp;overwrite)</code>&nbsp;</td>
 </tr>
@@ -154,11 +154,11 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenFileFilter.html#copyFile-java.io.File-java.io.File-boolean-org.apache.maven.project.MavenProject-java.util.List-boolean-java.lang.String-org.apache.maven.execution.MavenSession-">copyFile</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
         <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
         boolean&nbsp;filtering,
-        <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+        org.apache.maven.project.MavenProject&nbsp;mavenProject,
         <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
         boolean&nbsp;escapedBackslashesInFilePath,
         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-        <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession)</code>
+        org.apache.maven.execution.MavenSession&nbsp;mavenSession)</code>
 <div class="block">Will copy a file with some filtering using defaultFilterWrappers.</div>
 </td>
 </tr>
@@ -197,11 +197,11 @@ extends <a href="../../../../../org/apac
 <pre>void&nbsp;copyFile(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
               boolean&nbsp;filtering,
-              <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+              org.apache.maven.project.MavenProject&nbsp;mavenProject,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
               boolean&nbsp;escapedBackslashesInFilePath,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-              <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession)
+              org.apache.maven.execution.MavenSession&nbsp;mavenSession)
        throws <a href="../../../../../org/apache/maven/shared/filtering/MavenFilteringException.html" title="class in org.apache.maven.shared.filtering">MavenFilteringException</a></pre>
 <div class="block">Will copy a file with some filtering using defaultFilterWrappers.</div>
 <dl>
@@ -209,8 +209,8 @@ extends <a href="../../../../../org/apac
 <dd><code>from</code> - file to copy/filter</dd>
 <dd><code>to</code> - destination file</dd>
 <dd><code>filtering</code> - enable or not filtering</dd>
-<dd><code>mavenProject</code> - <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project"><code>MavenProject</code></a></dd>
-<dd><code>mavenSession</code> - <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution"><code>MavenSession</code></a></dd>
+<dd><code>mavenProject</code> - <code>MavenProject</code></dd>
+<dd><code>mavenSession</code> - <code>MavenSession</code></dd>
 <dd><code>escapedBackslashesInFilePath</code> - escape backslashes in file path.</dd>
 <dd><code>filters</code> - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> of String which are path to a Property file</dd>
 <dd><code>encoding</code> - The encoding which is used during the filtering process.</dd>
@@ -248,7 +248,7 @@ extends <a href="../../../../../org/apac
 <pre>void&nbsp;copyFile(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
               boolean&nbsp;filtering,
-              <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers,
+              <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
        throws <a href="../../../../../org/apache/maven/shared/filtering/MavenFilteringException.html" title="class in org.apache.maven.shared.filtering">MavenFilteringException</a></pre>
 <dl>
@@ -272,7 +272,7 @@ extends <a href="../../../../../org/apac
 <pre>void&nbsp;copyFile(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
               boolean&nbsp;filtering,
-              <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers,
+              <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
               boolean&nbsp;overwrite)
        throws <a href="../../../../../org/apache/maven/shared/filtering/MavenFilteringException.html" title="class in org.apache.maven.shared.filtering">MavenFilteringException</a></pre>
@@ -359,6 +359,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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: maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFileFilterRequest.html
==============================================================================
--- maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFileFilterRequest.html (original)
+++ maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFileFilterRequest.html Sat Jun 11 13:43:37 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MavenFileFilterRequest (Apache Maven Filtering 3.2.0 API)</title>
+<title>MavenFileFilterRequest (Apache Maven Filtering 3.3.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MavenFileFilterRequest (Apache Maven Filtering 3.2.0 API)";
+            parent.document.title="MavenFileFilterRequest (Apache Maven Filtering 3.3.0 API)";
         }
     }
     catch(err) {
@@ -147,11 +147,11 @@ extends <a href="../../../../../org/apac
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenFileFilterRequest.html#MavenFileFilterRequest-java.io.File-java.io.File-boolean-org.apache.maven.project.MavenProject-java.util.List-boolean-java.lang.String-org.apache.maven.execution.MavenSession-java.util.Properties-">MavenFileFilterRequest</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
                       <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
                       boolean&nbsp;filtering,
-                      <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+                      org.apache.maven.project.MavenProject&nbsp;mavenProject,
                       <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
                       boolean&nbsp;escapedBackslashesInFilePath,
                       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-                      <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession,
+                      org.apache.maven.execution.MavenSession&nbsp;mavenSession,
                       <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;additionalProperties)</code>&nbsp;</td>
 </tr>
 </table>
@@ -253,11 +253,11 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;MavenFileFilterRequest(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;from,
                               <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;to,
                               boolean&nbsp;filtering,
-                              <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+                              org.apache.maven.project.MavenProject&nbsp;mavenProject,
                               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
                               boolean&nbsp;escapedBackslashesInFilePath,
                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-                              <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession,
+                              org.apache.maven.execution.MavenSession&nbsp;mavenSession,
                               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;additionalProperties)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -455,6 +455,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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: maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFilteringException.html
==============================================================================
--- maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFilteringException.html (original)
+++ maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenFilteringException.html Sat Jun 11 13:43:37 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MavenFilteringException (Apache Maven Filtering 3.2.0 API)</title>
+<title>MavenFilteringException (Apache Maven Filtering 3.3.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MavenFilteringException (Apache Maven Filtering 3.2.0 API)";
+            parent.document.title="MavenFilteringException (Apache Maven Filtering 3.3.0 API)";
         }
     }
     catch(err) {
@@ -309,6 +309,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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: maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenReaderFilter.html
==============================================================================
--- maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenReaderFilter.html (original)
+++ maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenReaderFilter.html Sat Jun 11 13:43:37 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MavenReaderFilter (Apache Maven Filtering 3.2.0 API)</title>
+<title>MavenReaderFilter (Apache Maven Filtering 3.3.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MavenReaderFilter (Apache Maven Filtering 3.2.0 API)";
+            parent.document.title="MavenReaderFilter (Apache Maven Filtering 3.3.0 API)";
         }
     }
     catch(err) {
@@ -144,7 +144,7 @@ extends <a href="../../../../../org/apac
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenReaderFilter.html#filter-java.io.Reader-boolean-java.util.List-">filter</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
       boolean&nbsp;filtering,
-      <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers)</code>
+      <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers)</code>
 <div class="block">Provides a new reader that applies filtering using defaultFilterWrappers.</div>
 </td>
 </tr>
@@ -152,10 +152,10 @@ extends <a href="../../../../../org/apac
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenReaderFilter.html#filter-java.io.Reader-boolean-org.apache.maven.project.MavenProject-java.util.List-boolean-org.apache.maven.execution.MavenSession-">filter</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
       boolean&nbsp;filtering,
-      <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+      org.apache.maven.project.MavenProject&nbsp;mavenProject,
       <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
       boolean&nbsp;escapedBackslashesInFilePath,
-      <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession)</code>
+      org.apache.maven.execution.MavenSession&nbsp;mavenSession)</code>
 <div class="block">Provides a new reader that applies filtering using defaultFilterWrappers.</div>
 </td>
 </tr>
@@ -187,23 +187,20 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>filter</h4>
-<pre><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;filter(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
-                        boolean&nbsp;filtering,
-                        <a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
-                        <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
-                        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
-                        boolean&nbsp;escapedBackslashesInFilePath,
-                        <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession)
-                 throws <a href="../../../../../org/apache/maven/shared/filtering/MavenFilteringException.html" title="class in org.apache.maven.shared.filtering">MavenFilteringException</a></pre>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;filter(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
+              boolean&nbsp;filtering,
+              org.apache.maven.project.MavenProject&nbsp;mavenProject,
+              <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
+              boolean&nbsp;escapedBackslashesInFilePath,
+              org.apache.maven.execution.MavenSession&nbsp;mavenSession)
+       throws <a href="../../../../../org/apache/maven/shared/filtering/MavenFilteringException.html" title="class in org.apache.maven.shared.filtering">MavenFilteringException</a></pre>
 <div class="block">Provides a new reader that applies filtering using defaultFilterWrappers.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>from</code> - the source reader</dd>
 <dd><code>filtering</code> - enable or not filtering</dd>
-<dd><code>mavenProject</code> - <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project"><code>MavenProject</code></a></dd>
-<dd><code>mavenSession</code> - <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution"><code>MavenSession</code></a></dd>
+<dd><code>mavenProject</code> - <code>MavenProject</code></dd>
+<dd><code>mavenSession</code> - <code>MavenSession</code></dd>
 <dd><code>filters</code> - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> of String which are path to a Property file</dd>
 <dd><code>escapedBackslashesInFilePath</code> - escape backslashes in file path.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -222,10 +219,8 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>filter</h4>
-<pre><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;filter(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                        <a href="../../../../../org/apache/maven/shared/filtering/MavenReaderFilterRequest.html" title="class in org.apache.maven.shared.filtering">MavenReaderFilterRequest</a>&nbsp;mavenFileFilterRequest)
-                 throws <a href="../../../../../org/apache/maven/shared/filtering/MavenFilteringException.html" title="class in org.apache.maven.shared.filtering">MavenFilteringException</a></pre>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;filter(<a href="../../../../../org/apache/maven/shared/filtering/MavenReaderFilterRequest.html" title="class in org.apache.maven.shared.filtering">MavenReaderFilterRequest</a>&nbsp;mavenFileFilterRequest)
+       throws <a href="../../../../../org/apache/maven/shared/filtering/MavenFilteringException.html" title="class in org.apache.maven.shared.filtering">MavenFilteringException</a></pre>
 <div class="block">Provides a new reader that applies filtering using defaultFilterWrappers.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -245,12 +240,9 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>filter</h4>
-<pre><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;filter(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
-                        boolean&nbsp;filtering,
-                        <a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
-                        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers)</pre>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;filter(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
+              boolean&nbsp;filtering,
+              <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers)</pre>
 <div class="block">Provides a new reader that applies filtering using defaultFilterWrappers.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -330,6 +322,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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: maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenReaderFilterRequest.html
==============================================================================
--- maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenReaderFilterRequest.html (original)
+++ maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenReaderFilterRequest.html Sat Jun 11 13:43:37 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MavenReaderFilterRequest (Apache Maven Filtering 3.2.0 API)</title>
+<title>MavenReaderFilterRequest (Apache Maven Filtering 3.3.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MavenReaderFilterRequest (Apache Maven Filtering 3.2.0 API)";
+            parent.document.title="MavenReaderFilterRequest (Apache Maven Filtering 3.3.0 API)";
         }
     }
     catch(err) {
@@ -146,10 +146,10 @@ extends <a href="../../../../../org/apac
 <tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenReaderFilterRequest.html#MavenReaderFilterRequest-java.io.Reader-boolean-org.apache.maven.project.MavenProject-java.util.List-boolean-org.apache.maven.execution.MavenSession-java.util.Properties-">MavenReaderFilterRequest</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
                         boolean&nbsp;filtering,
-                        <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+                        org.apache.maven.project.MavenProject&nbsp;mavenProject,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
                         boolean&nbsp;escapedBackslashesInFilePath,
-                        <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession,
+                        org.apache.maven.execution.MavenSession&nbsp;mavenSession,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;additionalProperties)</code>&nbsp;</td>
 </tr>
 </table>
@@ -230,10 +230,10 @@ extends <a href="../../../../../org/apac
 <h4>MavenReaderFilterRequest</h4>
 <pre>public&nbsp;MavenReaderFilterRequest(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;from,
                                 boolean&nbsp;filtering,
-                                <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+                                org.apache.maven.project.MavenProject&nbsp;mavenProject,
                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters,
                                 boolean&nbsp;escapedBackslashesInFilePath,
-                                <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession,
+                                org.apache.maven.execution.MavenSession&nbsp;mavenSession,
                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;additionalProperties)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -375,6 +375,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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: maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenResourcesExecution.html
==============================================================================
--- maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenResourcesExecution.html (original)
+++ maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenResourcesExecution.html Sat Jun 11 13:43:37 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MavenResourcesExecution (Apache Maven Filtering 3.2.0 API)</title>
+<title>MavenResourcesExecution (Apache Maven Filtering 3.3.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MavenResourcesExecution (Apache Maven Filtering 3.2.0 API)";
+            parent.document.title="MavenResourcesExecution (Apache Maven Filtering 3.3.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -143,21 +143,21 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#MavenResourcesExecution-java.util.List-java.io.File-org.apache.maven.project.MavenProject-java.lang.String-java.util.List-java.util.List-org.apache.maven.execution.MavenSession-">MavenResourcesExecution</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#MavenResourcesExecution-java.util.List-java.io.File-org.apache.maven.project.MavenProject-java.lang.String-java.util.List-java.util.List-org.apache.maven.execution.MavenSession-">MavenResourcesExecution</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;&nbsp;resources,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputDirectory,
-                       <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+                       org.apache.maven.project.MavenProject&nbsp;mavenProject,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;fileFilters,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions,
-                       <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession)</code>
+                       org.apache.maven.execution.MavenSession&nbsp;mavenSession)</code>
 <div class="block">As we use a Maven project <code>useDefaultFilterWrappers</code> will be set to <code>true</code>.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#MavenResourcesExecution-java.util.List-java.io.File-java.lang.String-java.util.List-java.io.File-java.util.List-">MavenResourcesExecution</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#MavenResourcesExecution-java.util.List-java.io.File-java.lang.String-java.util.List-java.io.File-java.util.List-">MavenResourcesExecution</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;&nbsp;resources,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputDirectory,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-                       <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers,
+                       <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;resourcesBaseDirectory,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions)</code>&nbsp;</td>
 </tr>
@@ -178,7 +178,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#addFilerWrapperWithEscaping-org.codehaus.plexus.interpolation.ValueSource-java.lang.String-java.lang.String-java.lang.String-boolean-">addFilerWrapperWithEscaping</a></span>(<a href="http://codehaus-plexus.github.io/plexus-interpolation/apidocs/org/codehaus/plexus/interpolation/ValueSource.html?is-external=true" title="class or interface in org.codehaus.plexus.interpolation">ValueSource</a>&nbsp;valueSource,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#addFilerWrapperWithEscaping-org.codehaus.plexus.interpolation.ValueSource-java.lang.String-java.lang.String-java.lang.String-boolean-">addFilerWrapperWithEscaping</a></span>(org.codehaus.plexus.interpolation.ValueSource&nbsp;valueSource,
                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;startExp,
                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;endExp,
                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escapeString,
@@ -186,7 +186,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#addFilterWrapper-org.apache.maven.shared.utils.io.FileUtils.FilterWrapper-">addFilterWrapper</a></span>(<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&nbsp;filterWrapper)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#addFilterWrapper-org.apache.maven.shared.filtering.FilterWrapper-">addFilterWrapper</a></span>(<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&nbsp;filterWrapper)</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html" title="class in org.apache.maven.shared.filtering">MavenResourcesExecution</a></code></td>
@@ -199,7 +199,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;</code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#getFilterWrappers--">getFilterWrappers</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i5" class="rowColor">
@@ -217,7 +217,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr id="i8" class="altColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;</code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#getResources--">getResources</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i9" class="rowColor">
@@ -234,81 +234,93 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i12" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#isFlatten--">isFlatten</a></span>()</code>
+<div class="block">Write to flattened directory structure.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#isIncludeEmptyDirs--">isIncludeEmptyDirs</a></span>()</code>
 <div class="block">Copy any empty directories included in the Resources.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#isOverwrite--">isOverwrite</a></span>()</code>
 <div class="block">Overwrite existing files even if the destination files are newer.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#isSupportMultiLineFiltering--">isSupportMultiLineFiltering</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#isUseDefaultFilterWrappers--">isUseDefaultFilterWrappers</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setAddDefaultExcludes-boolean-">setAddDefaultExcludes</a></span>(boolean&nbsp;addDefaultExcludes)</code>&nbsp;</td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setEncoding-java.lang.String-">setEncoding</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)</code>
 <div class="block">Set the value for encoding.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setFilterFilenames-boolean-">setFilterFilenames</a></span>(boolean&nbsp;filterFilenames)</code>&nbsp;</td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setFilterWrappers-java.util.List-">setFilterWrappers</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setFilterWrappers-java.util.List-">setFilterWrappers</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers)</code>&nbsp;</td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setFlatten-boolean-">setFlatten</a></span>(boolean&nbsp;flatten)</code>
+<div class="block">Write to flattened directory structure.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setIncludeEmptyDirs-boolean-">setIncludeEmptyDirs</a></span>(boolean&nbsp;includeEmptyDirs)</code>
 <div class="block">Copy any empty directories included in the Resources.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setNonFilteredFileExtensions-java.util.List-">setNonFilteredFileExtensions</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions)</code>&nbsp;</td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setOutputDirectory-java.io.File-">setOutputDirectory</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputDirectory)</code>&nbsp;</td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setOverwrite-boolean-">setOverwrite</a></span>(boolean&nbsp;overwrite)</code>
 <div class="block">Overwrite existing files even if the destination files are newer.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setPropertiesEncoding-java.lang.String-">setPropertiesEncoding</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propertiesEncoding)</code>
 <div class="block">Set the value for encoding of properties files.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setResources-java.util.List-">setResources</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;&nbsp;resources)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setResources-java.util.List-">setResources</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;&nbsp;resources)</code>&nbsp;</td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setResourcesBaseDirectory-java.io.File-">setResourcesBaseDirectory</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;resourcesBaseDirectory)</code>&nbsp;</td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setSupportMultiLineFiltering-boolean-">setSupportMultiLineFiltering</a></span>(boolean&nbsp;supportMultiLineFiltering)</code>&nbsp;</td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#setUseDefaultFilterWrappers-boolean-">setUseDefaultFilterWrappers</a></span>(boolean&nbsp;useDefaultFilterWrappers)</code>&nbsp;</td>
 </tr>
@@ -357,13 +369,13 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>MavenResourcesExecution</h4>
-<pre>public&nbsp;MavenResourcesExecution(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
+<pre>public&nbsp;MavenResourcesExecution(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;&nbsp;resources,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputDirectory,
-                               <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
+                               org.apache.maven.project.MavenProject&nbsp;mavenProject,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;fileFilters,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions,
-                               <a href="http://maven.apache.org/ref/3.1.0/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;mavenSession)</pre>
+                               org.apache.maven.execution.MavenSession&nbsp;mavenSession)</pre>
 <div class="block">As we use a Maven project <code>useDefaultFilterWrappers</code> will be set to <code>true</code>. The
  <code>useDefaultExcludes</code> is set to <code>true</code>.</div>
 <dl>
@@ -384,10 +396,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>MavenResourcesExecution</h4>
-<pre>public&nbsp;MavenResourcesExecution(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;&nbsp;resources,
+<pre>public&nbsp;MavenResourcesExecution(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;&nbsp;resources,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputDirectory,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
-                               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers,
+                               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;resourcesBaseDirectory,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions)</pre>
 <dl>
@@ -475,10 +487,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getResources</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;&nbsp;getResources()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;&nbsp;getResources()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>List of <a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model"><code>Resource</code></a></dd>
+<dd>List of <code>Resource</code></dd>
 </dl>
 </li>
 </ul>
@@ -488,10 +500,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>setResources</h4>
-<pre>public&nbsp;void&nbsp;setResources(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>&gt;&nbsp;resources)</pre>
+<pre>public&nbsp;void&nbsp;setResources(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Resource&gt;&nbsp;resources)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>resources</code> - List of <a href="http://maven.apache.org/ref/3.1.0/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model"><code>Resource</code></a></dd>
+<dd><code>resources</code> - List of <code>Resource</code></dd>
 </dl>
 </li>
 </ul>
@@ -553,10 +565,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getFilterWrappers</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;getFilterWrappers()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;getFilterWrappers()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>List of <code>FileUtils.FilterWrapper</code></dd>
+<dd>List of <a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering"><code>FilterWrapper</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -566,20 +578,20 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>setFilterWrappers</h4>
-<pre>public&nbsp;void&nbsp;setFilterWrappers(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&gt;&nbsp;filterWrappers)</pre>
+<pre>public&nbsp;void&nbsp;setFilterWrappers(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&gt;&nbsp;filterWrappers)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>filterWrappers</code> - List of <code>FileUtils.FilterWrapper</code></dd>
+<dd><code>filterWrappers</code> - List of <a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering"><code>FilterWrapper</code></a></dd>
 </dl>
 </li>
 </ul>
-<a name="addFilterWrapper-org.apache.maven.shared.utils.io.FileUtils.FilterWrapper-">
+<a name="addFilterWrapper-org.apache.maven.shared.filtering.FilterWrapper-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addFilterWrapper</h4>
-<pre>public&nbsp;void&nbsp;addFilterWrapper(<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.io">FileUtils.FilterWrapper</a>&nbsp;filterWrapper)</pre>
+<pre>public&nbsp;void&nbsp;addFilterWrapper(<a href="../../../../../org/apache/maven/shared/filtering/FilterWrapper.html" title="class in org.apache.maven.shared.filtering">FilterWrapper</a>&nbsp;filterWrapper)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>filterWrapper</code> - The filter wrapper which should be added.</dd>
@@ -592,14 +604,14 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>addFilerWrapperWithEscaping</h4>
-<pre>public&nbsp;void&nbsp;addFilerWrapperWithEscaping(<a href="http://codehaus-plexus.github.io/plexus-interpolation/apidocs/org/codehaus/plexus/interpolation/ValueSource.html?is-external=true" title="class or interface in org.codehaus.plexus.interpolation">ValueSource</a>&nbsp;valueSource,
+<pre>public&nbsp;void&nbsp;addFilerWrapperWithEscaping(org.codehaus.plexus.interpolation.ValueSource&nbsp;valueSource,
                                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;startExp,
                                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;endExp,
                                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escapeString,
                                         boolean&nbsp;multiLineFiltering)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>valueSource</code> - <a href="http://codehaus-plexus.github.io/plexus-interpolation/apidocs/org/codehaus/plexus/interpolation/ValueSource.html?is-external=true" title="class or interface in org.codehaus.plexus.interpolation"><code>ValueSource</code></a></dd>
+<dd><code>valueSource</code> - <code>ValueSource</code></dd>
 <dd><code>startExp</code> - start token like <code>${</code></dd>
 <dd><code>endExp</code> - endToken <code>}</code></dd>
 <dd><code>escapeString</code> - The escape string.</dd>
@@ -719,6 +731,34 @@ extends <a href="../../../../../org/apac
 </dl>
 </li>
 </ul>
+<a name="isFlatten--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isFlatten</h4>
+<pre>public&nbsp;boolean&nbsp;isFlatten()</pre>
+<div class="block">Write to flattened directory structure.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../../org/apache/maven/shared/filtering/MavenResourcesExecution.html#flatten"><code>flatten</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setFlatten-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFlatten</h4>
+<pre>public&nbsp;void&nbsp;setFlatten(boolean&nbsp;flatten)</pre>
+<div class="block">Write to flattened directory structure.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>flatten</code> - flatten true or false.</dd>
+</dl>
+</li>
+</ul>
 <a name="isIncludeEmptyDirs--">
 <!--   -->
 </a>
@@ -892,6 +932,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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: maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html
==============================================================================
--- maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html (original)
+++ maven/website/components/shared-archives/maven-filtering-LATEST/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html Sat Jun 11 13:43:37 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MavenResourcesFiltering (Apache Maven Filtering 3.2.0 API)</title>
+<title>MavenResourcesFiltering (Apache Maven Filtering 3.3.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MavenResourcesFiltering (Apache Maven Filtering 3.2.0 API)";
+            parent.document.title="MavenResourcesFiltering (Apache Maven Filtering 3.3.0 API)";
         }
     }
     catch(err) {
@@ -273,6 +273,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file