Added: archiva/site-content/docs/1.3.9/css/maven-theme.css
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/css/maven-theme.css?rev=1605278&view=auto
==============================================================================
--- archiva/site-content/docs/1.3.9/css/maven-theme.css (added)
+++ archiva/site-content/docs/1.3.9/css/maven-theme.css Wed Jun 25 07:00:29 2014
@@ -0,0 +1,213 @@
+/*
+ * 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:#666666;
+}
+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;
+}
+
+.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);
+}
Propchange: archiva/site-content/docs/1.3.9/css/maven-theme.css
------------------------------------------------------------------------------
svn:eol-style = native
Added: archiva/site-content/docs/1.3.9/css/print.css
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/css/print.css?rev=1605278&view=auto
==============================================================================
--- archiva/site-content/docs/1.3.9/css/print.css (added)
+++ archiva/site-content/docs/1.3.9/css/print.css Wed Jun 25 07:00:29 2014
@@ -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: archiva/site-content/docs/1.3.9/css/print.css
------------------------------------------------------------------------------
svn:eol-style = native
Added: archiva/site-content/docs/1.3.9/css/site.css
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/css/site.css?rev=1605278&view=auto
==============================================================================
--- archiva/site-content/docs/1.3.9/css/site.css (added)
+++ archiva/site-content/docs/1.3.9/css/site.css Wed Jun 25 07:00:29 2014
@@ -0,0 +1,70 @@
+a.externalLink, a.externalLink:link, a.externalLink:visited,
a.externalLink:active, a.externalLink:hover {
+ background: none;
+ padding-right: 0;
+}
+
+body ul {
+ list-style-type: square;
+}
+
+#downloadbox {
+ float: right;
+ margin-left: 2em;
+ padding-left: 1em;
+ padding-right: 1em;
+ padding-bottom: 1em;
+ border: 1px solid #999;
+ background-color: #eee;
+ width: 17.5em;
+}
+
+#downloadbox h5 {
+ color: #000;
+ margin: 0;
+ border-bottom: 1px solid #aaaaaa;
+ font-size: smaller;
+ padding: 0;
+ margin-top: 1em;
+}
+
+#downloadbox p {
+ margin-top: 1em;
+ margin-bottom: 0;
+}
+
+#downloadbox li {
+ text-indent: inherit;
+}
+
+div.p {
+ margin-top: 5px;
+ margin-bottom: 10px;
+}
+
+pre.commandline {
+ border: 1px solid #bbb;
+ background-color: white;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ font-size: 10pt;
+ padding: 15px;
+ color: gray;
+}
+
+pre.commandline .input {
+ color: #55f;
+}
+
+pre.commandline .command {
+ color: black;
+ font-weight: bold;
+}
+
+#banner {
+ background: none;
+}
+
+#banner img {
+ margin: 10px;
+}
+
Propchange: archiva/site-content/docs/1.3.9/css/site.css
------------------------------------------------------------------------------
svn:eol-style = native
Added: archiva/site-content/docs/1.3.9/customising/writing-consumer.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/customising/writing-consumer.html?rev=1605278&view=auto
==============================================================================
--- archiva/site-content/docs/1.3.9/customising/writing-consumer.html (added)
+++ archiva/site-content/docs/1.3.9/customising/writing-consumer.html Wed Jun
25 07:00:29 2014
@@ -0,0 +1,286 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Archiva Documentation - Writing a Consumer Plugin</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="Maria Odea Ching" />
+ <meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+ <?xml version="1.0" encoding="UTF-8"?>
+<script type="text/javascript">var gaJsHost = (("https:" ==
document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
+ <?xml version="1.0" encoding="UTF-8"?>
+<script type="text/javascript">var pageTracker =
_gat._getTracker("UA-140879-5");
+pageTracker._initData();
+pageTracker._trackPageview();</script>
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="../../" id="bannerLeft">
+
+ <img
src="http://archiva.apache.org/images/archiva.png" alt="" />
+
+ </a>
+ <a href="http://www.apache.org/" id="bannerRight">
+
+ <img
src="http://www.apache.org/images/asf_logo_wide.png" alt="" />
+
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+ <div class="xleft">
+
+ <a href="http://www.apache.org/">Apache</a>
+ >
+
+ <a href="../../../">Archiva</a>
+ >
+
+ <a href="../index.html">1.3.9</a>
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+ | Last Published: 25 Jun 2014
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+ <h5>Introduction</h5>
+ <ul>
+
+ <li class="none">
+ <a href="../quick-start.html">Quick Start</a>
+ </li>
+
+ <li class="none">
+ <a href="../tour/index.html">Feature Tour</a>
+ </li>
+
+ <li class="none">
+ <a href="../release-notes.html">Release Notes</a>
+ </li>
+
+ <li class="none">
+ <a href="http://archiva.apache.org/download.html">Downloads</a>
+ </li>
+ </ul>
+ <h5>Users Guide</h5>
+ <ul>
+
+ <li class="none">
+ <a href="../userguide/browsing.html">Browsing</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/searching.html">Searching</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/find-artifact.html">Identifying an
Artifact</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/delete-artifact.html">Deleting an
Artifact</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/using-repository.html">Using as a
repository</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/deploy.html">Deploying to repository</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/virtual-repositories.html">Configuring
Virtual Repositories</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/rss.html">Rss Feeds in Archiva</a>
+ </li>
+
+ <li class="none">
+ <a href="../userguide/auditlog-report.html">Audit Log Report</a>
+ </li>
+ </ul>
+ <h5>Administrators Guide</h5>
+ <ul>
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="../adminguide/installing.html">Installing Archiva</a>
+ </li>
+
+ <li class="none">
+ <a href="../adminguide/databases.html">Databases</a>
+ </li>
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="../adminguide/security.html">Security</a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="../adminguide/configuration.html">Runtime
Configuration</a>
+ </li>
+
+ <li class="none">
+ <a href="../adminguide/configuration-files.html">Configuration
Files</a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="../adminguide/logging.html">Log Files</a>
+ </li>
+
+ <li class="none">
+ <a href="../adminguide/reports.html">Reports</a>
+ </li>
+
+ <li class="none">
+ <a href="../adminguide/web-services.html">Web Services</a>
+ </li>
+ </ul>
+ <h5>Customising Archiva</h5>
+ <ul>
+
+ <li class="none">
+ <strong>Writing a Consumer Plugin</strong>
+ </li>
+ </ul>
+ <h5>More Information</h5>
+ <ul>
+
+ <li class="none">
+ <a
href="http://cwiki.apache.org/confluence/display/ARCHIVA/Index">Archiva Wiki</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" id="poweredBy">
+ <img alt="Built by Maven"
src="../images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Writing a Consumer Plugin</h2><p>For a sample
custom consumer, you can checkout the archiva-consumer-plugin at the archiva
sandbox in the SVN repository:</p><div
class="source"><pre>http://svn.apache.org/repos/asf/archiva/sandbox/archiva-consumer-plugin</pre></div><p>Below
are the steps on how to create a custom repository consumer and plug it in
Archiva:</p><ol type="1"><li>Create a project for your
component.</li><li>Declare your class or in this case, consumer as a component
as shown in the example below. This should be put at the class level.<div
class="source"><pre>Ex.
[email protected]
role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
+ role-hint="discover-new-artifact"
+ instantiation-strategy="per-lookup"
+
+where,
+ role: the interface that your class implements
+ role-hint: the lookup name of the component (your class/consumer)
+ instantiation-strategy: how your class will be
instantiated</pre></div></li><li>Make sure to add the snippet below in the
<i>build</i> section of the project's pom. This is needed to generate the
components.xml.<div class="source"><pre><plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.5</version>
+ <executions>
+ <execution>
+ <id>generate</id>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin></pre></div></li><li>Package your project by executing 'mvn
clean package'</li><li>Let's say you are using the
apache-archiva-1.0-bin.tar.gz to run Archiva. Unpack the binaries then go to
bin/linux-x86-32/ (assuming you are running on Linux), then execute './run.sh
console'. Then stop or shutdown Archiva after it started. (This is necessary to
unpack the war file.)</li><li>Copy the jar file you created in step 4 in
apache-archiva-1.0/apps/archiva/webapp/lib/</li><li>Add the necessary
configurations in archiva.xml (in this case, add 'discover-new-artifact' as a
<i>knownContentConsumer</i>)</li><li>Start up Archiva again.</li></ol></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2006-2014
+
+ The Apache Software Foundation
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
Propchange: archiva/site-content/docs/1.3.9/customising/writing-consumer.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: archiva/site-content/docs/1.3.9/images/advanced-search.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/advanced-search.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/advanced-search.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/apache-maven-project-2.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/apache-maven-project-2.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/apache-maven-project-2.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/archiva-report.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/archiva-report.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/archiva-report.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/banner.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/banner.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/banner.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/bg.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/bg.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/bg.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/breadcrumbs.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/breadcrumbs.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/breadcrumbs.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/collapsed.gif
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/collapsed.gif?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/collapsed.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site-content/docs/1.3.9/images/expanded.gif
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/expanded.gif?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/expanded.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site-content/docs/1.3.9/images/external.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/external.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/external.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/find-artifact-security.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/find-artifact-security.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/find-artifact-security.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/find-artifact.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/find-artifact.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/find-artifact.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/h3.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/h3.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/h3.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/h5.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/h5.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/h5.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/icon_error_sml.gif
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/icon_error_sml.gif?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/icon_error_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site-content/docs/1.3.9/images/icon_info_sml.gif
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/icon_info_sml.gif?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/icon_info_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site-content/docs/1.3.9/images/icon_success_sml.gif
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/icon_success_sml.gif?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/icon_success_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site-content/docs/1.3.9/images/icon_warning_sml.gif
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/icon_warning_sml.gif?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/icon_warning_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site-content/docs/1.3.9/images/latest-events.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/latest-events.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/latest-events.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/logo_apache.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/logo_apache.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/logo_apache.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/logo_maven.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/logo_maven.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/logo_maven.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/logos/maven-feather.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/logos/maven-feather.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/logos/maven-feather.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/maven-logo-2.gif
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/maven-logo-2.gif?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/maven-logo-2.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site-content/docs/1.3.9/images/newwindow.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/newwindow.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/newwindow.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/repositories.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/repositories.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/repositories.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/repository-statistics.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/repository-statistics.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/repository-statistics.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/search-results.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/search-results.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/search-results.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/images/tour/admin.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/admin.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/admin.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/audit-log.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/audit-log.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/audit-log.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/maintenance.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/maintenance.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/maintenance.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/project.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/project.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/project.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/proxy.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/proxy.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/proxy.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/reports.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/reports.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/reports.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/rss.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/rss.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/rss.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/search.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/search.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/search.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/security.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/security.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/security.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/upload.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/upload.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/upload.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/tour/virtual-repos.png
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/tour/virtual-repos.png?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/tour/virtual-repos.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: archiva/site-content/docs/1.3.9/images/upload-artifact.jpg
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/images/upload-artifact.jpg?rev=1605278&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site-content/docs/1.3.9/images/upload-artifact.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: archiva/site-content/docs/1.3.9/index.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/index.html?rev=1605278&view=auto
==============================================================================
--- archiva/site-content/docs/1.3.9/index.html (added)
+++ archiva/site-content/docs/1.3.9/index.html Wed Jun 25 07:00:29 2014
@@ -0,0 +1,265 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Archiva Documentation - Welcome to Archiva</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 http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+ <?xml version="1.0" encoding="UTF-8"?>
+<script type="text/javascript">var gaJsHost = (("https:" ==
document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
+ <?xml version="1.0" encoding="UTF-8"?>
+<script type="text/javascript">var pageTracker =
_gat._getTracker("UA-140879-5");
+pageTracker._initData();
+pageTracker._trackPageview();</script>
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="../../" id="bannerLeft">
+
+ <img
src="http://archiva.apache.org/images/archiva.png" alt="" />
+
+ </a>
+ <a href="http://www.apache.org/" id="bannerRight">
+
+ <img
src="http://www.apache.org/images/asf_logo_wide.png" alt="" />
+
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+ <div class="xleft">
+
+ <a href="http://www.apache.org/">Apache</a>
+ >
+
+ <a href="../../">Archiva</a>
+ >
+
+ 1.3.9
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+ | Last Published: 25 Jun 2014
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+ <h5>Introduction</h5>
+ <ul>
+
+ <li class="none">
+ <a href="quick-start.html">Quick Start</a>
+ </li>
+
+ <li class="none">
+ <a href="tour/index.html">Feature Tour</a>
+ </li>
+
+ <li class="none">
+ <a href="release-notes.html">Release Notes</a>
+ </li>
+
+ <li class="none">
+ <a href="http://archiva.apache.org/download.html">Downloads</a>
+ </li>
+ </ul>
+ <h5>Users Guide</h5>
+ <ul>
+
+ <li class="none">
+ <a href="userguide/browsing.html">Browsing</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/searching.html">Searching</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/find-artifact.html">Identifying an
Artifact</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/delete-artifact.html">Deleting an Artifact</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/using-repository.html">Using as a
repository</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/deploy.html">Deploying to repository</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/virtual-repositories.html">Configuring
Virtual Repositories</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/rss.html">Rss Feeds in Archiva</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/auditlog-report.html">Audit Log Report</a>
+ </li>
+ </ul>
+ <h5>Administrators Guide</h5>
+ <ul>
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/installing.html">Installing Archiva</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/databases.html">Databases</a>
+ </li>
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/security.html">Security</a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/configuration.html">Runtime Configuration</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/configuration-files.html">Configuration
Files</a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/logging.html">Log Files</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/reports.html">Reports</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/web-services.html">Web Services</a>
+ </li>
+ </ul>
+ <h5>Customising Archiva</h5>
+ <ul>
+
+ <li class="none">
+ <a href="customising/writing-consumer.html">Writing a Consumer
Plugin</a>
+ </li>
+ </ul>
+ <h5>More Information</h5>
+ <ul>
+
+ <li class="none">
+ <a
href="http://cwiki.apache.org/confluence/display/ARCHIVA/Index">Archiva Wiki</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" id="poweredBy">
+ <img alt="Built by Maven"
src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <p>Archiva is a build artifact repository manager for use with build
tools such as <a href="http://maven.apache.org"> Maven</a>, <a
href="http://continuum.apache.org"> Continuum</a>, and <a
href="http://ant.apache.org/"> ANT</a>.</p><p>With Archiva, you can share
artifacts with other developers and manage the associated security required,
aggregate (proxy) content from remote artifact repositories, visualise your
artifact utilisation with search, browse and reporting, and perform routine
maintenance on your repositories.</p><p>To get started with Archiva, you can
read the following documentation:</p><ul><li><a href="quick-start.html"> A
Quick Getting Started Guide</a></li><li><a href="userguide/index.html"> Users
Guide</a></li><li><a href="adminguide/index.html"> Administrators
Guide</a></li></ul>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2006-2014
+
+ The Apache Software Foundation
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
Propchange: archiva/site-content/docs/1.3.9/index.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: archiva/site-content/docs/1.3.9/quick-start.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/docs/1.3.9/quick-start.html?rev=1605278&view=auto
==============================================================================
--- archiva/site-content/docs/1.3.9/quick-start.html (added)
+++ archiva/site-content/docs/1.3.9/quick-start.html Wed Jun 25 07:00:29 2014
@@ -0,0 +1,267 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Archiva Documentation - Quick Start</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="Henri Yandell" />
+ <meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+ <?xml version="1.0" encoding="UTF-8"?>
+<script type="text/javascript">var gaJsHost = (("https:" ==
document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
+ <?xml version="1.0" encoding="UTF-8"?>
+<script type="text/javascript">var pageTracker =
_gat._getTracker("UA-140879-5");
+pageTracker._initData();
+pageTracker._trackPageview();</script>
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="../../" id="bannerLeft">
+
+ <img
src="http://archiva.apache.org/images/archiva.png" alt="" />
+
+ </a>
+ <a href="http://www.apache.org/" id="bannerRight">
+
+ <img
src="http://www.apache.org/images/asf_logo_wide.png" alt="" />
+
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+ <div class="xleft">
+
+ <a href="http://www.apache.org/">Apache</a>
+ >
+
+ <a href="../../">Archiva</a>
+ >
+
+ <a href="index.html">1.3.9</a>
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+ | Last Published: 25 Jun 2014
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+ <h5>Introduction</h5>
+ <ul>
+
+ <li class="none">
+ <strong>Quick Start</strong>
+ </li>
+
+ <li class="none">
+ <a href="tour/index.html">Feature Tour</a>
+ </li>
+
+ <li class="none">
+ <a href="release-notes.html">Release Notes</a>
+ </li>
+
+ <li class="none">
+ <a href="http://archiva.apache.org/download.html">Downloads</a>
+ </li>
+ </ul>
+ <h5>Users Guide</h5>
+ <ul>
+
+ <li class="none">
+ <a href="userguide/browsing.html">Browsing</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/searching.html">Searching</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/find-artifact.html">Identifying an
Artifact</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/delete-artifact.html">Deleting an Artifact</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/using-repository.html">Using as a
repository</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/deploy.html">Deploying to repository</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/virtual-repositories.html">Configuring
Virtual Repositories</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/rss.html">Rss Feeds in Archiva</a>
+ </li>
+
+ <li class="none">
+ <a href="userguide/auditlog-report.html">Audit Log Report</a>
+ </li>
+ </ul>
+ <h5>Administrators Guide</h5>
+ <ul>
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/installing.html">Installing Archiva</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/databases.html">Databases</a>
+ </li>
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/security.html">Security</a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/configuration.html">Runtime Configuration</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/configuration-files.html">Configuration
Files</a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="adminguide/logging.html">Log Files</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/reports.html">Reports</a>
+ </li>
+
+ <li class="none">
+ <a href="adminguide/web-services.html">Web Services</a>
+ </li>
+ </ul>
+ <h5>Customising Archiva</h5>
+ <ul>
+
+ <li class="none">
+ <a href="customising/writing-consumer.html">Writing a Consumer
Plugin</a>
+ </li>
+ </ul>
+ <h5>More Information</h5>
+ <ul>
+
+ <li class="none">
+ <a
href="http://cwiki.apache.org/confluence/display/ARCHIVA/Index">Archiva Wiki</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" id="poweredBy">
+ <img alt="Built by Maven"
src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Installing Archiva</h2><p>The quickest way to
install Archiva is to <a
href="http://archiva.apache.org/download.html">download</a> and use the
standalone distribution. This includes a bundled Jetty server which can be
easily started. For more information on advanced configuration of this
instance, refer to the <a href="adminguide/standalone.html"> Administration
Guide</a>.</p><p>To get started right away, you can run the following after
unpacking:</p><div class="source"><pre>./bin/archiva console (Linux, Mac,
Solaris)
+.\bin\archiva.bat console (Windows)</pre></div><p>You will need to choose a
different start command based on your platform. The <tt>console</tt> argument
starts the server with the logs going to standard output, and waits for Ctrl+C
to stop the server.</p><p><b>Note:</b> A Derby exception "Schema 'SA' does
not exist" occurs, but is not of concern.</p><p>Archiva is now running on
<tt>http://localhost:8080/archiva/</tt></p></div><div class="section"><h2><a
name="Setting up your Archiva instance">Setting up your Archiva
instance</a></h2><p>You can now browse the web administration of Archiva. There
will be a few basic setup tasks to get started.</p><p>The first step is to
setup your administration user. The password requires a numerical character and
must not be longer than 8 chars. You'll then need to log in. Use 'admin' as the
username and the password you've entered.</p><p>At this point, Archiva is fully
functional - you can use it with the default repositories and guest u
ser. You might like to explore the user and administrator guides to find other
functionality.</p><p>The default configuration for Archiva configures two
repositories:</p><ul><li><tt>internal</tt> - a repository for containing
released artifacts. This is connected by proxy to the central repository, so
requests here will automatically retrieve the remote
artifacts.</li><li><tt>snapshots</tt> - a repository for storing deployed
snapshots. This is not proxied to any remote repositories by
default.</li></ul><p>In addition, the guest user has read access to these
repositories, so you can make anonymous requests to either. To try this out,
point a web browser at the following URL: <a
href="http://localhost:8080/archiva/repository/internal/junit/junit/3.8.1/junit-3.8.1.jar">http://localhost:8080/archiva/repository/internal/junit/junit/3.8.1/junit-3.8.1.jar</a>.
Though the artifact is not present locally, you will see in the Archiva logs
that it is downloaded from the central repository, an
d then handed back to the browser and downloaded from Archiva. Future requests
for the artifact will be much faster as they need not be downloaded from the
central repository.</p><p>Once this artifact is downloaded, Archiva
automatically indexes it, so you can access its information at the following
URL: <a
href="http://localhost:8080/archiva/browse/junit/junit/3.8.1/">http://localhost:8080/archiva/browse/junit/junit/3.8.1/</a>.
It will also be available from the search interface.</p></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2006-2014
+
+ The Apache Software Foundation
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
Propchange: archiva/site-content/docs/1.3.9/quick-start.html
------------------------------------------------------------------------------
svn:eol-style = native