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 bu...@apache.org on 2016/01/03 19:52:32 UTC

svn commit: r976973 [3/5] - in /websites/staging/maven/trunk/content: ./ apache-resource-bundles/ archetypes/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ doc...

Modified: websites/staging/maven/trunk/content/guides/development/guide-plugin-documentation.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/development/guide-plugin-documentation.html (original)
+++ websites/staging/maven/trunk/content/guides/development/guide-plugin-documentation.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Maven Team" />
     <meta name="Date-Creation-yyyymmdd" content="20060706" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to the Plugin Documentation Standard</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -724,7 +724,7 @@ Plugin Name
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/development/guide-testing-development-plugins.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/development/guide-testing-development-plugins.html (original)
+++ websites/staging/maven/trunk/content/guides/development/guide-testing-development-plugins.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Brett Porter" />
     <meta name="Date-Creation-yyyymmdd" content="20090802" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Testing Development Versions of Plugins</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -539,7 +539,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/development/guide-testing-releases.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/development/guide-testing-releases.html (original)
+++ websites/staging/maven/trunk/content/guides/development/guide-testing-releases.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Maven Team" />
     <meta name="Date-Creation-yyyymmdd" content="20071221" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Testing Staged Releases</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -529,7 +529,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/getting-started/index.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/getting-started/index.html (original)
+++ websites/staging/maven/trunk/content/guides/getting-started/index.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20061101" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven Getting Started Guide</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Vincent Siveton" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -1254,7 +1254,7 @@ command.line.prop=${command.line.prop}</
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/getting-started/maven-in-five-minutes.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/getting-started/maven-in-five-minutes.html (original)
+++ websites/staging/maven/trunk/content/guides/getting-started/maven-in-five-minutes.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Eric Redmond" />
     <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven in 5 Minutes</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -614,7 +614,7 @@ OS name: &quot;windows 7&quot;, version:
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/getting-started/windows-prerequisites.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/getting-started/windows-prerequisites.html (original)
+++ websites/staging/maven/trunk/content/guides/getting-started/windows-prerequisites.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Benson Margulies" />
     <meta name="Date-Creation-yyyymmdd" content="20120701" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven on Windows</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -476,7 +476,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/index.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/index.html (original)
+++ websites/staging/maven/trunk/content/guides/index.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Eric Redmond" />
     <meta name="Date-Creation-yyyymmdd" content="20090801" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven Documentation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Eric Redmond" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -575,7 +575,7 @@ Eric Redmond" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-archetypes.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-archetypes.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-archetypes.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20090826" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to Archetypes</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -511,7 +511,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-dependency-mechanism.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-dependency-mechanism.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-dependency-mechanism.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Brett Porter
 Trygve Laugstol" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to the Dependency Mechanism</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Trygve Laugstol" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -1050,7 +1050,7 @@ Trygve Laugstol" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Allan Ramirez" />
     <meta name="Date-Creation-yyyymmdd" content="20060123" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Optional Dependencies and Dependency Exclusions</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -613,7 +613,7 @@ Project-A
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-plugin-prefix-mapping.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-plugin-prefix-mapping.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-plugin-prefix-mapping.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="John Casey" />
     <meta name="Date-Creation-yyyymmdd" content="20090801" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to Plugin Prefix Resolution</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -512,7 +512,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-plugins.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-plugins.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-plugins.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="John Casey" />
     <meta name="Date-Creation-yyyymmdd" content="20050624" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to Maven 2.0 Plugin Development</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -498,7 +498,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-profiles.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-profiles.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-profiles.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="John Casey/Allan Ramirez" />
     <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to build profiles</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -755,7 +755,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-repositories.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-repositories.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-repositories.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Brian Fox" />
     <meta name="Date-Creation-yyyymmdd" content="20080513" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to Repositories</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Brian Fox" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -527,7 +527,7 @@ Brian Fox" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-lifecycle.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-lifecycle.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-lifecycle.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Brett Porter" />
     <meta name="Date-Creation-yyyymmdd" content="20060616" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to the Build Lifecycle</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -803,7 +803,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-pom.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-pom.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-pom.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -11,7 +11,7 @@
 Franz Allan Valencia See
 Brett Porter" />
     <meta name="Date-Creation-yyyymmdd" content="20090204" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to the POM</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -67,7 +67,7 @@ Brett Porter" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -1081,7 +1081,7 @@ Brett Porter" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-standard-directory-layout.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-standard-directory-layout.html (original)
+++ websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-standard-directory-layout.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20140309" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Introduction to the Standard Directory Layout</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -505,7 +505,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-3rd-party-jars-local.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-3rd-party-jars-local.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-3rd-party-jars-local.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20130713" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to installing 3rd party JARs</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Robert Scholte" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -471,7 +471,7 @@ mvn install:install-file -Dfile=&lt;path
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-3rd-party-jars-remote.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-3rd-party-jars-remote.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-3rd-party-jars-remote.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Allan Ramirez" />
     <meta name="Date-Creation-yyyymmdd" content="20060222" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to deploying 3rd party JARs to remote repository</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -483,7 +483,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-archive-configuration.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-archive-configuration.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-archive-configuration.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Brett Porter" />
     <meta name="Date-Creation-yyyymmdd" content="20060621" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Configuring Archive Plugins</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -484,7 +484,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-assemblies.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-assemblies.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-assemblies.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Creating Assemblies</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -594,7 +594,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-attached-tests.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-attached-tests.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-attached-tests.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to using attached tests</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -508,7 +508,7 @@ mvn deploy
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-bash-m2-completion.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-bash-m2-completion.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-bash-m2-completion.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Trygve Laugstol
 Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Maven 2.x auto completion using BASH</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Jason van Zyl" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -491,7 +491,7 @@ complete -F _m2_complete -o filenames mv
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-building-for-different-environments.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-building-for-different-environments.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-building-for-different-environments.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Trygve Laugstøl" />
     <meta name="Date-Creation-yyyymmdd" content="20060101" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Building For Different Environments with Maven 2</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -546,7 +546,7 @@ src/
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-building-jdk14-on-jdk15.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-building-jdk14-on-jdk15.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-building-jdk14-on-jdk15.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="John Casey" />
     <meta name="Date-Creation-yyyymmdd" content="20090802" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Building JDK 1.4 Projects Using JDK 1.5</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -512,7 +512,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-central-repository-upload.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-central-repository-upload.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-central-repository-upload.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Brian Fox" />
     <meta name="Date-Creation-yyyymmdd" content="20141116" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to uploading artifacts to the Central Repository</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Brian Fox" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -546,7 +546,7 @@ Brian Fox" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-configuring-maven.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-configuring-maven.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-configuring-maven.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Brett Porter" />
     <meta name="Date-Creation-yyyymmdd" content="20050412" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Configuring Maven</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -528,7 +528,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-configuring-plugins.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-configuring-plugins.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-configuring-plugins.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20090826" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Configuring Plug-ins</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Vincent Siveton" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -938,7 +938,7 @@ public class MyBindedQueryMojo
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-coping-with-sun-jars.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-coping-with-sun-jars.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-coping-with-sun-jars.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Coping with Sun JARs</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -550,7 +550,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-creating-archetypes.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-creating-archetypes.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-creating-archetypes.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl, Alexander Hars, Franz Allan Valencia See" />
     <meta name="Date-Creation-yyyymmdd" content="20100410" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Creating Archetypes</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -578,7 +578,7 @@ mvn archetype:generate
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-default-execution-ids.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-default-execution-ids.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-default-execution-ids.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="John Casey" />
     <meta name="Date-Creation-yyyymmdd" content="20090610" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Configuring Default Mojo Executions</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -570,7 +570,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-deployment-security-settings.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-deployment-security-settings.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-deployment-security-settings.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Deployment and Security Settings</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -481,7 +481,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-encryption.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-encryption.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-encryption.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Oleg Gusakov
 Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20140323" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Password Encryption</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Robert Scholte" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -570,7 +570,7 @@ Robert Scholte" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-generating-sources.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-generating-sources.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-generating-sources.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to generating Sources</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -487,7 +487,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-http-settings.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-http-settings.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-http-settings.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="John Casey" />
     <meta name="Date-Creation-yyyymmdd" content="20111212" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Advanced HTTP Wagon Configuration</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -743,7 +743,7 @@ problems with HTTP servers and proxies t
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-manifest.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-manifest.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-manifest.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Dennis Lundberg" />
     <meta name="Date-Creation-yyyymmdd" content="20100819" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Working with Manifests</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Dennis Lundberg" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -459,7 +459,7 @@ Dennis Lundberg" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-maven-classloading.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-maven-classloading.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-maven-classloading.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 Anders Kristian Andersen" />
     <meta name="Date-Creation-yyyymmdd" content="20081210" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Maven Classloading</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Anders Kristian Andersen" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -504,7 +504,7 @@ Anders Kristian Andersen" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-maven-evangelism.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-maven-evangelism.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-maven-evangelism.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Carlos Sanchez" />
     <meta name="Date-Creation-yyyymmdd" content="20051031" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Maven Evangelism</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -462,7 +462,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-mirror-settings.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-mirror-settings.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-mirror-settings.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -11,7 +11,7 @@
 Brian Fox
 Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20150102" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Mirror Settings</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -67,7 +67,7 @@ Robert Scholte" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -539,7 +539,7 @@ Robert Scholte" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-multiple-modules.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-multiple-modules.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-multiple-modules.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Brett Porter
 Karl Heinz Marbaise" />
     <meta name="Date-Creation-yyyymmdd" content="20150313" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Working with Multiple Modules</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -66,7 +66,7 @@ Karl Heinz Marbaise" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -493,7 +493,7 @@ Karl Heinz Marbaise" />
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-multiple-repositories.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-multiple-repositories.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-multiple-repositories.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to using Multiple Repositories</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -510,7 +510,7 @@ mvn -Pmyprofile ...
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-naming-conventions.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-naming-conventions.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-naming-conventions.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Carlos Sanchez" />
     <meta name="Date-Creation-yyyymmdd" content="20051101" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Naming Conventions</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -466,7 +466,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-new-committers.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-new-committers.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-new-committers.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051120" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide for new committers</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -461,7 +461,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-proxies.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-proxies.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-proxies.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to using proxies</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -65,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -485,7 +485,7 @@
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: websites/staging/maven/trunk/content/guides/mini/guide-releasing.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-releasing.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-releasing.html Sun Jan  3 18:52:29 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-29 
+ | Generated by Apache Maven Doxia at 2016-01-03 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -12,7 +12,7 @@ Trent Rosenbaum
 Vincent Massol
 Karl Heinz Marbaise" />
     <meta name="Date-Creation-yyyymmdd" content="20061007" />
-    <meta name="Date-Revision-yyyymmdd" content="20151229" />
+    <meta name="Date-Revision-yyyymmdd" content="20160103" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to using the release plugin</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -68,7 +68,7 @@ Karl Heinz Marbaise" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-12-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-01-03</li>
             
                             </ul>
       </div>
@@ -633,7 +633,7 @@ checkpoint.check-in-development-version=
     <footer>
             <div class="container-fluid">
                       <div class="row-fluid">
-                                      <p >Copyright &copy;                    2002&#x2013;2015
+                                      <p >Copyright &copy;                    2002&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.