Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/custom-resource-filters.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/custom-resource-filters.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/custom-resource-filters.html
 Sun Nov 13 21:15:23 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20100924" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Custom resource 
filters</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Custom resource filters</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="../project-reports.html" title="Project 
Reports">
@@ -406,7 +406,7 @@ public class ItFilter
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.0.1&lt;/version&gt;
+        &lt;version&gt;3.0.2&lt;/version&gt;
         &lt;configuration&gt;
           ...
         &lt;/configuration&gt;
@@ -429,7 +429,7 @@ public class ItFilter
 <div class="source"><pre class="prettyprint linenums">  &lt;plugin&gt;
     &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
     &lt;artifactId&gt;maven-resources-plugin&lt;/artifactId&gt;
-    &lt;version&gt;3.0.1&lt;/version&gt;
+    &lt;version&gt;3.0.2&lt;/version&gt;
     &lt;configuration&gt;
       ...
       &lt;mavenFilteringHints&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/encoding.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/encoding.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/encoding.html
 Sun Nov 13 21:15:23 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Franz Allan See
 Karl Heinz Marbaise" />
     <meta name="Date-Creation-yyyymmdd" content="20160513" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Specifying a character 
encoding scheme</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -80,9 +80,9 @@ Karl Heinz Marbaise" />
         <li class="active ">Specifying a character encoding scheme</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -200,7 +200,7 @@ Karl Heinz Marbaise" />
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="../project-reports.html" title="Project 
Reports">
@@ -388,7 +388,7 @@ Karl Heinz Marbaise" />
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.0.1&lt;/version&gt;
+        &lt;version&gt;3.0.2&lt;/version&gt;
         &lt;configuration&gt;
           ...
           &lt;encoding&gt;UTF-8&lt;/encoding&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/escape-filtering.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/escape-filtering.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/escape-filtering.html
 Sun Nov 13 21:15:23 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20080905" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Escape Filtering</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Escape Filtering</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="../project-reports.html" title="Project 
Reports">
@@ -378,7 +378,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.0.1&lt;/version&gt;
+        &lt;version&gt;3.0.2&lt;/version&gt;
         &lt;configuration&gt;
           ...
           &lt;escapeString&gt;\&lt;/escapeString&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/filter.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/filter.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/filter.html
 Sun Nov 13 21:15:23 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Franz Allan See" />
     <meta name="Date-Creation-yyyymmdd" content="20080905" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Filtering</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Filtering</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="../project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/include-exclude.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/include-exclude.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/include-exclude.html
 Sun Nov 13 21:15:23 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Franz Allan See" />
     <meta name="Date-Creation-yyyymmdd" content="20080905" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Including and excluding 
files and directories</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Including and excluding files and directories</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="../project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/resource-directory.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/resource-directory.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/examples/resource-directory.html
 Sun Nov 13 21:15:23 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Franz Allan See" />
     <meta name="Date-Creation-yyyymmdd" content="20080905" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Specifying resource 
directories</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Specifying resource directories</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="../project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/faq.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/faq.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/faq.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Frequently Asked 
Questions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Frequently Asked Questions</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -197,7 +197,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/findbugs.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/findbugs.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/findbugs.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; FindBugs Bug Detector 
Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">FindBugs Bug Detector Report</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                 
+                                                                               
                                                                                
                                                                               
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -274,13 +274,6 @@
           <span class="none"></span>
         Plugin Documentation</a>
             </li>
-                    
-      <li>
-  
-                          <a href="invoker-report.html" title="Invoker Build 
Results">
-          <span class="none"></span>
-        Invoker Build Results</a>
-            </li>
               </ul>
         </li>
                               <li class="nav-header">Maven Projects</li>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/help-mojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/help-mojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/help-mojo.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; resources:help</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">resources:help</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -373,7 +373,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-resources-plugin:3.0.1:help</p>
+<p>org.apache.maven.plugins:maven-resources-plugin:3.0.2:help</p>
       
 <p><b>Description</b>:</p>
       

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/index.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/index.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/index.html
 Sun Nov 13 21:15:23 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Franz Allan See" />
     <meta name="Date-Creation-yyyymmdd" content="20130722" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Introduction</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/integration.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/integration.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/integration.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; CI Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">CI Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/issue-tracking.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/issue-tracking.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/issue-tracking.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Issue Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/mail-lists.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/mail-lists.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/mail-lists.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Mailing Lists</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugin-info.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugin-info.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugin-info.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Plugin Documentation</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Plugin Documentation</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -197,7 +197,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                 
+                                                                               
                                                                                
                                                                               
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -272,13 +272,6 @@
   
             <a href="#"><span class="none"></span>Plugin Documentation</a>
           </li>
-                    
-      <li>
-  
-                          <a href="invoker-report.html" title="Invoker Build 
Results">
-          <span class="none"></span>
-        Invoker Build Results</a>
-            </li>
               </ul>
         </li>
                               <li class="nav-header">Maven Projects</li>
@@ -494,7 +487,7 @@ specify the resources to copy.</td></tr>
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-resources-plugin&lt;/artifactId&gt;
-          &lt;version&gt;3.0.1&lt;/version&gt;
+          &lt;version&gt;3.0.2&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -504,7 +497,7 @@ specify the resources to copy.</td></tr>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.0.1&lt;/version&gt;
+        &lt;version&gt;3.0.2&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugin-management.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugin-management.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugin-management.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Project Plugin 
Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Plugin Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugins.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugins.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/plugins.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Project Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Plugins</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-info.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-info.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-info.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Information</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-reports.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-reports.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-reports.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Generated Reports</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
           
+                                                                               
                                                                                
                                                                         
       <li class="active">
   
             <a href="#"><span class="icon-chevron-down"></span>Project 
Reports</a>
@@ -274,13 +274,6 @@
           <span class="none"></span>
         Plugin Documentation</a>
             </li>
-                    
-      <li>
-  
-                          <a href="invoker-report.html" title="Invoker Build 
Results">
-          <span class="none"></span>
-        Invoker Build Results</a>
-            </li>
               </ul>
         </li>
                               <li class="nav-header">Maven Projects</li>
@@ -481,10 +474,7 @@
 <td>Quality analysis dashboard.</td></tr>
 <tr class="a">
 <td><a href="plugin-info.html">Plugin Documentation</a></td>
-<td>This report provides goals and parameters documentation of a 
plugin.</td></tr>
-<tr class="b">
-<td><a href="invoker-report.html">Invoker Build Results</a></td>
-<td>The results of the Maven invocations.</td></tr></table></div></div>
+<td>This report provides goals and parameters documentation of a 
plugin.</td></tr></table></div></div>
                   </div>
             </div>
           </div>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-summary.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/project-summary.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Summary</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -512,7 +512,7 @@
 <td>maven-resources-plugin</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>3.0.1</td></tr>
+<td>3.0.2</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>maven-plugin</td></tr>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/resources-mojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/resources-mojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/resources-mojo.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; resources:resources</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">resources:resources</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -373,7 +373,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources</p>
+<p>org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources</p>
       
 <p><b>Description</b>:</p>
       

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/sonar.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/sonar.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/sonar.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Sonar</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                 
+                                                                               
                                                                                
                                                                               
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -274,13 +274,6 @@
           <span class="none"></span>
         Plugin Documentation</a>
             </li>
-                    
-      <li>
-  
-                          <a href="invoker-report.html" title="Invoker Build 
Results">
-          <span class="none"></span>
-        Invoker Build Results</a>
-            </li>
               </ul>
         </li>
                               <li class="nav-header">Maven Projects</li>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/source-repository.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/source-repository.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/source-repository.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Source Code 
Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Source Code Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -470,21 +470,21 @@
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint linenums"><a class="externalLink" 
href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-3.0.1";>http://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-3.0.1</a></pre></div></div>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" 
href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-3.0.2";>http://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-3.0.2</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
 <p>The source can be checked out anonymously from Subversion with this 
command:</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout 
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-3.0.1 
maven-resources-plugin</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ svn checkout 
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-3.0.2 
maven-resources-plugin</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
 <p>Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-3.0.1
 maven-resources-plugin</pre></div>
+<div class="source"><pre class="prettyprint linenums">$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-3.0.2
 maven-resources-plugin</pre></div>
 <p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):</p>
 <div class="source"><pre class="prettyprint linenums">$ svn commit --username 
your-username -m &quot;A message&quot;</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-3.0.1
 maven-resources-plugin</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-3.0.2
 maven-resources-plugin</pre></div></div>
 <div class="section">
 <h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a 
name="Access_Through_a_Proxy"></a>
 <p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/surefire-report.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/surefire-report.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/surefire-report.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Surefire Report</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                 
+                                                                               
                                                                                
                                                                               
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -274,13 +274,6 @@
           <span class="none"></span>
         Plugin Documentation</a>
             </li>
-                    
-      <li>
-  
-                          <a href="invoker-report.html" title="Invoker Build 
Results">
-          <span class="none"></span>
-        Invoker Build Results</a>
-            </li>
               </ul>
         </li>
                               <li class="nav-header">Maven Projects</li>
@@ -479,7 +472,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.913</td></tr></table><br />
+<td>8.46</td></tr></table><br />
 <p>Note: failures are anticipated and checked for with assertions while errors 
are unanticipated.</p><br /></div>
 <div class="section">
 <h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
@@ -500,7 +493,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.913</td></tr></table><br />
+<td>8.46</td></tr></table><br />
 <p>Note: package statistics are not computed recursively, they only sum up all 
of its testsuites numbers.</p>
 <div class="section">
 <h3><a 
name="org.apache.maven.plugins.resources"></a>org.apache.maven.plugins.resources</h3><a
 name="org.apache.maven.plugins.resources"></a>
@@ -515,33 +508,24 @@ function toggleDisplay(elementId) {
 <th>Success Rate</th>
 <th>Time</th></tr>
 <tr class="b">
-<td><a href="#org.apache.maven.plugins.resourcesBasicPropertyUtilsTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
-<td><a 
href="#org.apache.maven.plugins.resourcesBasicPropertyUtilsTest">BasicPropertyUtilsTest</a></td>
-<td>4</td>
+<td><a 
href="#org.apache.maven.plugins.resourcesPropertyUtilsExceptionTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a 
href="#org.apache.maven.plugins.resourcesPropertyUtilsExceptionTest">PropertyUtilsExceptionTest</a></td>
+<td>1</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>1.194</td></tr>
+<td>0.136</td></tr>
 <tr class="a">
-<td><a href="#org.apache.maven.plugins.resourcesCopyResourcesMojoTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
-<td><a 
href="#org.apache.maven.plugins.resourcesCopyResourcesMojoTest">CopyResourcesMojoTest</a></td>
-<td>1</td>
+<td><a href="#org.apache.maven.plugins.resourcesBasicPropertyUtilsTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a 
href="#org.apache.maven.plugins.resourcesBasicPropertyUtilsTest">BasicPropertyUtilsTest</a></td>
+<td>4</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.179</td></tr>
+<td>3.462</td></tr>
 <tr class="b">
-<td><a 
href="#org.apache.maven.plugins.resourcesPropertyUtilsExceptionTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
-<td><a 
href="#org.apache.maven.plugins.resourcesPropertyUtilsExceptionTest">PropertyUtilsExceptionTest</a></td>
-<td>1</td>
-<td>0</td>
-<td>0</td>
-<td>0</td>
-<td>100%</td>
-<td>0.028</td></tr>
-<tr class="a">
 <td><a href="#org.apache.maven.plugins.resourcesResourcesMojoTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
 <td><a 
href="#org.apache.maven.plugins.resourcesResourcesMojoTest">ResourcesMojoTest</a></td>
 <td>16</td>
@@ -549,8 +533,8 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>1.405</td></tr>
-<tr class="b">
+<td>4.403</td></tr>
+<tr class="a">
 <td><a href="#org.apache.maven.plugins.resourcesTestResourcesTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
 <td><a 
href="#org.apache.maven.plugins.resourcesTestResourcesTest">TestResourcesTest</a></td>
 <td>2</td>
@@ -558,121 +542,130 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.107</td></tr></table></div><br /></div>
+<td>0.349</td></tr>
+<tr class="b">
+<td><a href="#org.apache.maven.plugins.resourcesCopyResourcesMojoTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a 
href="#org.apache.maven.plugins.resourcesCopyResourcesMojoTest">CopyResourcesMojoTest</a></td>
+<td>1</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.11</td></tr></table></div><br /></div>
 <div class="section">
 <h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] 
[<a href="#Test_Cases">Test Cases</a>]</p>
 <div class="section">
+<h3><a name="PropertyUtilsExceptionTest"></a>PropertyUtilsExceptionTest</h3><a 
name="org.apache.maven.plugins.resourcesPropertyUtilsExceptionTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a 
name="TC_org.apache.maven.plugins.resources.PropertyUtilsExceptionTest.loadPropertyFileShouldFailWithFileNotFoundException"></a>loadPropertyFileShouldFailWithFileNotFoundException</td>
+<td>0.01</td></tr></table></div>
+<div class="section">
 <h3><a name="BasicPropertyUtilsTest"></a>BasicPropertyUtilsTest</h3><a 
name="org.apache.maven.plugins.resourcesBasicPropertyUtilsTest"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.BasicPropertyUtilsTest.testBasicLoadProperty_FF"></a>testBasicLoadProperty_FF</td>
-<td>0.755</td></tr>
+<td>2.415</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.BasicPropertyUtilsTest.testBasicLoadProperty_TF"></a>testBasicLoadProperty_TF</td>
-<td>0.157</td></tr>
+<td>0.362</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.BasicPropertyUtilsTest.testBasicLoadProperty_TT"></a>testBasicLoadProperty_TT</td>
-<td>0.119</td></tr>
+<td>0.356</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.BasicPropertyUtilsTest.testNonExistentProperty"></a>testNonExistentProperty</td>
-<td>0.117</td></tr></table></div>
-<div class="section">
-<h3><a name="CopyResourcesMojoTest"></a>CopyResourcesMojoTest</h3><a 
name="org.apache.maven.plugins.resourcesCopyResourcesMojoTest"></a>
-<table border="1" class="table table-striped">
-<tr class="a">
-<td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a 
name="TC_org.apache.maven.plugins.resources.CopyResourcesMojoTest.testCopyWithoutFiltering"></a>testCopyWithoutFiltering</td>
-<td>0.179</td></tr></table></div>
-<div class="section">
-<h3><a name="PropertyUtilsExceptionTest"></a>PropertyUtilsExceptionTest</h3><a 
name="org.apache.maven.plugins.resourcesPropertyUtilsExceptionTest"></a>
-<table border="1" class="table table-striped">
-<tr class="a">
-<td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a 
name="TC_org.apache.maven.plugins.resources.PropertyUtilsExceptionTest.loadPropertyFileShouldFailWithFileNotFoundException"></a>loadPropertyFileShouldFailWithFileNotFoundException</td>
-<td>0.001</td></tr></table></div>
+<td>0.274</td></tr></table></div>
 <div class="section">
 <h3><a name="ResourcesMojoTest"></a>ResourcesMojoTest</h3><a 
name="org.apache.maven.plugins.resourcesResourcesMojoTest"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceInclude"></a>testResourceInclude</td>
-<td>0.108</td></tr>
+<td>0.439</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testPropertyFiles_MainAndExtra"></a>testPropertyFiles_MainAndExtra</td>
-<td>0.108</td></tr>
+<td>0.334</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testPropertyFiles_Filtering"></a>testPropertyFiles_Filtering</td>
-<td>0.1</td></tr>
+<td>0.306</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceDirectoryStructure_RelativePath"></a>testResourceDirectoryStructure_RelativePath</td>
-<td>0.103</td></tr>
+<td>0.239</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testWindowsPathEscapingEnabled"></a>testWindowsPathEscapingEnabled</td>
-<td>0.091</td></tr>
+<td>0.222</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceEncoding"></a>testResourceEncoding</td>
-<td>0.081</td></tr>
+<td>0.454</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testProjectProperty_Filtering_PropertyDestination"></a>testProjectProperty_Filtering_PropertyDestination</td>
-<td>0.113</td></tr>
+<td>0.279</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceExclude"></a>testResourceExclude</td>
-<td>0.088</td></tr>
+<td>0.268</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testPropertyFiles_Filtering_TokensInFilters"></a>testPropertyFiles_Filtering_TokensInFilters</td>
-<td>0.072</td></tr>
+<td>0.212</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceDirectoryStructure"></a>testResourceDirectoryStructure</td>
-<td>0.071</td></tr>
+<td>0.237</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceTargetPath"></a>testResourceTargetPath</td>
-<td>0.108</td></tr>
+<td>0.402</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testHarnessEnvironment"></a>testHarnessEnvironment</td>
-<td>0.063</td></tr>
+<td>0.255</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceProjectProperties_Filtering"></a>testResourceProjectProperties_Filtering</td>
-<td>0.065</td></tr>
+<td>0.251</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testPropertyFiles_Extra"></a>testPropertyFiles_Extra</td>
-<td>0.076</td></tr>
+<td>0.133</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testWindowsPathEscapingDisabled"></a>testWindowsPathEscapingDisabled</td>
-<td>0.075</td></tr>
+<td>0.12</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.ResourcesMojoTest.testResourceSystemProperties_Filtering"></a>testResourceSystemProperties_Filtering</td>
-<td>0.08</td></tr></table></div>
+<td>0.141</td></tr></table></div>
 <div class="section">
 <h3><a name="TestResourcesTest"></a>TestResourcesTest</h3><a 
name="org.apache.maven.plugins.resourcesTestResourcesTest"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.TestResourcesTest.testTestResourceDirectoryCreation"></a>testTestResourceDirectoryCreation</td>
-<td>0.058</td></tr>
+<td>0.234</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
name="TC_org.apache.maven.plugins.resources.TestResourcesTest.testHarnessEnvironment"></a>testHarnessEnvironment</td>
-<td>0.048</td></tr></table></div><br /></div>
+<td>0.115</td></tr></table></div>
+<div class="section">
+<h3><a name="CopyResourcesMojoTest"></a>CopyResourcesMojoTest</h3><a 
name="org.apache.maven.plugins.resourcesCopyResourcesMojoTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a 
name="TC_org.apache.maven.plugins.resources.CopyResourcesMojoTest.testCopyWithoutFiltering"></a>testCopyWithoutFiltering</td>
+<td>0.109</td></tr></table></div><br /></div>
                   </div>
             </div>
           </div>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/taglist.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/taglist.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/taglist.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Tag List report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Tag List report</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                 
+                                                                               
                                                                                
                                                                               
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -274,13 +274,6 @@
           <span class="none"></span>
         Plugin Documentation</a>
             </li>
-                    
-      <li>
-  
-                          <a href="invoker-report.html" title="Invoker Build 
Results">
-          <span class="none"></span>
-        Invoker Build Results</a>
-            </li>
               </ul>
         </li>
                               <li class="nav-header">Maven Projects</li>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/team-list.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/team-list.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/team-list.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Team</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -297,7 +297,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testResources-mojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testResources-mojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testResources-mojo.html
 Sun Nov 13 21:15:23 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-03 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-13 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160603" />
+    <meta name="Date-Revision-yyyymmdd" content="20161113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Resources Plugin &#x2013; 
resources:testResources</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">resources:testResources</li>
         
               
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-06-03</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-11-13</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.0.1
+                    Version: 3.0.2
         </li>
             
                             </ul>
@@ -199,7 +199,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
       
+                                                                               
                                                                                
                                                                     
       <li>
   
                           <a href="project-reports.html" title="Project 
Reports">
@@ -373,7 +373,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-resources-plugin:3.0.1:testResources</p>
+<p>org.apache.maven.plugins:maven-resources-plugin:3.0.2:testResources</p>
       
 <p><b>Description</b>:</p>
       

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/allclasses-frame.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/allclasses-frame.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/allclasses-frame.html
 Sun Nov 13 21:15:23 2016
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="en">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Maven Resources Plugin 3.0.1 Test API)</title>
+<title>All Classes (Apache Maven Resources Plugin 3.0.2 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/allclasses-noframe.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/allclasses-noframe.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/allclasses-noframe.html
 Sun Nov 13 21:15:23 2016
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="en">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Maven Resources Plugin 3.0.1 Test API)</title>
+<title>All Classes (Apache Maven Resources Plugin 3.0.2 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/constant-values.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/constant-values.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/constant-values.html
 Sun Nov 13 21:15:23 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="en">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Maven Resources Plugin 3.0.1 Test 
API)</title>
+<title>Constant Field Values (Apache Maven Resources Plugin 3.0.2 Test 
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="Constant Field Values (Apache Maven Resources 
Plugin 3.0.1 Test API)";
+        parent.document.title="Constant Field Values (Apache Maven Resources 
Plugin 3.0.2 Test API)";
     }
 //-->
 </script>



Reply via email to