You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/17 16:49:20 UTC

svn commit: r847026 [1/3] - in /websites/production/maven/content/pom-archives/maven-23-SNAPSHOT: ./ css/ images/ images/logos/

Author: olamy
Date: Thu Jan 17 15:49:19 2013
New Revision: 847026

Log:
Site checkin for project Apache Maven Parent POM

Added:
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-base.css   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-theme.css   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/print.css   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/site.css   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependencies.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-info.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-management.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/distribution-management.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/apache-maven-project-2.png   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/banner.jpg   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/bg.jpg   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/breadcrumbs.jpg   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/close.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/collapsed.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/expanded.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/external.png   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/h3.jpg   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/h5.jpg   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_error_sml.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_info_sml.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_success_sml.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_warning_sml.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logo_apache.jpg   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logo_maven.jpg   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/build-by-maven-black.png   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/build-by-maven-white.png   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/maven-feather.png   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/maven-logo-2.gif   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/newwindow.png   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/index.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/integration.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/issue-tracking.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/license.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/mail-lists.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/plugin-management.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/plugins.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/project-info.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/project-summary.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/source-repository.html   (with props)
    websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/team-list.html   (with props)

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-base.css
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-base.css (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-base.css Thu Jan 17 15:49:19 2013
@@ -0,0 +1,156 @@
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+ padding-bottom: 3px; /* IE-9 scrollbar-fix */
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#navcolumn li.none {
+  text-indent: -1em;
+  margin-left: 1em;
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}
+#navcolumn img.imageLink, .imageLink{
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-base.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-theme.css
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-theme.css (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-theme.css Thu Jan 17 15:49:19 2013
@@ -0,0 +1,217 @@
+/*
+ * 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.
+ */
+
+body {
+  background-color: #fff;
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  margin-left: auto;
+  margin-right: auto;
+  background-repeat: repeat-y;
+  font-size: 13px;
+  padding: 0px;
+}
+td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 12px;
+  color:#333333;
+}
+code{
+  font-size: 12px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#47a;
+}
+a:visited {
+  color:#68a;
+}
+a:active, a:hover {
+  color:#990000;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  font-size: 17px;
+  color: #333333;
+}
+h3 {
+  padding: 4px 4px 4px 24px;
+  color: #666;
+  background-color: #ccc;
+  font-weight: bold;
+  font-size: 14px;
+  background-image: url(../images/h3.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
+}
+p {
+  line-height: 1.3em;
+  font-size: 12px;
+  color: #000;
+}
+#breadcrumbs {
+  height: 13px;
+  background-image: url(../images/breadcrumbs.jpg);
+  padding: 5px 10px 14px 20px;
+}
+* html #breadcrumbs {
+  padding-bottom: 8px;
+}
+#leftColumn {
+  margin: 10px 0 10px 0;
+  border-top-color: #ccc;
+  border-top-style: solid;
+  border-top-width: 1px;
+  border-right-color: #ccc;
+  border-right-style: solid;
+  border-right-width: 1px;
+  border-bottom-color: #ccc;
+  border-bottom-style: solid;
+  border-bottom-width: 1px;
+  padding-right: 5px;
+  padding-left: 5px;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  padding-left: 9px;
+  color: #49635a;
+  background-image: url(../images/h5.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 11px;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+table.bodyTable tr.a:hover, table.bodyTable tr.b:hover {
+  background: #dfe3db;
+}
+
+.source {
+  border: 1px solid #999;
+  overflow:auto
+}
+dt {
+  padding: 4px 4px 4px 24px;
+  color: #333333;
+  background-color: #ccc;
+  font-weight: bold;
+  font-size: 14px;
+  background-image: url(../images/h3.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
+}
+.subsectionTitle {
+  font-size: 13px;
+  font-weight: bold;
+  color: #666;
+
+}
+
+table {
+  font-size: 10px;
+}
+.xright a:link, .xright a:visited, .xright a:active {
+  color: #666;
+}
+.xright a:hover {
+  color: #003300;
+}
+#banner {
+  height: 93px;
+  background: url(../images/banner.jpg);
+}
+#navcolumn ul {
+  margin: 5px 0 15px -0em;
+}
+#navcolumn ul a {
+  color: #333333;
+}
+#navcolumn ul a:hover {
+  color: red;
+}
+#intro {
+  border: solid #ccc 1px;
+  margin: 6px 0px 0px 0px;
+  padding: 10px 40px 10px 40px;
+}
+.subsection {
+  margin-left: 3px;
+  color: #333333;
+}
+
+.subsection p {
+  font-size: 12px;
+}
+#footer {
+  padding: 10px;
+  margin: 20px 0px 20px 0px;
+  border-top: solid #ccc 1px;
+  color: #333333;
+}
+
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/maven-theme.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/print.css
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/print.css (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/print.css Thu Jan 17 15:49:19 2013
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/print.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/site.css
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/site.css (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/site.css Thu Jan 17 15:49:19 2013
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/css/site.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependencies.html
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependencies.html (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependencies.html Thu Jan 17 15:49:19 2013
@@ -0,0 +1,136 @@
+<!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 17, 2013
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Parent POM - Project Dependencies</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20130117" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../../pom/index.html">Parent POMs</a>
+        &gt;
+                  <a href="../../pom/maven/index.html">Maven</a>
+        &gt;
+        Project Dependencies
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 23-SNAPSHOT
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                             <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-management.html">Dependency Management</a>
+            </li>
+                      <li class="none">
+            <strong>Dependencies</strong>
+          </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <a name="Project_Dependencies"></a><div class="section"><h2>Project Dependencies<a name="Project_Dependencies"></a></h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2013
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependencies.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependencies.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-info.html
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-info.html (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-info.html Thu Jan 17 15:49:19 2013
@@ -0,0 +1,145 @@
+<!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 17, 2013
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Parent POM - Dependency Information</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20130117" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../../pom/index.html">Parent POMs</a>
+        &gt;
+                  <a href="../../pom/maven/index.html">Maven</a>
+        &gt;
+        Dependency Information
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 23-SNAPSHOT
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                             <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+            <strong>Dependency Information</strong>
+          </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-management.html">Dependency Management</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Dependency Information<a name="Dependency_Information"></a></h2><a name="Dependency_Information"></a><div class="section"><h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a><div class="source"><pre>&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
+  &lt;artifactId&gt;maven-parent.&lt;/artifactId&gt;
+  &lt;version&gt;23-SNAPSHOT&lt;/version&gt;
+  &lt;type&gt;pom&lt;/type&gt;
+&lt;/dependency&gt;</pre></div></div><div class="section"><h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a><div class="source"><pre>'org.apache.maven:maven-parent.:pom:23-SNAPSHOT'</pre></div></div><div class="section"><h3>Apache Ant<a name="Apache_Ant"></a></h3><a name="Apache_Ant"></a><div class="source"><pre>&lt;dependency org=&quot;org.apache.maven&quot; name=&quot;maven-parent.&quot; rev=&quot;23-SNAPSHOT&quot;&gt;
+  &lt;artifact name=&quot;maven-parent.&quot; type=&quot;pom&quot; /&gt;
+&lt;/dependency&gt;</pre></div></div><div class="section"><h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a><div class="source"><pre>@Grapes(
+@Grab(group='org.apache.maven', module='maven-parent.', version='23-SNAPSHOT')
+)</pre></div></div><div class="section"><h3>Grails<a name="Grails"></a></h3><a name="Grails"></a><div class="source"><pre>compile 'org.apache.maven:maven-parent.:23-SNAPSHOT'</pre></div></div><div class="section"><h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a><div class="source"><pre>[org.apache.maven/maven-parent. &quot;23-SNAPSHOT&quot;]</pre></div></div><div class="section"><h3>SBT<a name="SBT"></a></h3><a name="SBT"></a><div class="source"><pre>libraryDependencies += &quot;org.apache.maven&quot; %% &quot;maven-parent.&quot; % &quot;23-SNAPSHOT&quot;</pre></div></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2013
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-info.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-management.html
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-management.html (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-management.html Thu Jan 17 15:49:19 2013
@@ -0,0 +1,136 @@
+<!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 17, 2013
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Parent POM - Project Dependency Management</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20130117" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../../pom/index.html">Parent POMs</a>
+        &gt;
+                  <a href="../../pom/maven/index.html">Maven</a>
+        &gt;
+        Project Dependency Management
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 23-SNAPSHOT
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                             <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+            <strong>Dependency Management</strong>
+          </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Dependency Management<a name="Project_Dependency_Management"></a></h2><a name="Project_Dependency_Management"></a><div class="section"><h3>compile<a name="compile"></a></h3><a name="compile"></a><p>The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/">plexus-component-annotations</a></td><td>1.5.5</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div><div class="section"><h3>provided<a name="provided"></a></h3><a nam
 e="provided"></a><p>The following is a list of provided dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>org.apache.maven.plugin-tools</td><td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/">maven-plugin-annotations</a></td><td>3.2</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2013
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-management.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/dependency-management.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/distribution-management.html
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/distribution-management.html (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/distribution-management.html Thu Jan 17 15:49:19 2013
@@ -0,0 +1,136 @@
+<!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 17, 2013
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Parent POM - Project Distribution Management</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20130117" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../../pom/index.html">Parent POMs</a>
+        &gt;
+                  <a href="../../pom/maven/index.html">Maven</a>
+        &gt;
+        Project Distribution Management
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 23-SNAPSHOT
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                             <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-management.html">Dependency Management</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+            <strong>Distribution Management</strong>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>The following is the distribution management information used by this project.</p><div class="section"><h3>Repository - apache.releases.https<a name="Repository_-_apache.releases.https"></a></h3><a name="Repository_-_apache.releases.https"></a><a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2">https://repository.apache.org/service/local/staging/deploy/maven2</a></div><div class="section"><h3>Snapshot Repository - apache.snapshots.https<a name="Snapshot_Repository_-_apache.snapshots.https"></a></h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div><div class="section"><h3>Site - apache.website<a name="Site_-_apache.website"></a></h3><a name="Site_-_apache.website"></a><
 p>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/pom-archives/maven-23-SNAPSHOT</p></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2013
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/distribution-management.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/distribution-management.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/apache-maven-project-2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/apache-maven-project-2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/banner.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/banner.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/bg.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/breadcrumbs.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/breadcrumbs.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/close.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/collapsed.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/expanded.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/external.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/h3.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/h3.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/h5.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/h5.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_error_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_info_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_success_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_warning_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logo_apache.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logo_apache.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logo_maven.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logo_maven.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/build-by-maven-black.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/build-by-maven-white.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/maven-feather.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/maven-logo-2.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/maven-logo-2.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/newwindow.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/index.html
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/index.html (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/index.html Thu Jan 17 15:49:19 2013
@@ -0,0 +1,140 @@
+<!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 17, 2013
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Parent POM - Maven Project Parent POM</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="author" content="Benson Margulies
+Hervé Boutemy" />
+        <meta name="Date-Creation-yyyymmdd" content="20120503" />
+    <meta name="Date-Revision-yyyymmdd" content="20130117" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../../pom/index.html">Parent POMs</a>
+        &gt;
+                  <a href="../../pom/maven/index.html">Maven</a>
+        &gt;
+        Maven Project Parent POM
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 23-SNAPSHOT
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                             <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+            <strong>About</strong>
+          </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-management.html">Dependency Management</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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/referen
 ces/apt-format.html --><div class="section"><h2>Maven Project Parent POM<a name="Maven_Project_Parent_POM"></a></h2><p>This POM is the common parent of all of the Maven components in the Apache Maven project. Most of its contents are pinning down version numbers of plugins; it does not provide any dependencyManagement.</p><p>This POM contains Maven developers information for the <a href="./team-list.html">Project Team report</a>, sorted by role and id. See the LDAP extract for more accurate <a class="externalLink" href="http://people.apache.org/committers-by-project.html#maven">committers</a> and <a class="externalLink" href="http://people.apache.org/committers-by-project.html#maven-pmc">PMC members</a> lists. </p></div><div class="section"><h2>The <tt>reporting</tt> Profile<a name="The_reporting_Profile"></a></h2><p>This POM provides <tt>reporting</tt> profile for rendering documentation during site generation:</p><div class="source"><pre>mvn -Preporting site
+mvn -Preporting site-deploy</pre></div><p>See <a href="./plugins.html">Plugins report</a> for a list of configured report plugins.</p></div><div class="section"><h2>History<a name="History"></a></h2><p>As of version 21, this POM sets the Java source and target versions to 1.5. Thus, as any plugin (or other component) moved to version 21+ of this POM, it moves to requiring Java 1.5.</p><table border="1" class="bodyTable"><tr class="a"><th align="left"><b>Version</b></th><th align="left"><b>Release Date</b></th></tr><tr class="b"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22/pom.xml?view=markup">22</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22/pom.xml?r1=HEAD&amp;r2=1157980&amp;diff_format=h">diff</a>)</td><td align="left">2012-08-08</td></tr><tr class="a"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21/pom.xml
 ?view=markup">21</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21/pom.xml?r1=HEAD&amp;r2=1134934&amp;diff_format=h">diff</a>)</td><td align="left">2011-08-18</td></tr><tr class="b"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-20/pom.xml?view=markup">20</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-20/pom.xml?r1=HEAD&amp;r2=1069626&amp;diff_format=h">diff</a>)</td><td align="left">2011-06-15</td></tr><tr class="a"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-19/pom.xml?view=markup">19</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-19/pom.xml?r1=HEAD&amp;r2=1038256&amp;diff_format=h">diff</a>)</td><td align="left">2011-02-15</td></tr><tr class="b"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/mave
 n/pom/tags/maven-parent-18/pom.xml?view=markup">18</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-18/pom.xml?r1=HEAD&amp;r2=1029850&amp;diff_format=h">diff</a>)</td><td align="left">2010-11-26</td></tr><tr class="a"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-17/pom.xml?view=markup">17</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-17/pom.xml?r1=HEAD&amp;r2=905048&amp;diff_format=h">diff</a>)</td><td align="left">2010-11-04</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2013
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/index.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/integration.html
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/integration.html (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/integration.html Thu Jan 17 15:49:19 2013
@@ -0,0 +1,136 @@
+<!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 17, 2013
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Parent POM - Continuous Integration</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20130117" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../../pom/index.html">Parent POMs</a>
+        &gt;
+                  <a href="../../pom/maven/index.html">Maven</a>
+        &gt;
+        Continuous Integration
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 23-SNAPSHOT
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                             <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-management.html">Dependency Management</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+            <strong>Continuous Integration</strong>
+          </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div><div class="section"><h2>Access<a name="Access"></a></h2><a name="Access"></a><p>The following is a link to the continuous integration system used by the project.</p><div class="source"><pre><a class="externalLink" href="https://builds.apache.org//view/M-R/view/Maven/job/maven-parent/">https://builds.apache.org//view/M-R/view/Maven/job/maven-parent/</a></pre></div></div><div class="section"><h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a><p>No notifiers are defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2013
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/integration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/integration.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/issue-tracking.html
==============================================================================
--- websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/issue-tracking.html (added)
+++ websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/issue-tracking.html Thu Jan 17 15:49:19 2013
@@ -0,0 +1,136 @@
+<!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 17, 2013
+ | Rendered using Apache Maven Stylus Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache Maven Parent POM - Issue Tracking</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20130117" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                              </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                   <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../../pom/index.html">Parent POMs</a>
+        &gt;
+                  <a href="../../pom/maven/index.html">Maven</a>
+        &gt;
+        Issue Tracking
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 23-SNAPSHOT
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                             <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+            <strong>Issue Tracking</strong>
+          </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-management.html">Dependency Management</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                               </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div><div class="section"><h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a class="externalLink" href="http://issues.apache.org/jira/browse/MPOM/component/12314371">http://issues.apache.org/jira/browse/MPOM/component/12314371</a></pre></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2013
+              The Apache Software Foundation
+            
+                          - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/issue-tracking.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/pom-archives/maven-23-SNAPSHOT/issue-tracking.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision