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
 Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Coping with Sun JARs
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Coping_with_Sun_JARs"></a>Coping with Sun JARs</h2>
 <p>Often users are confronted with the need to build against JARs provide by 
Sun like the <a class="externalLink" 
href="http://java.sun.com/products/javamail/";>JavaMail</a> JAR, or the <a 
class="externalLink" 
href="http://java.sun.com/products/javabeans/jaf/downloads/index.html";>Activation</a>
 JAR and users have found these JARs not present in central repository 
resulting in a broken build. Unfortunately most of these artifacts fall under 
Sun's Binary License which disallows us from distributing them from Ibiblio.</p>
 <p>Another problem is that Sun's appears not to have any sort of convention 
for naming their own JARs so we have taken steps in suggesting some common 
names for Sun's artifacts. You can find a list of our suggestions here:</p>

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <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="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Creating Archetypes
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_Creating_Archetypes"></a>Guide to Creating 
Archetypes</h2>
 <p>Creating an archetype is a pretty straight forward process. An archetype is 
a very simple artifact, that contains the project prototype you wish to create. 
An archetype is made up of:</p>
 <ul>

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
 Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="John Casey" />
         <meta name="Date-Creation-yyyymmdd" content="20090610" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Configuring Default Mojo Executions
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_Configuring_Default_Mojo_Executions"></a>Guide to 
Configuring Default Mojo Executions</h2>
 <p>In most cases where you need to configure a plugin, there are two options 
that work well: plugin-level configuration and execution-level configuration. 
Plugin-level configuration is the most common method for configuring plugins 
that will be used from the command line, are defined as part of the default 
lifecycle, or that use a common configuration across all invocations. In fact, 
for direct invocation from the command line, plugin-level configuration has 
been the <i>only</i> option historically.</p>
 <p>On the other hand, in cases where a more advanced build process requires 
the execution of mojos - sometimes the same mojos, sometimes different ones - 
from a single plugin that use different configurations, the execution-level 
configuration is most commonly used. These cases normally involve plugins that 
are introduced as part of the standard build process, but which aren't present 
in the default lifecycle mapping for that particular packaging. In these cases, 
common settings shared between executions are still normally specified in the 
plugin-level configuration.</p>

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
 Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Deployment and Security Settings
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Security_and_Deployment_Settings"></a>Security and Deployment 
Settings</h2>
 <p>Repositories to deploy to are defined in a project in the 
<tt>distributionManagement</tt> section. However, you cannot put your username, 
password, or other security settings in that project. For that reason, you 
should add a server definition to your own settings with an id that matches 
that of the deployment repository in the project.</p>
 <p>In addition, some repositories may require authorisation to download from, 
so the corresponding settings can be specified in a server element in the same 
way.</p>

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 Thu 
Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Oleg Gusakov
 Robert Scholte" />
         <meta name="Date-Creation-yyyymmdd" content="20140323" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Robert Scholte" />
         Password Encryption
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to generating Sources
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_generating_sources"></a>Guide to generating sources</h2>
 <p>Let's run though a short example to try and help. To generate sources you 
must first have a plugin that participates in the <tt>generate-sources</tt> 
phase like the Antlr plugin:</p>
 <div class="source">

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="John Casey" />
         <meta name="Date-Creation-yyyymmdd" content="20111212" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Advanced HTTP Wagon Configuration
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -427,10 +427,10 @@ problems with HTTP servers and proxies t
         &lt;httpConfiguration&gt;
           &lt;put&gt;
             &lt;params&gt;
-              &lt;param&gt;
+              &lt;property&gt;
                 &lt;name&gt;http.authentication.preemptive&lt;/name&gt;
                 &lt;value&gt;%b,true&lt;/value&gt;
-              &lt;/param&gt;
+              &lt;/property&gt;
             &lt;/params&gt;
           &lt;/put&gt;
         &lt;/httpConfiguration&gt;

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-ide-eclipse.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-ide-eclipse.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-ide-eclipse.html Thu 
Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Bernd Mau, [email protected]" />
         <meta name="Date-Creation-yyyymmdd" content="20100121" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to using Eclipse with Maven 2.x
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_using_Eclipse_with_Maven_2.x"></a>Guide to using Eclipse 
with Maven 2.x</h2>
 <p>This mini guide explains howto use Maven 2 in Eclipse IDE.</p>
 <ul>

Modified: websites/staging/maven/trunk/content/guides/mini/guide-ide-idea.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-ide-idea.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-ide-idea.html Thu 
Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to using IDEA with Maven 2.x
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_using_IDEA_with_Maven_2.x"></a>Guide to using IDEA with 
Maven 2.x </h2>
 <p>To generate the IDEA project files from your POM you execute the following 
command:</p>
 <div class="source">

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html
==============================================================================
--- 
websites/staging/maven/trunk/content/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html
 (original)
+++ 
websites/staging/maven/trunk/content/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html
 Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Raphaël Piéroni" />
         <meta name="Date-Creation-yyyymmdd" content="20050809" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Using Maven 2 in NetBeans 4.0 (4.1 and 5.0)
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Using_Maven_2_in_NetBeans_4.0_4.1_and_5.0"></a>Using Maven 2 in 
NetBeans 4.0 (4.1 and 5.0)</h2>
 <p>This mini guide explain by examples how to use Maven 2 in NetBeans IDE.</p>
 <p>To use Maven 2 in NetBeans you have to follow these steps:</p>

Modified: websites/staging/maven/trunk/content/guides/mini/guide-m1-m2.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-m1-m2.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-m1-m2.html Thu Oct 
23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jay H. Hartley" />
         <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Moving From Maven 1.x to Maven 2.x
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_Moving_from_Maven_1.x_to_Maven_2.x"></a>Guide to Moving 
from Maven 1.x to Maven 2.x</h2>
 <p>This document is intended to be continuously updated from the mail list 
archives. For an only slightly out-of-date reference with concrete examples, 
check out Vincent Massol's <a class="externalLink" 
href="http://blogs.codehaus.org/people/vmassol/archives/001170_javazone_2005.html";>JavaZone2005
 presentation</a>.</p>
 <div class="section">

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 Thu 
Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Jason van Zyl
 Dennis Lundberg" />
         <meta name="Date-Creation-yyyymmdd" content="20100819" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Dennis Lundberg" />
         Guide to Working with Manifests
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -242,7 +242,7 @@ Dennis Lundberg" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_Working_with_Manifests"></a>Guide to Working with 
Manifests</h2>
 <p>In order to modify the manifest of the archive produced by the packaging 
plug-ins you need to create a configuration for it. The definitive guide for 
this is <a href="/shared/maven-archiver/index.html">the site for the Maven 
Archiver shared component</a>. This component is used by all our packaging 
plugins.</p><!-- suggestion by jorg --><!-- it would be nice if the 
Specification-Version could be easily generated to be major.minor of 
pom.currentVersion i.e. that --><!--  --><!-- 1.2 ==> 1.2 --><!-- 1.2.1 ==> 1.2 
--><!-- 1.2-SNAPSHOT ==> 1.2 --><!-- for the javaapp-plugin I did something 
like this in Jelly ... --></div>
       </div>

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Jason van Zyl
 Anders Kristian Andersen" />
         <meta name="Date-Creation-yyyymmdd" content="20081210" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Anders Kristian Andersen" />
         Guide to Maven Classloading
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -242,7 +242,7 @@ Anders Kristian Andersen" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_Maven_Classloading"></a>Guide to Maven Classloading</h2>
 <p>This is a description of the classloader hierarchy in Maven 2.0.6+.</p>
 <div class="section">

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Carlos Sanchez" />
         <meta name="Date-Creation-yyyymmdd" content="20051031" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Maven Evangelism
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_add_improve_or_fix_metadata_in_the_Central_Maven_2_repository"></a>Guide
 to add, improve or fix metadata in the Central Maven 2 repository</h2>
 <p>There are artifacts in the repository that don't have POMs. They come from 
projects with repositories that have been synced into central without extra 
checks (particularly historical ones that were in Maven 1 format). We know 
about the problems but can't do anything unless you provide a POM for it or you 
ask the project in question to add the POM when they add the artifacts.</p>
 <p>We don't change dependencies in POMs already in the repository anymore as 
builds need to be reproducible. Same applies to POMs that don't exist. We can 
only add a POM with no dependencies, because doing any other way would break 
previous builds that were using that artifact.</p>

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Jason van Zyl
 Brian Fox" />
         <meta name="Date-Creation-yyyymmdd" content="20080901" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Brian Fox" />
         Guide to Mirror Settings
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -242,7 +242,7 @@ Brian Fox" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Using_Mirrors_for_Repositories"></a>Using Mirrors for 
Repositories</h2>
 <p>Repositories are declared inside a project, which means that if you have 
your own custom repositories, those sharing your project easily get the right 
settings out of the box. However, you may want to use an alternative mirror for 
a particular repository without changing the project files.</p>
 <p>Some reasons to use a mirror are:</p>

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Brett Porter" />
         <meta name="Date-Creation-yyyymmdd" content="20090204" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Working with Multiple Modules
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_Working_with_Multiple_Modules"></a>Guide to Working with 
Multiple Modules</h2>
 <p>As seen in the introduction to the POM, Maven supports project aggregation 
in addition to project inheritance. This section outlines how Maven processes 
projects with multiple modules, and how you can work with them more 
effectively.</p>
 <div class="section">

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
 Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to using Multiple Repositories
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Setting_up_Multiple_Repositories"></a>Setting up Multiple 
Repositories</h2>
 <p>There are two different ways that you can specify the use of multiple 
repositories. The first way is to specify in a POM which repositories you want 
to use:</p>
 <div class="source">

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Carlos Sanchez" />
         <meta name="Date-Creation-yyyymmdd" content="20051101" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to Naming Conventions
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_naming_conventions_on_groupId_artifactId_and_version"></a>Guide 
to naming conventions on groupId, artifactId and version</h2>
 <ul>
 <li><b>groupId</b> will identify your project uniquely across all projects, so 
we need to enforce a naming schema. It has to follow the package name rules, 
what means that has to be at least as a domain name you control, and you can 
create as many subgroups as you want. Look at <a class="externalLink" 
href="http://java.sun.com/docs/books/jls/third_edition/html/packages.html#7.7";> 
More information about package names</a>.

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 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051120" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide for new committers
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_for_new_commiters"></a>Guide for new commiters</h2>
 <p>First thing is to sort out some administrative tasks. Before your account 
is created and commit access granted you must complete and fax back to Apache 
the <a class="externalLink" 
href="http://www.apache.org/licenses/#clas";>Committer's License 
Agreement</a>.</p>
 <p>While this process is sorting itself out it is recommended that you peruse 
the various guides provided by Apache. All the guides are located in the <a 
class="externalLink" href="http://www.apache.org/dev/";>Development 
Infrastructure Information</a>.</p>

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 Thu Oct 
23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to using proxies
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Configuring_a_proxy"></a>Configuring a proxy</h2>
 <p>You can configure a proxy to use for some or all of your HTTP requests in 
Maven 2.0. The username and password are only required if your proxy requires 
basic authentication (note that later releases may support storing your 
passwords in a secured keystore - in the mean time, please ensure your 
settings.xml file (usually ${user.home}/.m2/settings.xml) is secured with 
permissions appropriate for your operating system).</p>
 <p>The <tt>nonProxyHosts</tt> setting accepts wild cards, and each host not to 
proxy is separated by the | character. This matches the JDK configuration 
equivalent.</p>

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 Thu 
Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -16,7 +16,7 @@
 Trent Rosenbaum
 Vincent Massol" />
         <meta name="Date-Creation-yyyymmdd" content="20061007" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,7 +46,7 @@ Vincent Massol" />
         Guide to using the release plugin
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -243,7 +243,7 @@ Vincent Massol" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Releasing"></a>Releasing</h2>
 <div class="section">
 <h3><a name="Introduction"></a>Introduction</h3>

Modified: websites/staging/maven/trunk/content/guides/mini/guide-relocation.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-relocation.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-relocation.html Thu 
Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Dennis Lundberg" />
         <meta name="Date-Creation-yyyymmdd" content="20060708" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to relocation
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_relocation"></a>Guide to relocation</h2>
 <p>Sometimes it is necessary to relocate artifacts in the repository. One 
example of that is when a project moves from Maven 1 to Maven 2. Maven 1 
projects have traditionally used a flat repository structure, while Maven 2 
uses a deep repository structure. As an example the Maven 1 project has a 
groupId of <tt>maven</tt> while the Maven 2 project has a groupId of 
<tt>org.apache.maven</tt>.</p>
 <p>Making changes to the repository can have far reaching consequences. So it 
is best to get it right the first time, hence this guide. It will go through a 
couple of different kinds of relocations:</p>

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-repository-ssl.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-repository-ssl.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-repository-ssl.html 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Arnaud Bailly" />
         <meta name="Date-Creation-yyyymmdd" content="20051111" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Remote repository access through authenticated HTTPS
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_Remote_repository_access_through_authenticated_HTTPS"></a>Guide 
to Remote repository access through authenticated HTTPS</h2>
 <p>This document describes how to configure Maven for accessing a remote 
repository that sits behind an HTTPS server which requires client 
authentication with certificates. It is expected that this documentation be 
valid both for Maven 1.x and Maven 2.0.</p>
 <div class="section">

Modified: websites/staging/maven/trunk/content/guides/mini/guide-site.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-site.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-site.html Thu Oct 23 
19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Brett Porter
 Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20050513" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Jason van Zyl" />
         Guide to creating a site
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -242,7 +242,7 @@ Jason van Zyl" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Creating_a_site"></a>Creating a site</h2>
 <div class="section">
 <h3><a name="Creating_Content"></a>Creating Content</h3>

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-snippet-macro.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-snippet-macro.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-snippet-macro.html 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Wendy Smoak" />
         <meta name="Date-Creation-yyyymmdd" content="20140820" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to the Snippet Macro
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/guides/mini/guide-using-ant.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-using-ant.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-using-ant.html Thu 
Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to using Ant with Maven
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_using_Ant_with_Maven"></a>Guide to using Ant with 
Maven</h2>
 <p>The example above illustrates how to bind an ant script to a lifecycle 
phase. You can add a script to each lifecycle phase, by duplicating the 
<i>execution/</i> section and specifying a new phase.</p>
 <div class="source">

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-using-extensions.html
==============================================================================
--- 
websites/staging/maven/trunk/content/guides/mini/guide-using-extensions.html 
(original)
+++ 
websites/staging/maven/trunk/content/guides/mini/guide-using-extensions.html 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to using Extensions
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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="Using_Extensions"></a>Using Extensions</h2>
 <p>Extensions are used to enable Wagon providers, used for the transport of 
artifact between repositories, and plug-ins which provide lifecycle 
enhancements.</p>
 <div class="section">

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-using-m1-repos-with-m2.html
==============================================================================
--- 
websites/staging/maven/trunk/content/guides/mini/guide-using-m1-repos-with-m2.html
 (original)
+++ 
websites/staging/maven/trunk/content/guides/mini/guide-using-m1-repos-with-m2.html
 Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Guide to using Maven 1.x repositories with Maven 2.x
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -241,7 +241,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_using_Maven_1.x_repositories_with_Maven_2.x"></a>Guide 
to using Maven 1.x repositories with Maven 2.x</h2>
 <p>When you are migrating from Maven 1.x to Maven 2.x you will first be trying 
to convert your build and to make this easier we have provided a way for you to 
use your existing Maven 1.x repository so that you don't have to convert your 
repository before trying to migrate your projects. To use a Maven 1.x 
repository with your Maven 2.x project you need to specify this in your POM as 
follows:</p>
 <div class="source">

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-using-modello.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-using-modello.html 
(original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-using-modello.html 
Thu Oct 23 19:48:37 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-14
+ | Generated by Apache Maven Doxia at 2014-10-23
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Jason van Zyl
 Hervé Boutemy" />
         <meta name="Date-Creation-yyyymmdd" content="20090301" />
-    <meta name="Date-Revision-yyyymmdd" content="20141014" />
+    <meta name="Date-Revision-yyyymmdd" content="20141023" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Hervé Boutemy" />
         Guide to using Modello
         </div>
             <div class="xright">        
-                                    Last Published: 2014-10-14
+                                    Last Published: 2014-10-23
             </div>
       <div class="clear">
         <hr/>
@@ -242,7 +242,7 @@ Hervé Boutemy" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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_using_Modello"></a>Guide to using Modello</h2>
 <p><a class="externalLink" 
href="http://modello.codehaus.org/index.html";>Modello</a> is a tool for 
generating resources from a simple model. >From a simple model you can generate 
things like:</p>
 <ul>


Reply via email to