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 14:55:49 UTC

svn commit: r847002 [1/2] - in /websites/production/maven/content/pom-archives/asf-13-SNAPSHOT: ./ css/ images/ images/logos/

Author: olamy
Date: Thu Jan 17 13:55:48 2013
New Revision: 847002

Log:
Site checkin for project Apache Software Foundation Parent POM

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/maven-base.css
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/maven-base.css (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/maven-base.css Thu Jan 17 13:55:48 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/asf-13-SNAPSHOT/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/maven-theme.css
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/maven-theme.css (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/maven-theme.css Thu Jan 17 13:55:48 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/asf-13-SNAPSHOT/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/print.css
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/print.css (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/print.css Thu Jan 17 13:55:48 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/asf-13-SNAPSHOT/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/site.css
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/site.css (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/css/site.css Thu Jan 17 13:55:48 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/asf-13-SNAPSHOT/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/dependencies.html
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/dependencies.html (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/dependencies.html Thu Jan 17 13:55:48 2013
@@ -0,0 +1,133 @@
+<!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 Software Foundation 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="../index.html">Parent POMs</a>
+        &gt;
+                  <a href="index.html">ASF</a>
+        &gt;
+        Project Dependencies
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 13-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="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+            <strong>Dependencies</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">
+        <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;            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/asf-13-SNAPSHOT/dependencies.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/dependency-info.html
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/dependency-info.html (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/dependency-info.html Thu Jan 17 13:55:48 2013
@@ -0,0 +1,142 @@
+<!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 Software Foundation 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="../index.html">Parent POMs</a>
+        &gt;
+                  <a href="index.html">ASF</a>
+        &gt;
+        Dependency Information
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 13-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="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+            <strong>Dependency Information</strong>
+          </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</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&lt;/groupId&gt;
+  &lt;artifactId&gt;apache.&lt;/artifactId&gt;
+  &lt;version&gt;13-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:apache.:pom:13-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&quot; name=&quot;apache.&quot; rev=&quot;13-SNAPSHOT&quot;&gt;
+  &lt;artifact name=&quot;apache.&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', module='apache.', version='13-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:apache.:13-SNAPSHOT'</pre></div></div><div class="section"><h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a><div class="source"><pre>[org.apache/apache. &quot;13-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&quot; %% &quot;apache.&quot; % &quot;13-SNAPSHOT&quot;</pre></div></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            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/asf-13-SNAPSHOT/dependency-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/distribution-management.html
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/distribution-management.html (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/distribution-management.html Thu Jan 17 13:55:48 2013
@@ -0,0 +1,133 @@
+<!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 Software Foundation 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="../index.html">Parent POMs</a>
+        &gt;
+                  <a href="index.html">ASF</a>
+        &gt;
+        Project Distribution Management
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 13-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="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+            <strong>Distribution Management</strong>
+          </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</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>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/asf-13-SNAPSHOT</p></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            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/asf-13-SNAPSHOT/distribution-management.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/index.html
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/index.html (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/index.html Thu Jan 17 13:55:48 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 Software Foundation Parent POM - Apache Software Foundation 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="../index.html">Parent POMs</a>
+        &gt;
+                  <a href="index.html">ASF</a>
+        &gt;
+        Apache Software Foundation Parent POM
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 13-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="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</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>Apache Software Foundation Parent POM<a name="Apache_Software_Foundation_Parent_POM"></a></h2><p>This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven 2/3. By using this project as a parent, a project gets these settings.</p><p>Most project will want to override some of these settings.</p><p>The following is a list of the items configured in this POM:</p><ul><li>Top-level project properties:<ul><li><b>license</b>: The Apache Software License, version 2.0.</li><li><b>organization</b>: The Apache Software Foundation</li><li><b>url</b>: <tt>http://www.apache.org/</tt>. You should override this.</li><li><b>repositories</b>: The pom adds the Apache snapshot repository (<tt>http://repository.apache.org/snapshots</tt>)</li><li><b>distributionManagement</b>: The POM sets up for releases to the Apache Nexus instance at <tt>https://repositor
 y.apache.org/service/local/staging/deploy/maven2</tt> and snapshots to <tt>https://repository.apache.org/content/repositories/snapshots</tt>. Note that there are POM parameters (<tt>distMgmtSnapshotsName</tt> and <tt>distMgmtSnapshotsUrl</tt>) that you can override to change the snapshot location. </li><li><b>mailingLists</b>: The POM sets up generic Apache announcement lists. You should override this.</li></ul></li><li><b>pluginManagement</b>: The plugin management section specifies versions of a list of plugins. See the <a href="./plugin-management.html">Plugin Management report</a> for the complete list with versions. <ul><li>The compiler plugin is set to default to Java 1.4 and UTF-8 source.</li><li>the jar plugin is set to add default specification and implementation entries.</li><li>the resources plugin is set for UTF-8.</li><li>the release plugin: the release plugin is set, via the &lt;arguments&gt; configuration element, to enable the <b>apache-release</b> profile fo
 r <b>all</b> executions and to disable &lt;useReleaseProfiles&gt;. You can remove this with an empty &lt;arguments/&gt; element in the configuration of the release plugin.</li></ul></li><li><b>plugins</b>: The plugins section configures one execution:<ul><li>maven-remote-resources-plugin for org.apache:apache-jar-resource-bundle:1.4.</li></ul></li></ul></div><div class="section"><h2>The <tt>apache-release</tt> Profile<a name="The_apache-release_Profile"></a></h2><p>As noted above, this pom configures the release plugin to enable the <tt>apache-release</tt> profile for all executions of the release plugin. The profile includes the following plugins:</p><ul><li>maven-assembly-plugin: org.apache.apache.resources:apache-source-release-assembly-descriptor:1.0.3 is in the dependencies, and an execution is configured.The plugin is configured to take a descriptorRef name from the <b>sourceReleaseAssemblyDescriptor</b> property, which by default is set to 'source-release'.</li><li>ma
 ven-deploy-plugin</li><li>maven-source-plugin: configured to build and attach a source jar.</li><li>maven-javadoc-plugin: configured to build and attach a javadoc jar.</li><li>maven-gpg-plugin: configured to sign everything. It expects to find a passphrase in ${gpg.passphrase}, presumably in your <tt>settings.xml</tt>.</li></ul></div><div class="section"><h2>Settings Configuration<a name="Settings_Configuration"></a></h2><p>You can have a look at the page in Apache website <a class="externalLink" href="http://www.apache.org/dev/publishing-maven-artifacts.html">Publishing Maven Artifacts</a>.</p><p>You can test your environment setup using <tt>-Papache-release</tt> with the command line.</p></div><div class="section"><h2>History<a name="History"></a></h2><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/mav
 en/pom/tags/apache-12/pom.xml?view=markup">12</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-12/pom.xml?r1=HEAD&amp;r2=1369674&amp;diff_format=h">diff</a>)</td><td align="left"></td></tr><tr class="a"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-11/pom.xml?view=markup">11</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-11/pom.xml?r1=HEAD&amp;r2=1154610&amp;diff_format=h">diff</a>)</td><td align="left">2012-08-08</td></tr><tr class="b"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-10/pom.xml?view=markup">10</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-10/pom.xml?r1=HEAD&amp;r2=1069621&amp;diff_format=h">diff</a>)</td><td align="left">2011-08-09</td></tr><tr class="a"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/
 apache-9/pom.xml?view=markup">9</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-9/pom.xml?r1=HEAD&amp;r2=1038252&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/maven/pom/tags/apache-8/pom.xml?view=markup">8</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-8/pom.xml?r1=HEAD&amp;r2=893967&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/apache-7/pom.xml?view=markup">7</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-7/pom.xml?r1=HEAD&amp;r2=766952&amp;diff_format=h">diff</a>)</td><td align="left">2009-12-29</td></tr><tr class="b"><td align="left"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-6/pom.
 xml?view=markup">6</a> (<a class="externalLink" href="http://svn.apache.org/viewvc/maven/pom/tags/apache-6/pom.xml?r1=HEAD&amp;r2=766946&amp;diff_format=h">diff</a>)</td><td align="left">2009-04-24</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            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/asf-13-SNAPSHOT/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/integration.html
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/integration.html (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/integration.html Thu Jan 17 13:55:48 2013
@@ -0,0 +1,133 @@
+<!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 Software Foundation 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="../index.html">Parent POMs</a>
+        &gt;
+                  <a href="index.html">ASF</a>
+        &gt;
+        Continuous Integration
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 13-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="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+            <strong>Continuous Integration</strong>
+          </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</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/ASF%20Parent%20Pom/">https://builds.apache.org//view/M-R/view/Maven/job/ASF%20Parent%20Pom/</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;            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/asf-13-SNAPSHOT/integration.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/issue-tracking.html
==============================================================================
--- websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/issue-tracking.html (added)
+++ websites/production/maven/content/pom-archives/asf-13-SNAPSHOT/issue-tracking.html Thu Jan 17 13:55:48 2013
@@ -0,0 +1,133 @@
+<!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 Software Foundation 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="../index.html">Parent POMs</a>
+        &gt;
+                  <a href="index.html">ASF</a>
+        &gt;
+        Issue Tracking
+        </div>
+            <div class="xright">        
+                                    Last Published: 2013-01-17
+              &nbsp;| Version: 13-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="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="dependency-info.html">Dependency Information</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+            <strong>Issue Tracking</strong>
+          </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                  <a href="dependencies.html">Dependencies</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/12314370">http://issues.apache.org/jira/browse/MPOM/component/12314370</a></pre></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            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/asf-13-SNAPSHOT/issue-tracking.html
------------------------------------------------------------------------------
    svn:eol-style = native

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