Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-wagon-providers.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-wagon-providers.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-wagon-providers.html 
Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="20090713" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Selecting Alternative Wagon 
Providers</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a name="Guide_to_Selecting_Alternative_Wagon_Providers"></a>Guide to 
Selecting Alternative Wagon Providers</h2>
 <p>By default, Maven uses the <tt>java.net.URLConnection</tt> 
(<tt>HttpURLConnection</tt>) classes provided with the JDK to access 
repositories that use the HTTP/HTTPs protocols. Unfortunately, since this 
implementation contains certain bugs, Maven users may find themselves unable to 
connect to servers that demand some configurations. A couple examples of weird 
behavior include line-wrapping the Authorization header's Base64 value when 
passwords are long, and using cached values in preemptive authentication for 
successive connections to the same server.</p>
 <p>Maven 2.2.0 attempted to amend this problem by switching over to a Wagon 
implementation that's based on Apache HttpClient. Unfortunately, it soon became 
apparent that HttpClient doesn't support NTLM (at least, version 2), which 
effectively means users behind NTLMv2 proxies cannot use Maven 2.2.0.</p>

Modified: websites/staging/maven/trunk/content/guides/mini/index.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/index.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/index.html Sun May  1 
09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven Mini Guides</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a name="Maven_Mini_Guides"></a>Maven Mini Guides</h2></div>
                   </div>
             </div>

Modified: 
websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html
==============================================================================
--- 
websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html
 (original)
+++ 
websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html
 Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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 @@
 Vincent Siveton
 Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20130102" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Guide to Developing Java Plugins</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -21,7 +21,14 @@ Olivier Lamy" />
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -32,7 +39,7 @@ Olivier Lamy" />
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -60,7 +67,7 @@ Olivier Lamy" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -462,7 +469,7 @@ Olivier Lamy" />
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a name="Introduction"></a>Introduction</h2>
 <p>This guide is intended to assist users in developing Java plugins for 
Maven.</p>
 <div class="section">

Modified: websites/staging/maven/trunk/content/ide.html
==============================================================================
--- websites/staging/maven/trunk/content/ide.html (original)
+++ websites/staging/maven/trunk/content/ide.html Sun May  1 09:57:41 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Apache Maven IDE Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/index.html
==============================================================================
--- websites/staging/maven/trunk/content/index.html (original)
+++ websites/staging/maven/trunk/content/index.html Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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" />
     <meta name="author" content="Jason van Zyl" />
     <meta name="author" content="Olivier Lamy" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Welcome to Apache Maven</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -20,7 +20,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -31,7 +38,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -59,7 +66,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -480,13 +487,28 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            
+            <!-- Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. -->
   
 
     <div class="section">
 <h2><a name="Welcome_to_Apache_Maven"></a>Welcome to Apache Maven</h2>
 
-      
+      <!-- TODO: I reckon it's time for a new description -->
       
 <p>
         Apache Maven is a software project management and comprehension tool. 
Based on the concept of a project object model
@@ -501,10 +523,10 @@
       </p>
       
 <p>
-        
+        <!-- TODO: this could be the big button type thing instead of a list 
of links -->
         This site is separated into the following sections, depending on how 
you'd like to use Maven:
       </p>
-      
+      <!-- TODO: use CSS -->
       
 <table border="0" class="table table-striped">
       

Modified: websites/staging/maven/trunk/content/install.html
==============================================================================
--- websites/staging/maven/trunk/content/install.html (original)
+++ websites/staging/maven/trunk/content/install.html Sun May  1 09:57:41 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Installing Apache Maven</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/integration.html
==============================================================================
--- websites/staging/maven/trunk/content/integration.html (original)
+++ websites/staging/maven/trunk/content/integration.html Sun May  1 09:57:41 
2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/issue-tracking.html
==============================================================================
--- websites/staging/maven/trunk/content/issue-tracking.html (original)
+++ websites/staging/maven/trunk/content/issue-tracking.html Sun May  1 
09:57:41 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Overview</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/maven/trunk/content/mail-lists.html (original)
+++ websites/staging/maven/trunk/content/mail-lists.html Sun May  1 09:57:41 
2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/maven-1.x-eol.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-1.x-eol.html (original)
+++ websites/staging/maven/trunk/content/maven-1.x-eol.html Sun May  1 09:57:41 
2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; End Of Life Apache Maven 1.x</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/maven-2.x-eol.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-2.x-eol.html (original)
+++ websites/staging/maven/trunk/content/maven-2.x-eol.html Sun May  1 09:57:41 
2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="Karl-Heinz Marbaise" />
     <meta name="Date-Creation-yyyymmdd" content="20150303" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; End Of Life of Maven 2.x</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
https://maven.apache.org/doxia/references
 /apt-format.html --><div class="section">
 <h2><a name="End_Of_Life_Apache_Maven_2.x"></a>End Of Life Apache Maven 
2.x</h2>
 <p>The Apache Maven Project Team would like to inform you that the Apache 
Maven 2.x has reached its end of life and is no longer supported.</p>
 <p>Apache Maven 2.x had its last release - version 2.2.1 - in November 
2009.</p>
@@ -450,7 +457,7 @@
 <li>the latest 2.x release will be removed from the mirror system</li>
 <li>the links to any 2.x specific documentation will be moved to <a 
href="./archives/maven-2.x/index.html">https://maven.apache.org/archives/maven-2.x/</a></li></ul>
 <div class="section">
-<h3><a name="List_Of_Last_Plugins_Versions_Which_Support_Maven_2.x"></a>List 
Of Last Plugins Versions Which Support Maven 2.x</h3>
+<h3><a name="List_Of_Last_Plugins_Versions_Which_Support_Maven_2.x"></a>List 
Of Last Plugins Versions Which Support Maven 2.x</h3><!-- - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - --><!-- The release 
dates in this table must follow the ISO-8601 standard: yyyy-MM-dd --><!-- See 
https://maven.apache.org/guides/development/guide-documentation-style.html 
--><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - -->
 <p>This list contains the list of plugins with the last version that supports 
Maven 2.x, which means if you have to use Maven 2, this list is the reference 
to the last version of plugins you can use.</p>
 <p>NOTE: If you find plugins which are not mentioned or issues please report 
on the users mailing list.</p>
 <table border="1" class="table table-striped">

Modified: websites/staging/maven/trunk/content/maven-conventions.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-conventions.html (original)
+++ websites/staging/maven/trunk/content/maven-conventions.html Sun May  1 
09:57:41 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven Conventions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/maven-features.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-features.html (original)
+++ websites/staging/maven/trunk/content/maven-features.html Sun May  1 
09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven Features</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -437,7 +444,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
https://maven.apache.org/doxia/references
 /apt-format.html --><div class="section">
 <h2><a name="Feature_Summary"></a>Feature Summary</h2>
 <p>The following are the key features of Maven in a nutshell:</p>
 <ul>
@@ -452,7 +459,7 @@
 <li>Model based builds: Maven is able to build any number of projects into 
predefined output types such as a JAR, WAR, or distribution based on metadata 
about the project, without the need to do any scripting in most cases.</li>
 <li>Coherent site of project information: Using the same metadata as for the 
build process, Maven is able to generate a web site or PDF including any 
documentation you care to add, and adds to that standard reports about the 
state of development of the project. Examples of this information can be seen 
at the bottom of the left-hand navigation of this site under the &quot;Project 
Information&quot; and &quot;Project Reports&quot; submenus.</li>
 <li>Release management and distribution publication: Without much additional 
configuration, Maven will integrate with your source control system such as CVS 
and manage the release of a project based on a certain tag. It can also publish 
this to a distribution location for use by other projects. Maven is able to 
publish individual outputs such as a JAR, an archive including other 
dependencies and documentation, or as a source distribution.</li>
-<li>Dependency management: Maven encourages the use of a central repository of 
JARs and other dependencies. Maven comes with a mechanism that your project's 
clients can use to download any JARs required for building your project from a 
central JAR repository much like Perl's CPAN. This allows users of Maven to 
reuse JARs across projects and encourages communication between projects to 
ensure that backward compatibility issues are dealt with.</li></ul></div>
+<li>Dependency management: Maven encourages the use of a central repository of 
JARs and other dependencies. Maven comes with a mechanism that your project's 
clients can use to download any JARs required for building your project from a 
central JAR repository much like Perl's CPAN. This allows users of Maven to 
reuse JARs across projects and encourages communication between projects to 
ensure that backward compatibility issues are dealt with.</li></ul><!-- this 
needs to be greatly expanded and is too detailed here ... jvz --></div>
                   </div>
             </div>
           </div>

Modified: websites/staging/maven/trunk/content/maven-jsr330.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-jsr330.html (original)
+++ websites/staging/maven/trunk/content/maven-jsr330.html Sun May  1 09:57:41 
2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven & JSR-330</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>

Modified: websites/staging/maven/trunk/content/maven-logging.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-logging.html (original)
+++ websites/staging/maven/trunk/content/maven-logging.html Sun May  1 09:57:41 
2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Maven 3.1.x logging</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -437,7 +444,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <!---
+            <!-- -
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -453,8 +460,7 @@ software distributed under the License i
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
-under the License.
---><h1>Maven 3.1.x logging</h1>
+under the License. --><h1>Maven 3.1.x logging</h1>
 <p>Maven 2.x and 3.0.x use <a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/package-summary.html";>Plexus
 logging API</a> with basic Maven implementation writing to stdout.</p>
 <p>We have reached the decision that <a class="externalLink" 
href="http://slf4j.org";>SLF4J</a> is the best option for a logging API: SLF4J 
has reached a certain level of ubiquity and while SLF4J may not be perfect, 
it's the de facto standard and it's pointless to try and remake another one. 
There are many implementations to choose from, including <a 
class="externalLink" href="http://logback.qos.ch";>Logback</a> and <a 
class="externalLink" 
href="https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/";>Log4j2</a>. All 
the hard work has been done. All the bridges and funnels for other systems 
function well, which allows others to use whatever logging implementation they 
like in their components, while still being able to have integrated logging.</p>
 <p>The standard Maven distribution, from Maven 3.1.0 onward, uses the <a 
class="externalLink" href="http://slf4j.org/apidocs/";>SLF4J API</a> for logging 
combined with the <a class="externalLink" 
href="http://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html";>SLF4J 
Simple</a> implementation. Future versions may use a more advanced 
implementation, but we chose to start simple.</p>

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: websites/staging/maven/trunk/content/maven1.html
==============================================================================
--- websites/staging/maven/trunk/content/maven1.html (original)
+++ websites/staging/maven/trunk/content/maven1.html Sun May  1 09:57:41 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <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="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Information for Maven 1.0 Users</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -17,7 +17,14 @@
       
     <script type="text/javascript" 
src="./js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -28,7 +35,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache Maven 
Site"/>
+                                                                               
                 <img src="images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a href="./" 
id="bannerRight">
@@ -56,7 +63,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -437,7 +444,22 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. --><div class="section">
 <h2><a name="Information_for_Maven_1.0_Users"></a><a name="top">Information 
for Maven 1.0 Users</a></h2>
 <ol style="list-style-type: decimal">
 <li><a href="#changed">What's Changed?</a></li>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/common-bugs.html
==============================================================================
--- websites/staging/maven/trunk/content/plugin-developers/common-bugs.html 
(original)
+++ websites/staging/maven/trunk/content/plugin-developers/common-bugs.html Sun 
May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="Benjamin Bentmann" />
     <meta name="Date-Creation-yyyymmdd" content="20080829" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Common Bugs and Pitfalls</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href=".././" id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a name="Common_Bugs_and_Pitfalls"></a>Common Bugs and Pitfalls</h2>
 <p>Maven is not the smallest project in terms of source code and has as such 
already suffered from many bugs. Having a closer look at all the issues 
revealed some coding problems that had widespread among the various 
subcomponents. This document lists these commonly occurring anti patterns in 
order to help the Maven community to prevent rather than fix bugs. Note that 
the primary focus is on pointing out problems that are subtle in their nature 
rather than giving a comprehensive guide for Java or Maven development.</p>
 <ul>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-build-time-to-manifest.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-build-time-to-manifest.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-build-time-to-manifest.html
 Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Cookbook - How To Add Build Time To A JAR 
Manifest</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a name="Cookbook:_How_To_Add_Build_Time_To_A_JAR_Manifest"></a>Cookbook: 
How To Add Build Time To A JAR Manifest?</h2>
 <div class="section">
 <h3><a name="Summary"></a>Summary</h3>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html
 Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="Vincent Siveton
 Karl Heinz Marbase" />
     <meta name="Date-Creation-yyyymmdd" content="20150612" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Cookbook - How To Add SVN Revision To A JAR 
Manifest</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -20,7 +20,14 @@ Karl Heinz Marbase" />
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -31,7 +38,7 @@ Karl Heinz Marbase" />
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -59,7 +66,7 @@ Karl Heinz Marbase" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -440,7 +447,7 @@ Karl Heinz Marbase" />
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a 
name="Cookbook:_How_To_Add_SVN_Revision_To_A_JAR_Manifest"></a>Cookbook: How To 
Add SVN Revision To A JAR Manifest?</h2>
 <div class="section">
 <h3><a name="Summary"></a>Summary</h3>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
 Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Cookbook - How to attach source and javadoc 
artifacts</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a 
name="Cookbook:_How_to_attach_source_and_javadoc_artifacts"></a>Cookbook: How 
to attach source and javadoc artifacts?</h2>
 <div class="section">
 <h3><a name="Summary"></a>Summary</h3>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/generate-assembly.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/generate-assembly.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/generate-assembly.html
 Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Cookbook - How To Generate Assembly</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a name="Cookbook:_How_To_Generate_Assembly"></a>Cookbook: How To Generate 
Assembly?</h2>
 <div class="section">
 <h3><a name="Summary"></a>Summary</h3>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/index.html
==============================================================================
--- websites/staging/maven/trunk/content/plugin-developers/cookbook/index.html 
(original)
+++ websites/staging/maven/trunk/content/plugin-developers/cookbook/index.html 
Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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
 Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20090802" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Plugins Cookbook</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -20,7 +20,14 @@ Vincent Siveton" />
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -31,7 +38,7 @@ Vincent Siveton" />
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -59,7 +66,7 @@ Vincent Siveton" />
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -440,7 +447,7 @@ Vincent Siveton" />
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a name="Maven_Plugins_Cookbook"></a>Maven Plugins Cookbook</h2>
 <p>A set of small complete working examples projects that demonstrate how to 
use Maven Plugins. It is based on commons how-to questions from the <a 
href="../../mail-lists.html">Maven User Mailing List</a>.</p>
 <p><i>(Like to add more cookbooks? See <a 
href="../../guides/development/guide-helping.html"> How to Contribute</a> 
page)</i></p>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/plexus-plugin-upgrade.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/plexus-plugin-upgrade.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/plexus-plugin-upgrade.html
 Sun May  1 09:57:41 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-15 
+ | Generated by Apache Maven Doxia at 2016-05-01 
  | 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="Hervé Boutemy" />
     <meta name="Date-Creation-yyyymmdd" content="20120602" />
-    <meta name="Date-Revision-yyyymmdd" content="20160415" />
+    <meta name="Date-Revision-yyyymmdd" content="20160501" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven &#x2013; Cookbook - How To Upgrade from Plexus Javadoc Tags 
to Plexus Java Annotations</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />
@@ -19,7 +19,14 @@
       
     <script type="text/javascript" 
src="../../js/apache-maven-fluido-1.4.min.js"></script>
 
-              
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
                   </head>
         <body class="topBarDisabled">
           
@@ -30,7 +37,7 @@
           <div id="banner">
         <div class="pull-left">
                                     <a href="http://www.apache.org/"; 
id="bannerLeft">
-                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Site"/>
+                                                                               
                 <img src="../../images/apache-maven-project.png"  alt="Apache 
Maven"/>
                 </a>
                       </div>
         <div class="pull-right">                                <a 
href="../.././" id="bannerRight">
@@ -58,7 +65,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2016-04-15</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-05-01</li>
             
                             </ul>
       </div>
@@ -439,7 +446,7 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
 <h2><a 
name="Cookbook:_How_To_Upgrade_from_Plexus_Javadoc_Tags_to_Plexus_Java_Annotations"></a>Cookbook:
 How To Upgrade from Plexus Javadoc Tags to Plexus Java Annotations?</h2>
 <div class="section">
 <h3><a name="Summary"></a>Summary</h3>


Reply via email to