You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/06/08 16:05:28 UTC

svn commit: r1490981 [1/3] - in /archiva/site-content: ./ developers/ errors/ jsui/

Author: olamy
Date: Sat Jun  8 14:05:28 2013
New Revision: 1490981

URL: http://svn.apache.org/r1490981
Log:
Apache Archiva Main site deployment

Modified:
    archiva/site-content/developers/building.html
    archiva/site-content/developers/how-we-do-things.html
    archiva/site-content/developers/publishing-site.html
    archiva/site-content/developers/releasing.html
    archiva/site-content/download.html
    archiva/site-content/errors/404.html
    archiva/site-content/get-involved.html
    archiva/site-content/index.html
    archiva/site-content/integration.html
    archiva/site-content/issue-tracking.html
    archiva/site-content/jsui/generics-js.html
    archiva/site-content/jsui/i18n.html
    archiva/site-content/jsui/index.html
    archiva/site-content/jsui/knockout-binding.html
    archiva/site-content/jsui/rest.html
    archiva/site-content/jsui/template-loading.html
    archiva/site-content/known-issues.html
    archiva/site-content/license.html
    archiva/site-content/mail-lists.html
    archiva/site-content/privacy-policy.html
    archiva/site-content/project-info.html
    archiva/site-content/security.html
    archiva/site-content/source-repository.html
    archiva/site-content/team-list.html
    archiva/site-content/versions.html

Modified: archiva/site-content/developers/building.html
URL: http://svn.apache.org/viewvc/archiva/site-content/developers/building.html?rev=1490981&r1=1490980&r2=1490981&view=diff
==============================================================================
--- archiva/site-content/developers/building.html (original)
+++ archiva/site-content/developers/building.html Sat Jun  8 14:05:28 2013
@@ -9,7 +9,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20130603" />
+    <meta name="Date-Revision-yyyymmdd" content="20130609" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva - Building Archiva</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1-SNAPSHOT.min.css" />
@@ -205,7 +205,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 03 Jun 2013</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 09 Jun 2013</li> 
             
                             </ul>
       </div>
@@ -214,13 +214,41 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Building Archiva<a name="Building_Archiva"></a></h2><p>To build the very latest code available... </p><ol style="list-style-type: decimal"><li>Check out the source code as described on the <a href="../source-repository.html">Source Repository</a> page.</li><li>In the 'parent' directory, execute <tt>mvn clean install</tt> to build the parent pom.</li><li>In the 'archiva' directory, execute <tt>mvn clean install</tt> to build the Archiva modules and distribution.</li></ol><p>After the build completes, you can find the Archiva distribution in <tt>archiva-jetty/target</tt> and the Archiva webapp in <tt>archiva-modules/archiva-web/archiva-webapp/target</tt></p><p>Usually, it's that simple. :) Occasionally, Archiva may depend on a snapshot of another project such as <a class="externalLink" href="http://archiva.apache.org/redback">Redback</a>, and you may need to build that first, or configure a snapshot repository. If you're hav
 ing trouble building Archiva, ask on the <a href="../mail-lists.html">Development mailing list</a> and we'll point you in the right direction.</p></div><div class="section"><h2>Documentation<a name="Documentation"></a></h2><p>The version-specific documentation for the latest version of Archiva can be found in <tt>archiva/archiva-docs</tt>, and the top-level Archiva website --including the page you're reading now -- is in the <tt>site</tt> directory.</p><p>To work on the documentation, execute <tt>mvn site:run</tt> in one of these directories, and then visit http://localhost:8080 to view pages as you edit them. When you're done, submit a patch in the <a href="../issue-tracking.html">issue tracker</a>.</p></div><div class="section"><h2>svn<a name="svn"></a></h2><p>You use checkout all trunks.</p><div class="source"><pre class="prettyprint">svn co https://svn.apache.org/repos/asf/archiva/all archiva-all</pre></div></div><div class="section"><h2>git clone<a name="git_clone"></a>
 </h2><p>You can use git svn clone. See <a class="externalLink" href="http://git.apache.org/">Apache Documentation</a>.</p><div class="source"><pre class="prettyprint">git clone git://github.com/apache/archiva.git; cd archiva ; sh ./init-git-svn.sh
+            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section">
+<h2>Building Archiva<a name="Building_Archiva"></a></h2>
+<p>To build the very latest code available... </p>
+<ol style="list-style-type: decimal">
+<li>Check out the source code as described on the <a href="../source-repository.html">Source Repository</a> page.</li>
+<li>In the 'parent' directory, execute <tt>mvn clean install</tt> to build the parent pom.</li>
+<li>In the 'archiva' directory, execute <tt>mvn clean install</tt> to build the Archiva modules and distribution.</li></ol>
+<p>After the build completes, you can find the Archiva distribution in <tt>archiva-jetty/target</tt> and the Archiva webapp in <tt>archiva-modules/archiva-web/archiva-webapp/target</tt></p>
+<p>Usually, it's that simple. :) Occasionally, Archiva may depend on a snapshot of another project such as <a class="externalLink" href="http://archiva.apache.org/redback">Redback</a>, and you may need to build that first, or configure a snapshot repository. If you're having trouble building Archiva, ask on the <a href="../mail-lists.html">Development mailing list</a> and we'll point you in the right direction.</p></div>
+<div class="section">
+<h2>Documentation<a name="Documentation"></a></h2>
+<p>The version-specific documentation for the latest version of Archiva can be found in <tt>archiva/archiva-docs</tt>, and the top-level Archiva website --including the page you're reading now -- is in the <tt>site</tt> directory.</p>
+<p>To work on the documentation, execute <tt>mvn site:run</tt> in one of these directories, and then visit http://localhost:8080 to view pages as you edit them. When you're done, submit a patch in the <a href="../issue-tracking.html">issue tracker</a>.</p></div>
+<div class="section">
+<h2>svn<a name="svn"></a></h2>
+<p>You use checkout all trunks.</p>
+<div class="source">
+<pre>svn co https://svn.apache.org/repos/asf/archiva/all archiva-all</pre></div></div>
+<div class="section">
+<h2>git clone<a name="git_clone"></a></h2>
+<p>You can use git svn clone. See <a class="externalLink" href="http://git.apache.org/">Apache Documentation</a>.</p>
+<div class="source">
+<pre>git clone git://github.com/apache/archiva.git; cd archiva ; sh ./init-git-svn.sh
 or trough https
-git clone https://github.com/apache/archiva.git; cd archiva ; sh ./init-git-svn.sh</pre></div></div><div class="section"><h2>Running Javascript webapp with tomcat-maven-plugin<a name="Running_Javascript_webapp_with_tomcat-maven-plugin"></a></h2><p>You can use <a class="externalLink" href="http://tomcat.apache.org/maven-plugin.html">tomcat-maven-plugin</a> to run the webapp without installing the war in a container. With maven3 in the top directory :</p><div class="source"><pre class="prettyprint">mvn tomcat7:run -pl :archiva-webapp -am
+git clone https://github.com/apache/archiva.git; cd archiva ; sh ./init-git-svn.sh</pre></div></div>
+<div class="section">
+<h2>Running Javascript webapp with tomcat-maven-plugin<a name="Running_Javascript_webapp_with_tomcat-maven-plugin"></a></h2>
+<p>You can use <a class="externalLink" href="http://tomcat.apache.org/maven-plugin.html">tomcat-maven-plugin</a> to run the webapp without installing the war in a container. With maven3 in the top directory :</p>
+<div class="source">
+<pre>mvn tomcat7:run -pl :archiva-webapp -am
 or
 mvn tomcat6:run -pl :archiva-webapp -am
 or
-sh ./t7.sh</pre></div><p>Hit your browser : http://localhost:9091/archiva/index.html</p></div>
+sh ./t7.sh</pre></div>
+<p>Hit your browser : http://localhost:9091/archiva/index.html</p></div>
                   </div>
           </div>
 

Modified: archiva/site-content/developers/how-we-do-things.html
URL: http://svn.apache.org/viewvc/archiva/site-content/developers/how-we-do-things.html?rev=1490981&r1=1490980&r2=1490981&view=diff
==============================================================================
--- archiva/site-content/developers/how-we-do-things.html (original)
+++ archiva/site-content/developers/how-we-do-things.html Sat Jun  8 14:05:28 2013
@@ -9,7 +9,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20121008" />
-    <meta name="Date-Revision-yyyymmdd" content="20130603" />
+    <meta name="Date-Revision-yyyymmdd" content="20130609" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva - How We Do Things</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1-SNAPSHOT.min.css" />
@@ -205,7 +205,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 03 Jun 2013</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 09 Jun 2013</li> 
             
                             </ul>
       </div>
@@ -214,7 +214,41 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>How We Do Things<a name="How_We_Do_Things"></a></h2><p>Below are the conventions we follow in Archiva.</p><div class="section"><h3>Continuous Integration<a name="Continuous_Integration"></a></h3><p>We use the Jenkins Apache instance for building Archiva (and redback dependencies) on scm changes.</p><p>See the tab with various builds: <a class="externalLink" href="https://builds.apache.org/view/A-D/view/Archiva/">Archiva tab</a></p><p>You can test fresh builds with downloading from this Jenkins job <a class="externalLink" href="https://builds.apache.org/archiva-all-maven-3.x-jdk-1.6/">archiva-all-maven-3.x-jdk-1.6</a>:</p><ul><li><a class="externalLink" href="https://builds.apache.org/job/archiva-all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-1.4.0-SNAPSHOT.war">war webapp js</a></li><li><a class="externalLink" href="https://builds.apache.org/job/archiva-a
 ll-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-js-1.4.0-SNAPSHOT-bin.zip">standalone with embeded jetty</a> (unzip then cd bin;./archiva start running on 8080)</li></ul></div><div class="section"><h3>Code Style<a name="Code_Style"></a></h3><p>There isn't any code style that needs to be followed as long as it is consistent, can be checked in checkstyle, can be formatted in Eclipse, IDEA and NetBeans. And the following rules must be followed:</p><ol style="list-style-type: decimal"><li>Use spaces, not tabs<ul><li>4 spaces for Java</li><li>2 spaces for XML</li></ul></li><li>120 column wrap, not 80</li><li>Wrap on spaces, not on '.' in a method call<p>You can use the existing codestyle files:</p><ul><li><a href="./archiva-idea-codestyle.xml">idea</a></li><li><a href="./archiva-eclipse-codestyle.xml">eclipse</a></li></ul></li></ol></div><div class="section"><h3>Versioning<a name="Versioning"></a></h3><p>It has been established in the communi
 ty that the following style would be followed for the versioning of releases:</p><div><pre>Milestones -&gt; Final -&gt; Patch releases (e.g. 1.1-M1, 1.1-M2, 1.1, 1.1.1, 1.1.2 )</pre></div><p>As much as possible, the team is aiming for frequent releases. If the roadmap for the current development version is big, milestone releases can be applied until the final release. But if the roadmap is composed of just a small number of issues, we could proceed immediately to preparing a release candidate and push it out as the final release once it passes the vote.</p></div><div class="section"><h3>References<a name="References"></a></h3><ul><li><a class="externalLink" href="http://old.nabble.com/Fwd%3A-What-do-we-need-to-establish--td17098487.html"> Mailing list discussion regarding conventions</a></li></ul></div></div>
+            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section">
+<h2>How We Do Things<a name="How_We_Do_Things"></a></h2>
+<p>Below are the conventions we follow in Archiva.</p>
+<div class="section">
+<h3>Continuous Integration<a name="Continuous_Integration"></a></h3>
+<p>We use the Jenkins Apache instance for building Archiva (and redback dependencies) on scm changes.</p>
+<p>See the tab with various builds: <a class="externalLink" href="https://builds.apache.org/view/A-D/view/Archiva/">Archiva tab</a></p>
+<p>You can test fresh builds with downloading from this Jenkins job <a class="externalLink" href="https://builds.apache.org/archiva-all-maven-3.x-jdk-1.6/">archiva-all-maven-3.x-jdk-1.6</a>:</p>
+<ul>
+<li><a class="externalLink" href="https://builds.apache.org/job/archiva-all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-1.4.0-SNAPSHOT.war">war webapp js</a></li>
+<li><a class="externalLink" href="https://builds.apache.org/job/archiva-all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-js-1.4.0-SNAPSHOT-bin.zip">standalone with embeded jetty</a> (unzip then cd bin;./archiva start running on 8080)</li></ul></div>
+<div class="section">
+<h3>Code Style<a name="Code_Style"></a></h3>
+<p>There isn't any code style that needs to be followed as long as it is consistent, can be checked in checkstyle, can be formatted in Eclipse, IDEA and NetBeans. And the following rules must be followed:</p>
+<ol style="list-style-type: decimal">
+<li>Use spaces, not tabs
+<ul>
+<li>4 spaces for Java</li>
+<li>2 spaces for XML</li></ul></li>
+<li>120 column wrap, not 80</li>
+<li>Wrap on spaces, not on '.' in a method call
+<p>You can use the existing codestyle files:</p>
+<ul>
+<li><a href="./archiva-idea-codestyle.xml">idea</a></li>
+<li><a href="./archiva-eclipse-codestyle.xml">eclipse</a></li></ul></li></ol></div>
+<div class="section">
+<h3>Versioning<a name="Versioning"></a></h3>
+<p>It has been established in the community that the following style would be followed for the versioning of releases:</p>
+<div>
+<pre>Milestones -&gt; Final -&gt; Patch releases (e.g. 1.1-M1, 1.1-M2, 1.1, 1.1.1, 1.1.2 )</pre></div>
+<p>As much as possible, the team is aiming for frequent releases. If the roadmap for the current development version is big, milestone releases can be applied until the final release. But if the roadmap is composed of just a small number of issues, we could proceed immediately to preparing a release candidate and push it out as the final release once it passes the vote.</p></div>
+<div class="section">
+<h3>References<a name="References"></a></h3>
+<ul>
+<li><a class="externalLink" href="http://old.nabble.com/Fwd%3A-What-do-we-need-to-establish--td17098487.html"> Mailing list discussion regarding conventions</a></li></ul></div></div>
                   </div>
           </div>
 

Modified: archiva/site-content/developers/publishing-site.html
URL: http://svn.apache.org/viewvc/archiva/site-content/developers/publishing-site.html?rev=1490981&r1=1490980&r2=1490981&view=diff
==============================================================================
--- archiva/site-content/developers/publishing-site.html (original)
+++ archiva/site-content/developers/publishing-site.html Sat Jun  8 14:05:28 2013
@@ -8,7 +8,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130603" />
+    <meta name="Date-Revision-yyyymmdd" content="20130609" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva - Archiva Sites Publishing</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1-SNAPSHOT.min.css" />
@@ -204,7 +204,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 03 Jun 2013</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 09 Jun 2013</li> 
             
                             </ul>
       </div>
@@ -213,12 +213,67 @@
                 
         <div id="bodyColumn" >
                                   
-            <div class="section"><h2>Publishing the Archiva Site<a name="Publishing_the_Archiva_Site"></a></h2><p>The Archiva site, documentation and reference documentation are now published to <tt>http://archiva.apache.org/</tt> using the <a class="externalLink" href="http://www.apache.org/dev/project-site.html#svnpubsub"> ASF's svnpubsub</a> service.</p><p>The files published to the site are all stored under the Subversion repository at <a class="externalLink" href="http://svn.apache.org/repos/asf/archiva/site-content/">http://svn.apache.org/repos/asf/archiva/site-content/</a>.</p><p>This mostly operates like a normal site deployment, though there are some specific customisations and special instructions for the reference library. The processes follow those described for the <a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin/">Maven SCM Publish Plugin</a> for <a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publis
 h-plugin/examples/one-module-configuration.html"> Single module projects</a> and <a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html"> Multi-module projects</a> as applicable.</p><p>Each site checks out the production site data into the <tt>site-publish</tt> directory of the current project, to avoid being cleaned as part of the build. It is ignored by <tt>svn</tt> operations, but you should ensure that the checkout is clean if you ever cancel or have a failure during a publish operation. You can check it is clean by ensuring there is no data from <tt>svn status</tt> in that directory, or by removing it and having it get checked out again.</p><div class="section"><h3>Editing and Publishing the Main Site<a name="Editing_and_Publishing_the_Main_Site"></a></h3><p>The site displayed at the root of <a class="externalLink" href="http://archiva.apache.org">http://archiva.apache.org</a> (where you are readin
 g this) has its source code in Subversion at <a class="externalLink" href="https://svn.apache.org/repos/asf/archiva/site">https://svn.apache.org/repos/asf/archiva/site</a>.</p><p>To edit and publish the site, do the following:</p><ol style="list-style-type: decimal"><li>Checkout the source code from Subversion (if you follow the instructions in <a href="./building.html"> Building Archiva</a>, you will already have it.</li><li>Make edits and check them using <tt>mvn site</tt> or <tt>mvn site:run</tt> until satisfied.</li><li>Commit your changes (making sure your working copy is completely up to date first)</li><li>Publish the site:<div><pre>mvn site-deploy</pre></div></li></ol><p>This site deployment can be done at any time, and is not tied to releases.</p><p>Note that since the main site also contains the (large!) <tt>docs</tt> and <tt>ref</tt> directories in the <tt>site-publish</tt> directory, there is a special <tt>setup-checkout</tt> profile in place to get the initial c
 heckout without those directories. This will normally be activated whenever the <tt>site-publish</tt> directory is missing - if you happen to have active profiles from your <tt>settings.xml</tt> you may need to enable it explicitly whenever you do a deployment and that checkout is missing: <tt>mvn site-deploy -Psetup-checkout</tt> </p></div><div class="section"><h3>Editing and Publishing the Archiva Documentation<a name="Editing_and_Publishing_the_Archiva_Documentation"></a></h3><p>The documentation displayed under the subdirectories of <a class="externalLink" href="http://archiva.apache.org/docs/">http://archiva.apache.org/docs/</a> has its source code in Subversion at <a class="externalLink" href="https://svn.apache.org/repos/asf/archiva/trunk/archiva-docs">https://svn.apache.org/repos/asf/archiva/trunk/archiva-docs</a>, which is part of the main project checkout.</p><p>The instructions for managing the documentation is the same as for the main site, being published from t
 he directory using:</p><div><pre>mvn site-deploy</pre></div><p>However, in this case it is typically done as part of a release process - see <a href="./releasing.html"> Releasing Archiva</a> for instructions on doing this.</p><p>The documentation remains versioned based on the release it is related to. To best manage this with svnpubsub, the site is always published into a directory <tt>docs/latest</tt>, only requiring a small number of modifications to be made. Then, as part of the release instructions, the <tt>latest</tt> directory is copied to the versioned location - for example, <tt>http://svn.apache.org/repos/asf/archiva/site-content/docs/1.4-M4</tt>.</p><p>For <tt>site:stage</tt> to apply correctly without needing a full checkout, a workaround is applied by setting the <tt>distributionManagement/site/url</tt> element to match that of the parent site. The value is then overridden with the correct value in the <tt>maven-scm-publish-plugin</tt> configuration. This avoids
  the Site plugin attempting to relativize links incorrectly.</p></div><div class="section"><h3>Editing and Publishing the Reference Documentation<a name="Editing_and_Publishing_the_Reference_Documentation"></a></h3><p>The reference documentation, including JavaDocs and source cross-reference, is displayed under the URL <a class="externalLink" href="http://archiva.apache.org/ref">http://archiva.apache.org/ref</a>. At this time, only the latest reference documents are retained. They require quite a lot of space, and historical information is of less relevance to Archiva developers or users.</p><p>To publish the latest reference documents, you need to run:</p><div><pre>cd archiva-modules
+            <div class="section">
+<h2>Publishing the Archiva Site<a name="Publishing_the_Archiva_Site"></a></h2>
+<p>The Archiva site, documentation and reference documentation are now published to <tt>http://archiva.apache.org/</tt> using the <a class="externalLink" href="http://www.apache.org/dev/project-site.html#svnpubsub"> ASF's svnpubsub</a> service.</p>
+<p>The files published to the site are all stored under the Subversion repository at <a class="externalLink" href="http://svn.apache.org/repos/asf/archiva/site-content/">http://svn.apache.org/repos/asf/archiva/site-content/</a>.</p>
+<p>This mostly operates like a normal site deployment, though there are some specific customisations and special instructions for the reference library. The processes follow those described for the <a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin/">Maven SCM Publish Plugin</a> for <a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html"> Single module projects</a> and <a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html"> Multi-module projects</a> as applicable.</p>
+<p>Each site checks out the production site data into the <tt>site-publish</tt> directory of the current project, to avoid being cleaned as part of the build. It is ignored by <tt>svn</tt> operations, but you should ensure that the checkout is clean if you ever cancel or have a failure during a publish operation. You can check it is clean by ensuring there is no data from <tt>svn status</tt> in that directory, or by removing it and having it get checked out again.</p>
+<div class="section">
+<h3>Editing and Publishing the Main Site<a name="Editing_and_Publishing_the_Main_Site"></a></h3>
+<p>The site displayed at the root of <a class="externalLink" href="http://archiva.apache.org">http://archiva.apache.org</a> (where you are reading this) has its source code in Subversion at <a class="externalLink" href="https://svn.apache.org/repos/asf/archiva/site">https://svn.apache.org/repos/asf/archiva/site</a>.</p>
+<p>To edit and publish the site, do the following:</p>
+<ol style="list-style-type: decimal">
+<li>Checkout the source code from Subversion (if you follow the instructions in <a href="./building.html"> Building Archiva</a>, you will already have it.</li>
+<li>Make edits and check them using <tt>mvn site</tt> or <tt>mvn site:run</tt> until satisfied.</li>
+<li>Commit your changes (making sure your working copy is completely up to date first)</li>
+<li>Publish the site:
+<div>
+<pre>mvn site-deploy</pre></div></li></ol>
+<p>This site deployment can be done at any time, and is not tied to releases.</p>
+<p>Note that since the main site also contains the (large!) <tt>docs</tt> and <tt>ref</tt> directories in the <tt>site-publish</tt> directory, there is a special <tt>setup-checkout</tt> profile in place to get the initial checkout without those directories. This will normally be activated whenever the <tt>site-publish</tt> directory is missing - if you happen to have active profiles from your <tt>settings.xml</tt> you may need to enable it explicitly whenever you do a deployment and that checkout is missing: <tt>mvn site-deploy -Psetup-checkout</tt> </p></div>
+<div class="section">
+<h3>Editing and Publishing the Archiva Documentation<a name="Editing_and_Publishing_the_Archiva_Documentation"></a></h3>
+<p>The documentation displayed under the subdirectories of <a class="externalLink" href="http://archiva.apache.org/docs/">http://archiva.apache.org/docs/</a> has its source code in Subversion at <a class="externalLink" href="https://svn.apache.org/repos/asf/archiva/trunk/archiva-docs">https://svn.apache.org/repos/asf/archiva/trunk/archiva-docs</a>, which is part of the main project checkout.</p>
+<p>The instructions for managing the documentation is the same as for the main site, being published from the directory using:</p>
+<div>
+<pre>mvn site-deploy</pre></div>
+<p>However, in this case it is typically done as part of a release process - see <a href="./releasing.html"> Releasing Archiva</a> for instructions on doing this.</p>
+<p>The documentation remains versioned based on the release it is related to. To best manage this with svnpubsub, the site is always published into a directory <tt>docs/latest</tt>, only requiring a small number of modifications to be made. Then, as part of the release instructions, the <tt>latest</tt> directory is copied to the versioned location - for example, <tt>http://svn.apache.org/repos/asf/archiva/site-content/docs/1.4-M4</tt>.</p>
+<p>For <tt>site:stage</tt> to apply correctly without needing a full checkout, a workaround is applied by setting the <tt>distributionManagement/site/url</tt> element to match that of the parent site. The value is then overridden with the correct value in the <tt>maven-scm-publish-plugin</tt> configuration. This avoids the Site plugin attempting to relativize links incorrectly.</p></div>
+<div class="section">
+<h3>Editing and Publishing the Reference Documentation<a name="Editing_and_Publishing_the_Reference_Documentation"></a></h3>
+<p>The reference documentation, including JavaDocs and source cross-reference, is displayed under the URL <a class="externalLink" href="http://archiva.apache.org/ref">http://archiva.apache.org/ref</a>. At this time, only the latest reference documents are retained. They require quite a lot of space, and historical information is of less relevance to Archiva developers or users.</p>
+<p>To publish the latest reference documents, you need to run:</p>
+<div>
+<pre>cd archiva-modules
 mvn site site:stage scm-publish:publish-scm
 or
-sh ./deploySite.sh</pre></div><p>This will likely cause a very large commit, and should be done infrequently. Once per release is likely to be adequate.</p></div><div class="section"><h3>Publishing Redback site<a name="Publishing_Redback_site"></a></h3><p>The redback is stored under the Subversion repository at <a class="externalLink" href="https://svn.apache.org/repos/asf/archiva/redback/redback-site/trunk">https://svn.apache.org/repos/asf/archiva/redback/redback-site/trunk</a>.</p><p>It's displayed under the URL <a class="externalLink" href="http://archiva.apache.org/redback">http://archiva.apache.org/redback</a>.</p><p>To publish documentation, you need to run:</p><div><pre>mvn site-deploy</pre></div></div><div class="section"><h3>Publishing Redback Core reference<a name="Publishing_Redback_Core_reference"></a></h3><p>The Redback core reference is displayed under the URL <a class="externalLink" href="http://archiva.apache.org/redback/core">http://archiva.apache.org/redbac
 k/core</a>.</p><p>It contains javadoc for Redback core.</p><p>To publish documentation, you need to run:</p><div><pre>mvn clean site-deploy scm-publish:publish-scm
+sh ./deploySite.sh</pre></div>
+<p>This will likely cause a very large commit, and should be done infrequently. Once per release is likely to be adequate.</p></div>
+<div class="section">
+<h3>Publishing Redback site<a name="Publishing_Redback_site"></a></h3>
+<p>The redback is stored under the Subversion repository at <a class="externalLink" href="https://svn.apache.org/repos/asf/archiva/redback/redback-site/trunk">https://svn.apache.org/repos/asf/archiva/redback/redback-site/trunk</a>.</p>
+<p>It's displayed under the URL <a class="externalLink" href="http://archiva.apache.org/redback">http://archiva.apache.org/redback</a>.</p>
+<p>To publish documentation, you need to run:</p>
+<div>
+<pre>mvn site-deploy</pre></div></div>
+<div class="section">
+<h3>Publishing Redback Core reference<a name="Publishing_Redback_Core_reference"></a></h3>
+<p>The Redback core reference is displayed under the URL <a class="externalLink" href="http://archiva.apache.org/redback/core">http://archiva.apache.org/redback/core</a>.</p>
+<p>It contains javadoc for Redback core.</p>
+<p>To publish documentation, you need to run:</p>
+<div>
+<pre>mvn clean site-deploy scm-publish:publish-scm
 or
-sh ./deploySite.sh</pre></div></div><div class="section"><h3>Publishing Redback Components reference<a name="Publishing_Redback_Components_reference"></a></h3><p>The Redback components reference is displayed under the URL <a class="externalLink" href="http://archiva.apache.org/redback/components">http://archiva.apache.org/redback/components</a>.</p><p>It contains javadoc for Redback components.</p><p>To publish documentation, you need to run:</p><div><pre>mvn clean site-deploy scm-publish:publish-scm
+sh ./deploySite.sh</pre></div></div>
+<div class="section">
+<h3>Publishing Redback Components reference<a name="Publishing_Redback_Components_reference"></a></h3>
+<p>The Redback components reference is displayed under the URL <a class="externalLink" href="http://archiva.apache.org/redback/components">http://archiva.apache.org/redback/components</a>.</p>
+<p>It contains javadoc for Redback components.</p>
+<p>To publish documentation, you need to run:</p>
+<div>
+<pre>mvn clean site-deploy scm-publish:publish-scm
 or
 sh ./deploySite.sh</pre></div></div></div>
                   </div>

Modified: archiva/site-content/developers/releasing.html
URL: http://svn.apache.org/viewvc/archiva/site-content/developers/releasing.html?rev=1490981&r1=1490980&r2=1490981&view=diff
==============================================================================
--- archiva/site-content/developers/releasing.html (original)
+++ archiva/site-content/developers/releasing.html Sat Jun  8 14:05:28 2013
@@ -9,7 +9,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20130603" />
+    <meta name="Date-Revision-yyyymmdd" content="20130609" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva - Archiva release process</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1-SNAPSHOT.min.css" />
@@ -205,7 +205,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 03 Jun 2013</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 09 Jun 2013</li> 
             
                             </ul>
       </div>
@@ -214,24 +214,57 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Archiva release process<a name="Archiva_release_process"></a></h2><ol style="list-style-type: decimal"><li>Post to the dev list a few days before you plan to do an Archiva release</li><li>Recreate the staging repository on archiva-repository.apache.org - make sure that it is not scanned (so that .index* is not created). Your maven setting must contains the entry to be able to deploy.<div class="source"><pre class="prettyprint">   &lt;server&gt;
+            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section">
+<h2>Archiva release process<a name="Archiva_release_process"></a></h2>
+<ol style="list-style-type: decimal">
+<li>Post to the dev list a few days before you plan to do an Archiva release</li>
+<li>Recreate the staging repository on archiva-repository.apache.org - make sure that it is not scanned (so that .index* is not created). Your maven setting must contains the entry to be able to deploy.
+<div class="source">
+<pre>   &lt;server&gt;
      &lt;id&gt;archiva-repository.releases&lt;/id&gt;
      &lt;username&gt;&lt;/username&gt;
      &lt;password&gt;&lt;/password&gt;
-   &lt;/server&gt;</pre></div></li><li>If there are changes in the parent pom, release parent pom &#x2013; https://svn.apache.org/repos/asf/archiva/parent<ul><li>mvn release:prepare (verify that it has been properly tagged) * mvn release:perform (verify that it has been deployed correctly in the staging repo)</li></ul></li><li>Update the parent pom version of archiva &#x2013; https://svn.apache.org/repos/asf/archiva/trunk<ul><li>change the parent pom version to the archiva-parent version that has just been released * commit the changes made</li></ul></li><li>Update the release notes and the site.xml for version changes in archiva-docs</li><li>Verify that the webapp-tests are building successfully. Since it is in a separate profile but inside the Archiva source tree, it will not be released but will still be included in the release tag. If some tests are failing, comment it out first so that only the passing tests are executed when the webapp-tests module are built from the t
 ag.</li><li>Release archiva You should have a GPG agent running (preferred), and confirm it works by running &quot;gpg -ab&quot; (type some text and press Ctrl-D). If you do not have a GPG agent running, make sure that you have the &quot;apache-release&quot; profile set in your settings.xml as shown below.<div class="source"><pre class="prettyprint">&lt;profile&gt;
+   &lt;/server&gt;</pre></div></li>
+<li>If there are changes in the parent pom, release parent pom &#x2013; https://svn.apache.org/repos/asf/archiva/parent
+<ul>
+<li>mvn release:prepare (verify that it has been properly tagged) * mvn release:perform (verify that it has been deployed correctly in the staging repo)</li></ul></li>
+<li>Update the parent pom version of archiva &#x2013; https://svn.apache.org/repos/asf/archiva/trunk
+<ul>
+<li>change the parent pom version to the archiva-parent version that has just been released * commit the changes made</li></ul></li>
+<li>Update the release notes and the site.xml for version changes in archiva-docs</li>
+<li>Verify that the webapp-tests are building successfully. Since it is in a separate profile but inside the Archiva source tree, it will not be released but will still be included in the release tag. If some tests are failing, comment it out first so that only the passing tests are executed when the webapp-tests module are built from the tag.</li>
+<li>Release archiva You should have a GPG agent running (preferred), and confirm it works by running &quot;gpg -ab&quot; (type some text and press Ctrl-D). If you do not have a GPG agent running, make sure that you have the &quot;apache-release&quot; profile set in your settings.xml as shown below.
+<div class="source">
+<pre>&lt;profile&gt;
   &lt;id&gt;apache-release&lt;/id&gt;
   &lt;properties&gt;
     &lt;gpg.passphrase&gt;[GPG_PASSWORD]&lt;/gpg.passphrase&gt;
   &lt;/properties&gt;
-&lt;/profile&gt;</pre></div><p>Set your user credentials for the stage repo in the <i>servers</i> section of your settings.xml for vmbuild.staging Execute mvn release:prepare (check that it has been properly tagged. the tag name must be.. archiva-[VERSION]) Then execute mvn release:perform Download the uploaded files via wget:</p><div class="source"><pre class="prettyprint">ex.
+&lt;/profile&gt;</pre></div>
+<p>Set your user credentials for the stage repo in the <i>servers</i> section of your settings.xml for vmbuild.staging Execute mvn release:prepare (check that it has been properly tagged. the tag name must be.. archiva-[VERSION]) Then execute mvn release:perform Download the uploaded files via wget:</p>
+<div class="source">
+<pre>ex.
 wget http://archiva-repository.apache.org/archiva/repository/staged-releases/org/apache/archiva/archiva-jetty/1.3/archiva-jetty-1.3-bin.tar.gz
 Verify the signatures:
 ex.
-gpg -v archiva-jetty-1.3-bin.zip.asc</pre></div><p>The documentation is deployed as part of the process to the final location for review in the vote: http://archiva.apache.org/docs/1.3/. If the vote doesn't pass, the documentation will need to be removed from the server for redeployment. Commit the sources and binaries from org/apache/archiva/archiva-jetty, and org/apache/archiva/archiva to the svn distribution tree. First in dev tree: https://dist.apache.org/repos/dist/dev/archiva/ (if the vote pass they will be copied to release tree) https://dist.apache.org/repos/dist/release/archiva</p><div class="source"><pre class="prettyprint">svn co https://dist.apache.org/repos/dist/dev/archiva/ archiva-dev-release
+gpg -v archiva-jetty-1.3-bin.zip.asc</pre></div>
+<p>The documentation is deployed as part of the process to the final location for review in the vote: http://archiva.apache.org/docs/1.3/. If the vote doesn't pass, the documentation will need to be removed from the server for redeployment. Commit the sources and binaries from org/apache/archiva/archiva-jetty, and org/apache/archiva/archiva to the svn distribution tree. First in dev tree: https://dist.apache.org/repos/dist/dev/archiva/ (if the vote pass they will be copied to release tree) https://dist.apache.org/repos/dist/release/archiva</p>
+<div class="source">
+<pre>svn co https://dist.apache.org/repos/dist/dev/archiva/ archiva-dev-release
 cd archiva-dev-release
-sh ./release-script-svn.sh VERSION STAGING_URL</pre></div><p>Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example If the vote fails or needs to be canceled, the version number should not be re-used if the version was made available for public download. After the vote has passed, move the files from dist dev to dist release: svn mv https://dist.apache.org/repos/dist/dev/archiva/ to https://dist.apache.org/repos/dist/relase/archiva/ To sync the jars to ibiblio, execute:</p><p><b>NOTE: the stage plugin doesn't work with maven3 you must use maven 2.2.1</b></p><div class="source"><pre class="prettyprint">  mvn stage:copy -Dsource=&quot;https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/&quot;
+sh ./release-script-svn.sh VERSION STAGING_URL</pre></div>
+<p>Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example If the vote fails or needs to be canceled, the version number should not be re-used if the version was made available for public download. After the vote has passed, move the files from dist dev to dist release: svn mv https://dist.apache.org/repos/dist/dev/archiva/ to https://dist.apache.org/repos/dist/relase/archiva/ To sync the jars to ibiblio, execute:</p>
+<p><b>NOTE: the stage plugin doesn't work with maven3 you must use maven 2.2.1</b></p>
+<div class="source">
+<pre>  mvn stage:copy -Dsource=&quot;https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/&quot;
      -Dtarget=&quot;scp://[APACHE_USERNAME]@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository&quot;
-     -Dversion=1.3 -DrepositoryId=apache.releases</pre></div><p>mark the appropriate release version in JIRA as complete Update the archiva site (https://svn.apache.org/repos/asf/archiva/site/) for the versions and release notes URL and run mvn site-deploy. The 3 properties to change are at the bottom of pom.xml before generating the site. Remove old versions from /www/www.apache.org/dist/archiva Publish the reference docs (sh ./deploySite.sh in the archiva-modules directory) from the release tag. You may have to exclude the archiva-webapp module to do this, and will require MAVEN_OPTS=-Xmx256m. You may need to use Maven 2.2.1 instead of Maven 3.x for this.</p><p>Send out an announcement of the release to:</p><ul><li>users@archiva.apache.org</li><li>users@maven.apache.org</li><li>announce@apache.org</li></ul></li></ol></div>
+     -Dversion=1.3 -DrepositoryId=apache.releases</pre></div>
+<p>mark the appropriate release version in JIRA as complete Update the archiva site (https://svn.apache.org/repos/asf/archiva/site/) for the versions and release notes URL and run mvn site-deploy. The 3 properties to change are at the bottom of pom.xml before generating the site. Remove old versions from /www/www.apache.org/dist/archiva Publish the reference docs (sh ./deploySite.sh in the archiva-modules directory) from the release tag. You may have to exclude the archiva-webapp module to do this, and will require MAVEN_OPTS=-Xmx256m. You may need to use Maven 2.2.1 instead of Maven 3.x for this.</p>
+<p>Send out an announcement of the release to:</p>
+<ul>
+<li>users@archiva.apache.org</li>
+<li>users@maven.apache.org</li>
+<li>announce@apache.org</li></ul></li></ol></div>
                   </div>
           </div>
 

Modified: archiva/site-content/download.html
URL: http://svn.apache.org/viewvc/archiva/site-content/download.html?rev=1490981&r1=1490980&r2=1490981&view=diff
==============================================================================
--- archiva/site-content/download.html (original)
+++ archiva/site-content/download.html Sat Jun  8 14:05:28 2013
@@ -8,7 +8,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130603" />
+    <meta name="Date-Revision-yyyymmdd" content="20130609" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva - 
     Download Apache Archiva</title>
@@ -206,7 +206,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 03 Jun 2013</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 09 Jun 2013</li> 
             
                             </ul>
       </div>
@@ -232,28 +232,45 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License. -->
   
-    <div class="section"><h2>Download Apache Archiva 1.3.6<a name="Download_Apache_Archiva_1.3.6"></a></h2>
-      <p>Archiva is distributed under the <a class="externalLink" href="http://archiva.apache.org/license.html}">Apache License, version 2.0</a>.</p>
-      <div class="section"><h3>System Requirements<a name="System_Requirements"></a></h3>
-        <table border="0" class="table table-striped">
-          <tr class="a">
-            <td><b>JDK</b></td>
-            <td>1.6 or above</td>
+    <div class="section">
+<h2>Download Apache Archiva 1.3.6<a name="Download_Apache_Archiva_1.3.6"></a></h2>
+      
+<p>Archiva is distributed under the <a class="externalLink" href="http://archiva.apache.org/license.html}">Apache License, version 2.0</a>.</p>
+      
+<div class="section">
+<h3>System Requirements<a name="System_Requirements"></a></h3>
+        
+<table border="0" class="table table-striped">
+          
+<tr class="a">
+            
+<td><b>JDK</b></td>
+            
+<td>1.6 or above</td>
           </tr>
-          <tr class="b">
-            <td><b>No minimum requirement</b></td>
-            <td>The Archiva application is in itself about 20MB but will use more disk space to store repository contents</td>
+          
+<tr class="b">
+            
+<td><b>No minimum requirement</b></td>
+            
+<td>The Archiva application is in itself about 20MB but will use more disk space to store repository contents</td>
           </tr>
-          <tr class="a">
-            <td><b>Operating System</b></td>
-            <td>Support for Linux, Mac OS, Solaris and Windows.  Tested on Windows XP SP2, Ubuntu Linux, and Mac OS X.</td>
+          
+<tr class="a">
+            
+<td><b>Operating System</b></td>
+            
+<td>Support for Linux, Mac OS, Solaris and Windows.  Tested on Windows XP SP2, Ubuntu Linux, and Mac OS X.</td>
           </tr>
         </table>
       </div>
       <a name="mirror"></a>
-      <div class="section"><h3>Mirror<a name="Mirror"></a></h3>
+      
+<div class="section">
+<h3>Mirror<a name="Mirror"></a></h3>
 
-        <p>
+        
+<p>
           [if-any logo]
           <a href="[link]">
             <img src="[logo]" align="right" border="0" alt="logo" />
@@ -291,63 +308,103 @@ under the License. -->
           <input type="submit" value="Change" class="btn" />
         </form>
 
-        <p>
+        
+<p>
           You may also consult the
           <a class="externalLink" href="http://www.apache.org/mirrors/">complete list of
             mirrors.</a>
         </p>
 
       </div>
-      <div class="section"><h3>Current Release: Archiva 1.3.6<a name="Current_Release:_Archiva_1.3.6"></a></h3>
-        <p>
+      
+<div class="section">
+<h3>Current Release: Archiva 1.3.6<a name="Current_Release:_Archiva_1.3.6"></a></h3>
+        
+<p>
           This is the currently recommended version of Archiva.
 
-          </p><ul>
-            <li><a href="./docs/1.3.6/release-notes.html">Release Notes</a></li>
-            <li><a href="./known-issues.html">Known Issues and Errata</a></li>
-              <li><a href="./security.html">Security Reports</a></li>
+          </p>
+<ul>
+            
+<li><a href="./docs/1.3.6/release-notes.html">Release Notes</a></li>
+            
+<li><a href="./known-issues.html">Known Issues and Errata</a></li>
+              
+<li><a href="./security.html">Security Reports</a></li>
           </ul>
         
-        <p>
-          </p><table border="0" class="table table-striped">
+        
+<p>
+          </p>
+<table border="0" class="table table-striped">
             <thead>
-              <tr class="a">
-                <th>Archiva 1.3.6 </th>
-                <th>Mirrors</th>
-                <th>Checksum</th>
-                <th>Signature</th>
+              
+<tr class="a">
+                
+<th>Archiva 1.3.6 </th>
+                
+<th>Mirrors</th>
+                
+<th>Checksum</th>
+                
+<th>Signature</th>
               </tr>
             </thead>
             <tbody>
-              <tr class="b">
-                <td>Archiva 1.3.6 Standalone</td>
-                <td><a href="[preferred]archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.tar.gz">tar.gz</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.tar.gz.md5">md5</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.tar.gz.asc">asc</a></td>
+              
+<tr class="b">
+                
+<td>Archiva 1.3.6 Standalone</td>
+                
+<td><a href="[preferred]archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.tar.gz">tar.gz</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.tar.gz.md5">md5</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.tar.gz.asc">asc</a></td>
               </tr>
-              <tr class="a">
-                <td></td>
-                <td><a href="[preferred]archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.zip">zip</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.zip.md5">md5</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.zip.asc">asc</a></td>
+              
+<tr class="a">
+                
+<td></td>
+                
+<td><a href="[preferred]archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.zip">zip</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.zip.md5">md5</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6-bin.zip.asc">asc</a></td>
               </tr>
-              <tr class="b">
-                <td>Archiva 1.3.6 WAR</td>
-                <td><a href="[preferred]archiva/1.3.6/binaries/apache-archiva-1.3.6.war">war</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6.war.md5">md5</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6.war.asc">asc</a></td>
+              
+<tr class="b">
+                
+<td>Archiva 1.3.6 WAR</td>
+                
+<td><a href="[preferred]archiva/1.3.6/binaries/apache-archiva-1.3.6.war">war</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6.war.md5">md5</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/binaries/apache-archiva-1.3.6.war.asc">asc</a></td>
               </tr>
-              <tr class="a">
-                <td>Archiva 1.3.6 Documentation</td>
-                <td><a href="[preferred]archiva/1.3.6/docs/1.3.6/apache-archiva-1.3.6-docs.zip">docs zip</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/docs/apache-archiva-1.3.6-docs.zip.md5">md5</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/docs/apache-archiva-1.3.6-docs.zip.asc">asc</a></td>
+              
+<tr class="a">
+                
+<td>Archiva 1.3.6 Documentation</td>
+                
+<td><a href="[preferred]archiva/1.3.6/docs/1.3.6/apache-archiva-1.3.6-docs.zip">docs zip</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/docs/apache-archiva-1.3.6-docs.zip.md5">md5</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/docs/apache-archiva-1.3.6-docs.zip.asc">asc</a></td>
               </tr>
-              <tr class="b">
-                <td>Archiva 1.3.6 Sources</td>
-                <td><a href="[preferred]archiva/1.3.6/src/1.3.6/apache-archiva-1.3.6-src.zip">source zip</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/src/1.3.6/apache-archiva-1.3.6-src.zip.md5">md5</a></td>
-                <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/src/1.3.6/apache-archiva-1.3.6-src.zip.asc">asc</a></td>
+              
+<tr class="b">
+                
+<td>Archiva 1.3.6 Sources</td>
+                
+<td><a href="[preferred]archiva/1.3.6/src/1.3.6/apache-archiva-1.3.6-src.zip">source zip</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/src/1.3.6/apache-archiva-1.3.6-src.zip.md5">md5</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.3.6/src/1.3.6/apache-archiva-1.3.6-src.zip.asc">asc</a></td>
               </tr>
             </tbody>
           </table>
@@ -355,49 +412,83 @@ under the License. -->
 
       </div>
 
-                  <div class="section"><h3>Preview Release: Archiva 1.4-M4<a name="Preview_Release:_Archiva_1.4-M4"></a></h3>
-            <p>
+                  
+<div class="section">
+<h3>Preview Release: Archiva 1.4-M4<a name="Preview_Release:_Archiva_1.4-M4"></a></h3>
+            
+<p>
             This is a preview release of the next version of Archiva.
-            </p><ul>
-              <li><a href="./docs/1.4-M4/release-notes.html">Release Notes</a></li>
-              <li><a href="./known-issues.html">Known Issues and Errata</a></li>
-              <li><a href="./security.html">Security Reports</a></li>
+            </p>
+<ul>
+              
+<li><a href="./docs/1.4-M4/release-notes.html">Release Notes</a></li>
+              
+<li><a href="./known-issues.html">Known Issues and Errata</a></li>
+              
+<li><a href="./security.html">Security Reports</a></li>
             </ul>
             
-            <p>
-              </p><table border="0" class="table table-striped">
+            
+<p>
+              </p>
+<table border="0" class="table table-striped">
                 <thead>
-                  <tr class="a">
-                    <th>Archiva 1.4-M4 </th>
-                    <th>Mirros</th>
-                    <th>Checksum</th>
-                    <th>Signature</th>
+                  
+<tr class="a">
+                    
+<th>Archiva 1.4-M4 </th>
+                    
+<th>Mirros</th>
+                    
+<th>Checksum</th>
+                    
+<th>Signature</th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr class="b">
-                    <td>Archiva 1.4-M4 Standalone</td>
-                    <td><a href="[preferred]archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.tar.gz">tar.gz</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.tar.gz.md5">md5</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.tar.gz.asc">asc</a></td>
+                  
+<tr class="b">
+                    
+<td>Archiva 1.4-M4 Standalone</td>
+                    
+<td><a href="[preferred]archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.tar.gz">tar.gz</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.tar.gz.md5">md5</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.tar.gz.asc">asc</a></td>
                   </tr>
-                  <tr class="a">
-                    <td></td>
-                    <td><a href="[preferred]archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.zip">zip</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.zip.md5">md5</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.zip.asc">asc</a></td>
+                  
+<tr class="a">
+                    
+<td></td>
+                    
+<td><a href="[preferred]archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.zip">zip</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.zip.md5">md5</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4-bin.zip.asc">asc</a></td>
                   </tr>
-                  <tr class="b">
-                    <td>Archiva 1.4-M4 WAR</td>
-                    <td><a href="[preferred]archiva/1.4-M4/binaries/apache-archiva-1.4-M4.war">war</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4.war.md5">md5</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4.war.asc">asc</a></td>
+                  
+<tr class="b">
+                    
+<td>Archiva 1.4-M4 WAR</td>
+                    
+<td><a href="[preferred]archiva/1.4-M4/binaries/apache-archiva-1.4-M4.war">war</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4.war.md5">md5</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/binaries/apache-archiva-1.4-M4.war.asc">asc</a></td>
                   </tr>
-                  <tr class="a">
-                    <td>Archiva 1.4-M4 Sources</td>
-                    <td><a href="[preferred]archiva/1.4-M4/src/apache-archiva-1.4-M4-src.zip">source zip</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/src/apache-archiva-1.4-M4-src.zip.md5">md5</a></td>
-                    <td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/src/apache-archiva-1.4-M4-src.zip.asc">asc</a></td>
+                  
+<tr class="a">
+                    
+<td>Archiva 1.4-M4 Sources</td>
+                    
+<td><a href="[preferred]archiva/1.4-M4/src/apache-archiva-1.4-M4-src.zip">source zip</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/src/apache-archiva-1.4-M4-src.zip.md5">md5</a></td>
+                    
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/1.4-M4/src/apache-archiva-1.4-M4-src.zip.asc">asc</a></td>
                   </tr>
                 </tbody>
               </table>
@@ -405,14 +496,20 @@ under the License. -->
           </div>
 
         
-      <div class="section"><h3>Previous Versions<a name="Previous_Versions"></a></h3>
-        <p>
+      
+<div class="section">
+<h3>Previous Versions<a name="Previous_Versions"></a></h3>
+        
+<p>
           More releases are available in the <a class="externalLink" href="http://archive.apache.org/dist/archiva/binaries/">Apache Archiva Archives</a>
           or prior to the graduation from Maven, in the <a class="externalLink" href="http://archive.apache.org/dist/maven/binaries/">Apache Maven Archives</a>.
         </p>
       </div>
-      <div class="section"><h3>Verify the integrity of the files<a name="Verify_the_integrity_of_the_files"></a></h3>
-        <p>
+      
+<div class="section">
+<h3>Verify the integrity of the files<a name="Verify_the_integrity_of_the_files"></a></h3>
+        
+<p>
           We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.
 
           The PGP signatures can be verified using PGP or GPG. First download the <a class="externalLink" href="http://www.apache.org/dist/archiva/KEYS">KEYS</a>
@@ -421,7 +518,9 @@ under the License. -->
           rather than from a mirror. <br />
           Then verify the signatures using:
         </p>
-          <div><pre>
+          
+<div>
+<pre>
           % pgpk -a KEYS
           % pgpv $filename.tar.gz.asc
           or
@@ -431,7 +530,8 @@ under the License. -->
           % gpg --import KEYS
           % gpg --verify $filename.tar.gz.asc
           </pre></div>
-        <p>
+        
+<p>
           You can also verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many
           Unix distributions. It is also available as part of <a class="externalLink" href="http://www.gnu.org/software/coreutils/">GNU Coreutils</a>.
           Windows users can get binary md5 programs from <a class="externalLink" href="http://www.fourmilab.ch/md5/">Fourmilab</a>,

Modified: archiva/site-content/errors/404.html
URL: http://svn.apache.org/viewvc/archiva/site-content/errors/404.html?rev=1490981&r1=1490980&r2=1490981&view=diff
==============================================================================
--- archiva/site-content/errors/404.html (original)
+++ archiva/site-content/errors/404.html Sat Jun  8 14:05:28 2013
@@ -8,7 +8,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130603" />
+    <meta name="Date-Revision-yyyymmdd" content="20130609" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva - Page Not found</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1-SNAPSHOT.min.css" />
@@ -204,7 +204,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 03 Jun 2013</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 09 Jun 2013</li> 
             
                             </ul>
       </div>
@@ -213,7 +213,14 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Page Not Found<a name="Page_Not_Found"></a></h2><p>We're sorry, but the page you requested cannot be found. This may be because:</p><ul><li>The page has moved, was outdated, or has not been created yet</li><li>You typed the address incorrectly</li><li>You followed a link from another site that pointed to this page</li></ul><p>If you came to this page by following a broken link on our site, you can report the <a class="externalLink" href="http://jira.codehaus.org/browse/MRM"> problem</a>.</p></div>
+            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section">
+<h2>Page Not Found<a name="Page_Not_Found"></a></h2>
+<p>We're sorry, but the page you requested cannot be found. This may be because:</p>
+<ul>
+<li>The page has moved, was outdated, or has not been created yet</li>
+<li>You typed the address incorrectly</li>
+<li>You followed a link from another site that pointed to this page</li></ul>
+<p>If you came to this page by following a broken link on our site, you can report the <a class="externalLink" href="http://jira.codehaus.org/browse/MRM"> problem</a>.</p></div>
                   </div>
           </div>
 

Modified: archiva/site-content/get-involved.html
URL: http://svn.apache.org/viewvc/archiva/site-content/get-involved.html?rev=1490981&r1=1490980&r2=1490981&view=diff
==============================================================================
--- archiva/site-content/get-involved.html (original)
+++ archiva/site-content/get-involved.html Sat Jun  8 14:05:28 2013
@@ -9,7 +9,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20130603" />
+    <meta name="Date-Revision-yyyymmdd" content="20130609" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva - Archiva Community - Get Involved</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1-SNAPSHOT.min.css" />
@@ -205,7 +205,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 03 Jun 2013</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 09 Jun 2013</li> 
             
                             </ul>
       </div>
@@ -214,7 +214,41 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Getting Involved in the Archiva Project<a name="Getting_Involved_in_the_Archiva_Project"></a></h2><p>Archiva is an open source project and relies heavily on an active community. If you need help, you should look to the community. Equally, please look for ways that you may contribute back.</p><p>This page provides some pointers for receiving help and contributing to the Archiva community.</p><div class="section"><h3>Getting Help<a name="Getting_Help"></a></h3><p>There are a number of ways to find help if you have an issue. </p><ul><li><b>Read the documentation</b><br />Read the <a class="externalLink" href="http://archiva.apache.org/docs/1.4.0-SNAPSHOT/userguide">user</a> and <a class="externalLink" href="http://archiva.apache.org/docs/1.4.0-SNAPSHOT/adminguide">administration</a> documentation. </li><li><b>Search the Wiki</b><br />Search the <a class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA">
 Archiva Wiki</a>. Lots of useful information has been contributed by users here.</li><li><b>Submit an issue</b><br />Search the <a href="./issue-tracking.html">Jira</a> issue tracking system. The problem you are experiencing may be a known issue and others may have suggested work-arounds. If the issue is new, you should consider submitting a report.</li><li><b>Search the mailing lists</b><br />Search the mailing lists. Look <a href="./mail-lists.html">here</a> for a list of Archiva mailing lists. If you cannot find everything you need, ask a question on the appropriate list.</li></ul><div class="section"><h4>More Information<a name="More_Information"></a></h4><p>If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website which provide step-by-step guides to getting help, useful information regarding etiquette, and lots of other resources.</p><p>Check out:</p><ul><li><a class="externalLink" href="http://maven.apache.org/community.html">T
 he Maven Community</a></li><li><a class="externalLink" href="http://maven.apache.org/users/getting-help.html">Getting Help with Maven</a></li></ul></div></div><div class="section"><h3>How to Contribute<a name="How_to_Contribute"></a></h3><p>As with any open source project, there are several ways you can help:</p><ul><li><b>Join a mailing list</b><br />Join a <a href="./mail-lists.html">mailing list</a> and answer other user's questions. You can also meet up with developers and users on <tt>#archiva</tt> on <tt>irc.codehaus.org</tt></li><li><b>Fix bugs</b><br />Report bugs, feature requests and other issues in the <a href="./issue-tracking.html">Jira</a> issue tracking system. Also, read up on <a href="./developers/how-we-do-things.html">how we do things</a> in Archiva.</li><li><b>Build it</b><br />Check out the <a href="./source-repository.html">source code</a> and <a href="./developers/building.html">build Archiva</a> for yourself. Fix bugs and submit patches for reported i
 ssues (both those you find, or that others have filed).</li><li><b>Write documentation</b><br />Help with the documentation by pointing out areas that are lacking or unclear, and if you are so inclined, submitting patches to correct it. You can quickly contribute rough thoughts to the <a class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA"> wiki</a>, or you can volunteer to help collate and organise information that is already there.</li></ul><p>Your participation in the community is much appreciated!</p><div class="section"><h4>More Information<a name="More_Information"></a></h4><p>If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website regarding contribution back to the community.</p><p>Check out:</p><ul><li><a class="externalLink" href="http://maven.apache.org/community.html">The Maven Community</a> </li><li><a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">Guid
 e to helping with Maven</a></li></ul></div></div></div>
+            <!-- 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/guides/mi
 ni/guide-apt-format.html --><div class="section">
+<h2>Getting Involved in the Archiva Project<a name="Getting_Involved_in_the_Archiva_Project"></a></h2>
+<p>Archiva is an open source project and relies heavily on an active community. If you need help, you should look to the community. Equally, please look for ways that you may contribute back.</p>
+<p>This page provides some pointers for receiving help and contributing to the Archiva community.</p>
+<div class="section">
+<h3>Getting Help<a name="Getting_Help"></a></h3>
+<p>There are a number of ways to find help if you have an issue. </p>
+<ul>
+<li><b>Read the documentation</b><br />Read the <a class="externalLink" href="http://archiva.apache.org/docs/1.4.0-SNAPSHOT/userguide">user</a> and <a class="externalLink" href="http://archiva.apache.org/docs/1.4.0-SNAPSHOT/adminguide">administration</a> documentation. </li>
+<li><b>Search the Wiki</b><br />Search the <a class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA">Archiva Wiki</a>. Lots of useful information has been contributed by users here.</li>
+<li><b>Submit an issue</b><br />Search the <a href="./issue-tracking.html">Jira</a> issue tracking system. The problem you are experiencing may be a known issue and others may have suggested work-arounds. If the issue is new, you should consider submitting a report.</li>
+<li><b>Search the mailing lists</b><br />Search the mailing lists. Look <a href="./mail-lists.html">here</a> for a list of Archiva mailing lists. If you cannot find everything you need, ask a question on the appropriate list.</li></ul>
+<div class="section">
+<h4>More Information<a name="More_Information"></a></h4>
+<p>If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website which provide step-by-step guides to getting help, useful information regarding etiquette, and lots of other resources.</p>
+<p>Check out:</p>
+<ul>
+<li><a class="externalLink" href="http://maven.apache.org/community.html">The Maven Community</a></li>
+<li><a class="externalLink" href="http://maven.apache.org/users/getting-help.html">Getting Help with Maven</a></li></ul></div></div>
+<div class="section">
+<h3>How to Contribute<a name="How_to_Contribute"></a></h3>
+<p>As with any open source project, there are several ways you can help:</p>
+<ul>
+<li><b>Join a mailing list</b><br />Join a <a href="./mail-lists.html">mailing list</a> and answer other user's questions. You can also meet up with developers and users on <tt>#archiva</tt> on <tt>irc.codehaus.org</tt></li>
+<li><b>Fix bugs</b><br />Report bugs, feature requests and other issues in the <a href="./issue-tracking.html">Jira</a> issue tracking system. Also, read up on <a href="./developers/how-we-do-things.html">how we do things</a> in Archiva.</li>
+<li><b>Build it</b><br />Check out the <a href="./source-repository.html">source code</a> and <a href="./developers/building.html">build Archiva</a> for yourself. Fix bugs and submit patches for reported issues (both those you find, or that others have filed).</li>
+<li><b>Write documentation</b><br />Help with the documentation by pointing out areas that are lacking or unclear, and if you are so inclined, submitting patches to correct it. You can quickly contribute rough thoughts to the <a class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA"> wiki</a>, or you can volunteer to help collate and organise information that is already there.</li></ul>
+<p>Your participation in the community is much appreciated!</p>
+<div class="section">
+<h4>More Information<a name="More_Information"></a></h4>
+<p>If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website regarding contribution back to the community.</p>
+<p>Check out:</p>
+<ul>
+<li><a class="externalLink" href="http://maven.apache.org/community.html">The Maven Community</a> </li>
+<li><a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">Guide to helping with Maven</a></li></ul></div></div></div>
                   </div>
           </div>