You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bu...@apache.org on 2013/01/05 15:52:56 UTC

svn commit: r845125 [4/4] - in /websites/staging/maven/trunk/content: ./ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0.2/ docs/2.0.3/ docs/2.0.4/ docs/2.0.5/ docs/...

Modified: websites/staging/maven/trunk/content/pom.html
==============================================================================
--- websites/staging/maven/trunk/content/pom.html (original)
+++ websites/staging/maven/trunk/content/pom.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Eric Redmond" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         POM Reference
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>
@@ -1042,7 +1042,7 @@
       ...
     &lt;/profile&gt;
   &lt;/profiles&gt;
-&lt;/project&gt;</pre></div><p>Activation occurs when one or more of the specified criteria have been met. When the first positive result is encountered, processing stops and the profile is marked as active.</p><ul><li><b>jdk</b>: <tt>activation</tt> has a built in, Java-centric check in the <tt>jdk</tt> element. This will activate if the test is run under a jdk version number that matches the prefix given. In the above example, <tt>1.5.0_06</tt> will match. Ranges are also supported as of Maven 2.1. See the <a class="externalLink" href="http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html"> maven-enforcer-plugin</a> for more details about supported ranges.</li><li><b>os</b>: The <tt>os</tt> element can define some operating system specific properties shown above. See the <a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html">maven-enforcer-plugin</a> for more details about OS values.</li><li><b>property</b>: T
 he <tt>profile</tt> will activate if Maven detects a property (a value which can be dereferenced within the POM by <tt>${name}</tt>) of the corresponding <tt>name=value</tt> pair.</li><li><b>file</b>: Finally, a given filename may activate the <tt>profile</tt> by the <tt>existence</tt> of a file, or if it is <tt>missing</tt>.</li></ul><p>The <tt>activation</tt> element is not the only way that a <tt>profile</tt> may be activated. The <tt>settings.xml</tt> file's <tt>activeProfile</tt> element may contain the profile's <tt>id</tt>. They may also be activated explicitly through the command line via a comma separated list after the <tt>-P</tt> flag (e.g. <tt>-P test</tt>).</p><p><i>To see which profile will activate in a certain build, use the</i> <tt>maven-help-plugin</tt>.</p><div><pre>mvn help:active-profiles</pre></div></div><div class="section"><h4><a name="The_BaseBuild_Element_Set">The BaseBuild Element Set</a> <i>(revisited)</i><a name="The_BaseBuild_Element_Set_revisit
 ed"></a></h4><p>As mentioned above, the reason for the two types of build elements reside in the fact that it does not make sense for a profile to configure build directories or extensions as it does in the top level of the POM. Reguardless of in which environment the project is built, some values will remain constant, such as the directory structure of the source code. <i>If you find your project needing to keep two sets of code for different environments, it may be prudent to investigate refactoring the project into two or more separate projects.</i></p></div></div></div><div class="section"><h2><a name="Final">Final</a></h2><p>The Maven POM is big. However, its size is also a testament to its versatility. The ability to abstract all of the aspects of a project into a single artifact is powerful, to say the least. Gone are the days of dozens of disparate build scripts and scattered documentation concerning each individual project. Along with Maven's other stars that make u
 p the Maven galaxy - a well defined build lifecycle, easy to write and maintain plugins, centralized repositories, system-wide and user-based configurations, as well as the increasing number of tools to make developers' jobs easier to maintain complex projects - the POM is the large, but bright, center.</p><hr /><p>Aspects of this guide were originally published in the <a class="externalLink" href="http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html">Maven 2 Pom Demystified</a>.</p></div>
+&lt;/project&gt;</pre></div><p>Activation occurs when one or more of the specified criteria have been met. When the first positive result is encountered, processing stops and the profile is marked as active.</p><ul><li><b>jdk</b>: <tt>activation</tt> has a built in, Java-centric check in the <tt>jdk</tt> element. This will activate if the test is run under a jdk version number that matches the prefix given. In the above example, <tt>1.5.0_06</tt> will match. Ranges are also supported as of Maven 2.1. See the <a class="externalLink" href="http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html"> maven-enforcer-plugin</a> for more details about supported ranges.</li><li><b>os</b>: The <tt>os</tt> element can define some operating system specific properties shown above. See the <a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html">maven-enforcer-plugin</a> for more details about OS values.</li><li><b>property</b>: T
 he <tt>profile</tt> will activate if Maven detects a property (a value which can be dereferenced within the POM by <tt>${name}</tt>) of the corresponding <tt>name=value</tt> pair.</li><li><b>file</b>: Finally, a given filename may activate the <tt>profile</tt> by the <tt>existence</tt> of a file, or if it is <tt>missing</tt>. <b>NOTE</b>: interpolation for this element is limited to $<a name="basedir">basedir</a>, System properties and request properties.</li></ul><p>The <tt>activation</tt> element is not the only way that a <tt>profile</tt> may be activated. The <tt>settings.xml</tt> file's <tt>activeProfile</tt> element may contain the profile's <tt>id</tt>. They may also be activated explicitly through the command line via a comma separated list after the <tt>-P</tt> flag (e.g. <tt>-P test</tt>).</p><p><i>To see which profile will activate in a certain build, use the</i> <tt>maven-help-plugin</tt>.</p><div><pre>mvn help:active-profiles</pre></div></div><div class="section
 "><h4><a name="The_BaseBuild_Element_Set">The BaseBuild Element Set</a> <i>(revisited)</i><a name="The_BaseBuild_Element_Set_revisited"></a></h4><p>As mentioned above, the reason for the two types of build elements reside in the fact that it does not make sense for a profile to configure build directories or extensions as it does in the top level of the POM. Reguardless of in which environment the project is built, some values will remain constant, such as the directory structure of the source code. <i>If you find your project needing to keep two sets of code for different environments, it may be prudent to investigate refactoring the project into two or more separate projects.</i></p></div></div></div><div class="section"><h2><a name="Final">Final</a></h2><p>The Maven POM is big. However, its size is also a testament to its versatility. The ability to abstract all of the aspects of a project into a single artifact is powerful, to say the least. Gone are the days of dozens o
 f disparate build scripts and scattered documentation concerning each individual project. Along with Maven's other stars that make up the Maven galaxy - a well defined build lifecycle, easy to write and maintain plugins, centralized repositories, system-wide and user-based configurations, as well as the increasing number of tools to make developers' jobs easier to maintain complex projects - the POM is the large, but bright, center.</p><hr /><p>Aspects of this guide were originally published in the <a class="externalLink" href="http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html">Maven 2 Pom Demystified</a>.</p></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven/trunk/content/pom/index.html
==============================================================================
--- websites/staging/maven/trunk/content/pom/index.html (original)
+++ websites/staging/maven/trunk/content/pom/index.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -15,7 +15,7 @@
         <meta name="author" content="Hervé Boutemy
 Dennis Lundberg" />
         <meta name="Date-Creation-yyyymmdd" content="20121104" />
-    <meta name="Date-Revision-yyyymmdd" content="20130104" />
+    <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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" />
         Parent POMs
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/powered-by-m2.html
==============================================================================
--- websites/staging/maven/trunk/content/powered-by-m2.html (original)
+++ websites/staging/maven/trunk/content/powered-by-m2.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | 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
 Vincent Massol" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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 @@ Vincent Massol" />
         Powered by Maven 2.x
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/privacy-policy.html
==============================================================================
--- websites/staging/maven/trunk/content/privacy-policy.html (original)
+++ websites/staging/maven/trunk/content/privacy-policy.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | 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="Vincent Siveton" />
         <meta name="Date-Creation-yyyymmdd" content="20081203" />
-    <meta name="Date-Revision-yyyymmdd" content="20130104" />
+    <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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 @@
         Privacy Policy
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/project-faq.html
==============================================================================
--- websites/staging/maven/trunk/content/project-faq.html (original)
+++ websites/staging/maven/trunk/content/project-faq.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Frequently Asked Questions About Project Metadata
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/project-info.html
==============================================================================
--- websites/staging/maven/trunk/content/project-info.html (original)
+++ websites/staging/maven/trunk/content/project-info.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Project Information
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/proposals/incubator/nmaven.html
==============================================================================
--- websites/staging/maven/trunk/content/proposals/incubator/nmaven.html (original)
+++ websites/staging/maven/trunk/content/proposals/incubator/nmaven.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brett Porter" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         NMaven Incubator Proposal
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/proposals/plugin-tool-refactoring.html
==============================================================================
--- websites/staging/maven/trunk/content/proposals/plugin-tool-refactoring.html (original)
+++ websites/staging/maven/trunk/content/proposals/plugin-tool-refactoring.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="John Casey" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Refactoring Proposal: Accommodating Generators for Multiple Plugin Types
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/release-notes-2.x.html
==============================================================================
--- websites/staging/maven/trunk/content/release-notes-2.x.html (original)
+++ websites/staging/maven/trunk/content/release-notes-2.x.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brian Fox" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Release Notes - Maven 2.x
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/release-notes-3.x.html
==============================================================================
--- websites/staging/maven/trunk/content/release-notes-3.x.html (original)
+++ websites/staging/maven/trunk/content/release-notes-3.x.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brian Fox" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Release Notes - Maven 3.x
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/release-notes-all.html
==============================================================================
--- websites/staging/maven/trunk/content/release-notes-all.html (original)
+++ websites/staging/maven/trunk/content/release-notes-all.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brian Fox" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Release Notes
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/repository-management.html
==============================================================================
--- websites/staging/maven/trunk/content/repository-management.html (original)
+++ websites/staging/maven/trunk/content/repository-management.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Repository Management with Maven Repository Managers
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/repository/index.html
==============================================================================
--- websites/staging/maven/trunk/content/repository/index.html (original)
+++ websites/staging/maven/trunk/content/repository/index.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -15,7 +15,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brett Porter" />
         <meta name="author" content="Hervé Boutemy" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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 @@
     Repository Centre
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/run-maven/index.html
==============================================================================
--- websites/staging/maven/trunk/content/run-maven/index.html (original)
+++ websites/staging/maven/trunk/content/run-maven/index.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brett Porter" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Running Maven
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/settings.html
==============================================================================
--- websites/staging/maven/trunk/content/settings.html (original)
+++ websites/staging/maven/trunk/content/settings.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Eric Redmond" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Settings Reference
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/shared/index.html
==============================================================================
--- websites/staging/maven/trunk/content/shared/index.html (original)
+++ websites/staging/maven/trunk/content/shared/index.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -15,7 +15,7 @@
         <meta name="author" content="Dennis Lundberg
 John Casey" />
         <meta name="Date-Creation-yyyymmdd" content="20121119" />
-    <meta name="Date-Revision-yyyymmdd" content="20130104" />
+    <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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 @@ John Casey" />
         Shared Components
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/skins/index.html
==============================================================================
--- websites/staging/maven/trunk/content/skins/index.html (original)
+++ websites/staging/maven/trunk/content/skins/index.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | 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="20120405" />
-    <meta name="Date-Revision-yyyymmdd" content="20130104" />
+    <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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 @@
         Skins
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/source-repository.html
==============================================================================
--- websites/staging/maven/trunk/content/source-repository.html (original)
+++ websites/staging/maven/trunk/content/source-repository.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Benjamin Bentmann" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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 @@
     Source Repository
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/team-list.html
==============================================================================
--- websites/staging/maven/trunk/content/team-list.html (original)
+++ websites/staging/maven/trunk/content/team-list.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Team list
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/testimonials.html
==============================================================================
--- websites/staging/maven/trunk/content/testimonials.html (original)
+++ websites/staging/maven/trunk/content/testimonials.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brett Porter" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Testimonials
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/users/getting-help.html
==============================================================================
--- websites/staging/maven/trunk/content/users/getting-help.html (original)
+++ websites/staging/maven/trunk/content/users/getting-help.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | 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="20070724" />
-    <meta name="Date-Revision-yyyymmdd" content="20130104" />
+    <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <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 @@
         Getting Help
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/users/index.html
==============================================================================
--- websites/staging/maven/trunk/content/users/index.html (original)
+++ websites/staging/maven/trunk/content/users/index.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Brett Porter" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Users Centre
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/what-is-maven.html
==============================================================================
--- websites/staging/maven/trunk/content/what-is-maven.html (original)
+++ websites/staging/maven/trunk/content/what-is-maven.html Sat Jan  5 14:52:53 2013
@@ -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 Jan 4, 2013
+ | Generated by Apache Maven Doxia at Jan 5, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Jason van Zyl" />
-        <meta name="Date-Revision-yyyymmdd" content="20130104" />
+        <meta name="Date-Revision-yyyymmdd" content="20130105" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
         What is Maven?
         </div>
             <div class="xright">        
-                                    Last Published: 2013-01-04
+                                    Last Published: 2013-01-05
             </div>
       <div class="clear">
         <hr/>