Apache Archiva Main site deployment

git-svn-id: http://svn.apache.org/repos/asf/archiva/site-content@1663243 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/.htaccess b/.htaccess
index 472c261..a87a1b3 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
 ErrorDocument 404 /errors/404.html
-Redirect Permanent /reports http://archiva.apache.org/ref/2.1.1
+Redirect Permanent /reports http://archiva.apache.org/ref/2.2.0
 Redirect /download.html /download.cgi
 Redirect /index.html /index.cgi
-Redirect Permanent /docs/current http://archiva.apache.org/docs/2.1.1
+Redirect Permanent /docs/current http://archiva.apache.org/docs/2.2.0
 #former docs use LICENCE.txt
 Redirect Permanent /LICENSE.txt http://archiva.apache.org/license.html
\ No newline at end of file
diff --git a/developers/building.html b/developers/building.html
index 54e39fe..4ade987 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -8,9 +8,9 @@
     <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="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Building Archiva</title>
+    <title>Archiva &#x2013; Building Archiva</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,7 +228,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Building Archiva<a name="Building_Archiva"></a></h2>
+<h2><a name="Building_Archiva"></a>Building Archiva</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>
@@ -223,17 +237,17 @@
 <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>
+<h2><a name="Documentation"></a>Documentation</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>git clone<a name="git_clone"></a></h2>
+<h2><a name="git_clone"></a>git clone</h2>
 <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>
+<h2><a name="Running_Javascript_webapp_with_tomcat-maven-plugin"></a>Running Javascript webapp with tomcat-maven-plugin</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 (use mvnDebug if you want to attach a debugger)
diff --git a/developers/how-we-do-things.html b/developers/how-we-do-things.html
index f5817fa..ca80367 100644
--- a/developers/how-we-do-things.html
+++ b/developers/how-we-do-things.html
@@ -8,9 +8,9 @@
     <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="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - How We Do Things</title>
+    <title>Archiva &#x2013; How We Do Things</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,18 +228,18 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>How We Do Things<a name="How_We_Do_Things"></a></h2>
+<h2><a name="How_We_Do_Things"></a>How We Do Things</h2>
 <p>Below are the conventions we follow in Archiva.</p>
 <div class="section">
-<h3>Continuous Integration<a name="Continuous_Integration"></a></h3>
+<h3><a name="Continuous_Integration"></a>Continuous Integration</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/job/archiva-master-build/">archiva-master-build/</a>:</p>
 <ul>
-<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-2.2.0-SNAPSHOT-bin.zip">standalone with embeded jetty</a> (unzip then cd bin;./archiva start running on 8080)</li>
-<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-2.2.0-SNAPSHOT-SNAPSHOT.war">war webapp js</a></li></ul></div>
+<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-2.2.1-SNAPSHOT-bin.zip">standalone with embeded jetty</a> (unzip then cd bin;./archiva start running on 8080)</li>
+<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-2.2.1-SNAPSHOT-SNAPSHOT.war">war webapp js</a></li></ul></div>
 <div class="section">
-<h3>Code Style<a name="Code_Style"></a></h3>
+<h3><a name="Code_Style"></a>Code Style</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
@@ -239,13 +253,13 @@
 <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>
+<h3><a name="Versioning"></a>Versioning</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>
+<h3><a name="References"></a>References</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>
diff --git a/developers/publishing-site.html b/developers/publishing-site.html
index cfddd2c..b8dbcd0 100644
--- a/developers/publishing-site.html
+++ b/developers/publishing-site.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Archiva Sites Publishing</title>
+    <title>Archiva &#x2013; Archiva Sites Publishing</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,13 +227,13 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Publishing the Archiva Site<a name="Publishing_the_Archiva_Site"></a></h2>
+<h2><a name="Publishing_the_Archiva_Site"></a>Publishing the Archiva Site</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>git 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>
+<h3><a name="Editing_and_Publishing_the_Main_Site"></a>Editing and Publishing the Main Site</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 Git at <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/archiva-site.git">https://git-wip-us.apache.org/repos/asf/archiva-site.git</a>.</p>
 <p>To edit and publish the site, do the following:</p>
 <ol style="list-style-type: decimal">
@@ -232,7 +246,7 @@
 <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>
+<h3><a name="Editing_and_Publishing_the_Archiva_Documentation"></a>Editing and Publishing the Archiva Documentation</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 Git at <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/archiva.git">https://git-wip-us.apache.org/repos/asf/archiva.git</a> directory archiva-docs, 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>
@@ -241,7 +255,7 @@
 <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>
+<h3><a name="Editing_and_Publishing_the_Reference_Documentation"></a>Editing and Publishing the Reference Documentation</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>
@@ -251,14 +265,14 @@
 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>
+<h3><a name="Publishing_Redback_site"></a>Publishing Redback site</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>
+<h3><a name="Publishing_Redback_Core_reference"></a>Publishing Redback Core reference</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>
@@ -267,7 +281,7 @@
 or
 sh ./deploySite.sh</pre></div></div>
 <div class="section">
-<h3>Publishing Redback Components reference<a name="Publishing_Redback_Components_reference"></a></h3>
+<h3><a name="Publishing_Redback_Components_reference"></a>Publishing Redback Components reference</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>
diff --git a/developers/releasing.html b/developers/releasing.html
index 11a4600..ad5cdad 100644
--- a/developers/releasing.html
+++ b/developers/releasing.html
@@ -8,9 +8,9 @@
     <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="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Archiva release process</title>
+    <title>Archiva &#x2013; Archiva release process</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,7 +228,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Archiva release process<a name="Archiva_release_process"></a></h2>
+<h2><a name="Archiva_release_process"></a>Archiva release process</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.
diff --git a/download.html b/download.html
index ad52219..69ddebb 100644
--- a/download.html
+++ b/download.html
@@ -7,10 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - 
-    Download Apache Archiva</title>
+    <title>Archiva &#x2013; Download Apache Archiva</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -28,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -200,12 +213,11 @@
         Archiva</a>
                     <span class="divider">/</span>
       </li>
-        <li class="active ">
-    Download Apache Archiva</li>
+        <li class="active ">Download Apache Archiva</li>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -232,12 +244,12 @@
 under the License. -->
   
     <div class="section">
-<h2>Download Apache Archiva 2.1.1<a name="Download_Apache_Archiva_2.1.1"></a></h2>
+<h2><a name="Download_Apache_Archiva_2.2.0"></a>Download Apache Archiva 2.2.0</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>
+<h3><a name="System_Requirements"></a>System Requirements</h3>
         
 <table border="0" class="table table-striped">
           
@@ -266,7 +278,7 @@
       <a name="mirror"></a>
       
 <div class="section">
-<h3>Mirror<a name="Mirror"></a></h3>
+<h3><a name="Mirror"></a>Mirror</h3>
 
         
 <p>
@@ -317,7 +329,7 @@
       </div>
       
 <div class="section">
-<h3>Current Release: Archiva 2.1.1<a name="Current_Release:_Archiva_2.1.1"></a></h3>
+<h3><a name="Current_Release:_Archiva_2.2.0"></a>Current Release: Archiva 2.2.0</h3>
         
 <p>
           This is the currently recommended version of Archiva.
@@ -325,7 +337,7 @@
           </p>
 <ul>
             
-<li><a href="./docs/2.1.1/release-notes.html">Release Notes</a></li>
+<li><a href="./docs/2.2.0/release-notes.html">Release Notes</a></li>
             
 <li><a href="./known-issues.html">Known Issues and Errata</a></li>
               
@@ -340,7 +352,7 @@
               
 <tr class="a">
                 
-<th>Archiva 2.1.1 </th>
+<th>Archiva 2.2.0 </th>
                 
 <th>Mirrors</th>
                 
@@ -353,46 +365,46 @@
               
 <tr class="b">
                 
-<td>Archiva 2.1.1 Standalone</td>
+<td>Archiva 2.2.0 Standalone</td>
                 
-<td><a href="[preferred]archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.tar.gz">tar.gz</a></td>
+<td><a href="[preferred]archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.tar.gz">tar.gz</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.tar.gz.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.tar.gz.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.tar.gz.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.tar.gz.asc">asc</a></td>
               </tr>
               
 <tr class="a">
                 
 <td></td>
                 
-<td><a href="[preferred]archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.zip">zip</a></td>
+<td><a href="[preferred]archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.zip">zip</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.zip.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.zip.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.zip.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.zip.asc">asc</a></td>
               </tr>
               
 <tr class="b">
                 
-<td>Archiva 2.1.1 WAR</td>
+<td>Archiva 2.2.0 WAR</td>
                 
-<td><a href="[preferred]archiva/2.1.1/binaries/apache-archiva-2.1.1.war">war</a></td>
+<td><a href="[preferred]archiva/2.2.0/binaries/apache-archiva-2.2.0.war">war</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1.war.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0.war.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1.war.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0.war.asc">asc</a></td>
               </tr>
               
 <tr class="a">
                 
-<td>Archiva 2.1.1 Sources</td>
+<td>Archiva 2.2.0 Sources</td>
                 
-<td><a href="[preferred]archiva/2.1.1/src/apache-archiva-2.1.1-src.zip">source zip</a></td>
+<td><a href="[preferred]archiva/2.2.0/src/apache-archiva-2.2.0-src.zip">source zip</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/src/apache-archiva-2.1.1-src.zip.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/src/apache-archiva-2.2.0-src.zip.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/src/apache-archiva-2.1.1-src.zip.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/src/apache-archiva-2.2.0-src.zip.asc">asc</a></td>
               </tr>
             </tbody>
           </table>
@@ -402,7 +414,7 @@
 
                   
 <div class="section">
-<h3>Last Release series 1.3.x: Archiva 1.3.9<a name="Last_Release_series_1.3.x:_Archiva_1.3.9"></a></h3>
+<h3><a name="Last_Release_series_1.3.x:_Archiva_1.3.9"></a>Last Release series 1.3.x: Archiva 1.3.9</h3>
             
 <p>
             This is the previous stable release of Archiva.
@@ -486,7 +498,7 @@
         
       
 <div class="section">
-<h3>Previous Versions<a name="Previous_Versions"></a></h3>
+<h3><a name="Previous_Versions"></a>Previous Versions</h3>
         
 <p>
           More releases are available in the <a class="externalLink" href="http://archive.apache.org/dist/archiva/">Apache Archiva Archives</a>
@@ -495,7 +507,7 @@
       </div>
       
 <div class="section">
-<h3>Verify the integrity of the files<a name="Verify_the_integrity_of_the_files"></a></h3>
+<h3><a name="Verify_the_integrity_of_the_files"></a>Verify the integrity of the files</h3>
         
 <p>
           We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.
diff --git a/errors/404.html b/errors/404.html
index 217fe28..3ccd150 100644
--- a/errors/404.html
+++ b/errors/404.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Page Not found</title>
+    <title>Archiva &#x2013; Page Not found</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,7 +227,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Page Not Found<a name="Page_Not_Found"></a></h2>
+<h2><a name="Page_Not_Found"></a>Page Not Found</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>
diff --git a/get-involved.html b/get-involved.html
index b3a2983..c7dfe67 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -8,9 +8,9 @@
     <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="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Archiva Community - Get Involved</title>
+    <title>Archiva &#x2013; Archiva Community - Get Involved</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,26 +228,26 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Getting Involved in the Archiva Project<a name="Getting_Involved_in_the_Archiva_Project"></a></h2>
+<h2><a name="Getting_Involved_in_the_Archiva_Project"></a>Getting Involved in the Archiva Project</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>
+<h3><a name="Getting_Help"></a>Getting Help</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/2.2.0-SNAPSHOT/userguide">user</a> and <a class="externalLink" href="http://archiva.apache.org/docs/2.2.0-SNAPSHOT/adminguide">administration</a> documentation. </li>
+<li><b>Read the documentation</b><br />Read the <a class="externalLink" href="http://archiva.apache.org/docs/2.2.1-SNAPSHOT/userguide">user</a> and <a class="externalLink" href="http://archiva.apache.org/docs/2.2.1-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>
+<h4><a name="More_Information"></a>More Information</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>
+<h3><a name="How_to_Contribute"></a>How to Contribute</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.freenode.net</tt></li>
@@ -243,7 +257,7 @@
 <li><b>Contribute Patches</b> You can attache source patches to our JIRA. Or contribute using github pull requests our github source mirror is available here <a class="externalLink" href="https://github.com/apache/archiva">https://github.com/apache/archiva</a></li></ul>
 <p>Your participation in the community is much appreciated!</p>
 <div class="section">
-<h4>More Information<a name="More_Information"></a></h4>
+<h4><a name="More_Information"></a>More Information</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>
diff --git a/index.html b/index.html
index 30c52ee..ae7f9e9 100644
--- a/index.html
+++ b/index.html
@@ -8,10 +8,9 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Brett Porter" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - 
-    The Build Artifact Repository Manager</title>
+    <title>Archiva &#x2013; The Build Artifact Repository Manager</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -29,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-    <!-- move js and css to head --><link rel="stylesheet" href="css/jquery.fancybox.2.1.5.css" type="text/css" media="screen" /><script src="js/index.js" type="text/javascript"></script><script src="js/fancybox.js" type="text/javascript"></script><script src="js/jquery.fancybox.pack.2.1.5.js" type="text/javascript"></script><script src="js/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>              </head>
+    <!-- move js and css to head --><link rel="stylesheet" href="css/jquery.fancybox.2.1.5.css" type="text/css" media="screen" /><script src="js/index.js" type="text/javascript"></script><script src="js/fancybox.js" type="text/javascript"></script><script src="js/jquery.fancybox.pack.2.1.5.js" type="text/javascript"></script><script src="js/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>          <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,12 +214,11 @@
         Archiva</a>
                     <span class="divider">/</span>
       </li>
-        <li class="active ">
-    The Build Artifact Repository Manager</li>
+        <li class="active ">The Build Artifact Repository Manager</li>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -244,7 +256,7 @@
             
 <p><b>Our code source is now using git, so you can propose pull requests using <a class="externalLink" href="https://github.com/apache/archiva">github mirror</a></b></p>
             
-<p><b>4th September 2014 release of 2.1.1 See <a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">Quick Tour</a></b></p>
+<p><b>4th September 2014 release of 2.1.1 See <a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">Quick Tour</a></b></p>
           </div>
         </div>
       </div>
@@ -261,130 +273,130 @@
 <div class="carousel-inner">
             
 <div class="item active">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/ldap-configuration.png" alt="" height="120px" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/ldap-configuration.png" alt="" height="120px" />
               
 <div class="carousel-caption">
                 
 <p>Dynamic LDAP Configuration.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/adminguide/redback-runtime-configuration.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/adminguide/redback-runtime-configuration.html">View all.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/ldap-group-roles-mapping.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/ldap-group-roles-mapping.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Dynamic LDAP Group-Roles mapping Configuration.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/adminguide/redback-runtime-configuration.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/adminguide/redback-runtime-configuration.html">View all.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/tour/project-info.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/tour/project-info.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Informative display for artifacts stored in the repository.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/tour/search-form.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/tour/search-form.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>User-friendly browsing interface, and powerful search functionalities.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/tour/search-results.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/tour/search-results.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Filterable search results.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/tour/browse.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/tour/browse.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Browse interface.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
 
 
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/tour/remote-proxy-cache.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/tour/remote-proxy-cache.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Drag &amp; drop remote proxies ordering.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/tour/upload-files.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/tour/upload-files.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Drag &amp; drop upload artifacts via UI.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/tour/graphical-admin.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/tour/graphical-admin.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Comprehensive web-based administration interface.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="http://archiva.apache.org/docs/2.1.1/images/proxy-connectors-rules.png" alt="" />
+              <img src="http://archiva.apache.org/docs/2.2.0/images/proxy-connectors-rules.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Bulk update of your black/while list when fetching remote repositories.</p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="http://archiva.apache.org/docs/2.1.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="http://archiva.apache.org/docs/2.2.0/index.html">View new documentation.</a></p>
               </div>
             </div>
 
@@ -397,7 +409,7 @@
     </div>
     
 <div class="section">
-<h2>Apache Archiva&#x99;: The Build Artifact Repository Manager<a name="Apache_Archiva:_The_Build_Artifact_Repository_Manager"></a></h2>
+<h2><a name="Apache_Archiva:_The_Build_Artifact_Repository_Manager"></a>Apache Archiva&#x99;: The Build Artifact Repository Manager</h2>
       
 <p>
          Apache Archiva&#x99; is an extensible repository management software that
@@ -429,7 +441,7 @@
 
           
 <p>
-            <a href="docs/2.1.1/tour/index.html">Take a look around</a>
+            <a href="docs/2.2.0/tour/index.html">Take a look around</a>
           </p>
           
 <p>
@@ -457,7 +469,7 @@
               <b>Latest stable release:</b>
             </span>
             <span class="button mainalign">
-              <a href="#a" class="btn btn-primary btn-medium" style="margin-bottom: 5px;" id="openDialogRelease">Get Archiva 2.1.1 <span style="font-size:smaller;color:#F89406">4th September 2014</span>
+              <a href="#a" class="btn btn-primary btn-medium" style="margin-bottom: 5px;" id="openDialogRelease">Get Archiva 2.2.0 <span style="font-size:smaller;color:#F89406">2nd March 2015</span>
               </a>
             </span>
             <br />
@@ -486,15 +498,15 @@
 
           
 <p>
-            <a href="docs/2.1.1/index.html">Documentation</a>
+            <a href="docs/2.2.0/index.html">Documentation</a>
           </p>
           
 <p>
             <img src="images/collapsed.gif" width="7" height="7" alt="" />
-            Simple out of the box configuration and <a href="docs/2.1.1/quick-start.html">quick start guide</a>
+            Simple out of the box configuration and <a href="docs/2.2.0/quick-start.html">quick start guide</a>
             <br />
             <img src="images/collapsed.gif" width="7" height="7" alt="" />
-            Read the <a href="docs/2.1.1/userguide/index.html">users guide</a> and <a href="docs/2.1.1/adminguide/index.html">administration documentation</a>
+            Read the <a href="docs/2.2.0/userguide/index.html">users guide</a> and <a href="docs/2.2.0/adminguide/index.html">administration documentation</a>
             <br />
             <img src="images/collapsed.gif" width="7" height="7" alt="" />
             For security issues, read the <a href="security.html">security vulnerabilities document</a>
@@ -526,18 +538,18 @@
 <div>
         
 <div class="section">
-<h2>Videos<a name="Videos"></a></h2>
+<h2><a name="Videos"></a>Videos</h2>
         
 <div class="section">
 <div class="section">
-<h4>Quick start<a name="Quick_start"></a></h4>
+<h4><a name="Quick_start"></a>Quick start</h4>
         
 <p align="center">
           <iframe width="420" height="315" src="http://www.youtube.com/embed/kG349qooN8E" frameborder="0" allowfullscreen=""></iframe>
         </p>
         </div>
 <div class="section">
-<h4>Browsing/Uploading/Searching<a name="BrowsingUploadingSearching"></a></h4>
+<h4><a name="BrowsingUploadingSearching"></a>Browsing/Uploading/Searching</h4>
         
 <p align="center">
           <iframe width="420" height="315" src="http://www.youtube.com/embed/y4DoLCfYR-A" frameborder="0" allowfullscreen=""></iframe>
@@ -548,7 +560,7 @@
 
     
 <div class="section">
-<h2>License<a name="License"></a></h2>
+<h2><a name="License"></a>License</h2>
       
 <p>
         Archiva is distributed under the <a class="externalLink" href="http://www.apache.org/licenses/">Apache License, version 2.0</a>
@@ -556,7 +568,7 @@
     </div>
     
 <div class="section">
-<h2>Thanks<a name="Thanks"></a></h2>
+<h2><a name="Thanks"></a>Thanks</h2>
       
 <p>
         We would like to thank all the <a class="externalLink" href="http://www.apache.org/foundation/thanks.html">sponsors that provide financial assistance to the Apache Software Foundation</a>.
@@ -566,7 +578,7 @@
 
     
 <div class="section">
-<h2>Resources<a name="Resources"></a></h2>
+<h2><a name="Resources"></a>Resources</h2>
       
 <p>
         Need more? Try some of these resources.
@@ -575,7 +587,7 @@
 <div>
         
 <div class="section">
-<h3>Books<a name="Books"></a></h3>
+<h3><a name="Books"></a>Books</h3>
         
 <div style="margin-left: auto; margin-right: auto; text-align: center">
           
@@ -606,7 +618,7 @@
 <div style="clear: left">
         </div>
 <div class="section">
-<h3>Articles, Presentations and Tutorials<a name="Articles_Presentations_and_Tutorials"></a></h3>
+<h3><a name="Articles_Presentations_and_Tutorials"></a>Articles, Presentations and Tutorials</h3>
         
 <ul>
           
@@ -623,7 +635,7 @@
 <div class="modal-header">
           <button type="button" class="close" data-dismiss="modal" aria-hidden="true">[&#xd7;]</button>
           
-<h1>Archiva 2.1.1</h1>
+<h1>Archiva 2.2.0</h1>
         </div>
         
 <div class="modal-body">
@@ -647,24 +659,24 @@
             
 <tr class="b">
               
-<td>Archiva 2.1.1 Standalone</td>
+<td>Archiva 2.2.0 Standalone</td>
               
-<td><a href="[preferred]archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.zip">zip</a></td>
+<td><a href="[preferred]archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.zip">zip</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.zip.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.zip.md5">md5</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1-bin.zip.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0-bin.zip.asc">asc</a></td>
             </tr>
             
 <tr class="a">
               
-<td>Archiva 2.1.1 WAR</td>
+<td>Archiva 2.2.0 WAR</td>
               
-<td><a href="[preferred]archiva/2.1.1/binaries/apache-archiva-2.1.1.war">war</a></td>
+<td><a href="[preferred]archiva/2.2.0/binaries/apache-archiva-2.2.0.war">war</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1.war.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0.war.md5">md5</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.1.1/binaries/apache-archiva-2.1.1.war.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.0/binaries/apache-archiva-2.2.0.war.asc">asc</a></td>
             </tr>
           </table>
 
@@ -675,7 +687,7 @@
 <div class="row">
             
 <div class="pull-rigth">
-              <a href="docs/2.1.1/release-notes.html">Release Notes</a> | <a href="download.html">More downloads or change mirror.</a>
+              <a href="docs/2.2.0/release-notes.html">Release Notes</a> | <a href="download.html">More downloads or change mirror.</a>
             </div>
             <!-- add mirror change option -->
             <!-- div>
diff --git a/integration.html b/integration.html
index c551517..b5bb302 100644
--- a/integration.html
+++ b/integration.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Continuous Integration</title>
+    <title>Archiva &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,15 +227,15 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
 <div class="section">
-<h2>Access<a name="Access"></a></h2><a name="Access"></a>
+<h2><a name="Access"></a>Access</h2><a name="Access"></a>
 <p>The following is a link to the continuous integration system used by the project.</p>
 <div class="source">
 <pre><a class="externalLink" href="https://builds.apache.org/view/A-F/view/Archiva/">https://builds.apache.org/view/A-F/view/Archiva/</a></pre></div></div>
 <div class="section">
-<h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a>
+<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
 <p>No notifiers are defined. Please check back at a later date.</p></div>
                   </div>
           </div>
diff --git a/issue-tracking.html b/issue-tracking.html
index 734d170..4bf4e60 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Issue Tracking</title>
+    <title>Archiva &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,10 +227,10 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div>
 <div class="section">
-<h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a>
+<h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a name="Issue_Tracking"></a>
 <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
 <div class="source">
 <pre><a class="externalLink" href="http://jira.codehaus.org/browse/MRM">http://jira.codehaus.org/browse/MRM</a></pre></div></div>
diff --git a/jsui/generics-js.html b/jsui/generics-js.html
index acf186e..f898a37 100644
--- a/jsui/generics-js.html
+++ b/jsui/generics-js.html
@@ -8,10 +8,9 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - 
-    Generics Javascript</title>
+    <title>Archiva &#x2013; Generics Javascript</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,12 +214,11 @@
         Archiva</a>
                     <span class="divider">/</span>
       </li>
-        <li class="active ">
-    Generics Javascript</li>
+        <li class="active ">Generics Javascript</li>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -249,17 +261,17 @@
 
     
 <div class="section">
-<h2>Generics Javascript<a name="Generics_Javascript"></a></h2>
+<h2><a name="Generics_Javascript"></a>Generics Javascript</h2>
       
 <p>Some common/generic javascript methods are available.</p>
       
 <div class="section">
-<h3>User messages<a name="User_messages"></a></h3>
+<h3><a name="User_messages"></a>User messages</h3>
       
 <p>A div &quot;user-messages&quot; is reserved for user messages.</p>
         </div>
 <div class="section">
-<h3>Success message<a name="Success_message"></a></h3>
+<h3><a name="Success_message"></a>Success message</h3>
           
 <p>
             Javascript function:
@@ -279,7 +291,7 @@
 
         
 <div class="section">
-<h3>Error message<a name="Error_message"></a></h3>
+<h3><a name="Error_message"></a>Error message</h3>
           
 <p>
             Javascript function:
@@ -299,7 +311,7 @@
       
       
 <div class="section">
-<h3>Modal Confirm dialog<a name="Modal_Confirm_dialog"></a></h3>
+<h3><a name="Modal_Confirm_dialog"></a>Modal Confirm dialog</h3>
         
 <p>
           Javascript function:
diff --git a/jsui/i18n.html b/jsui/i18n.html
index afb03ff..eeed5d9 100644
--- a/jsui/i18n.html
+++ b/jsui/i18n.html
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - i18n</title>
+    <title>Archiva &#x2013; i18n</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>i18n management<a name="i18n_management"></a></h2>
+<h2><a name="i18n_management"></a>i18n management</h2>
 <p>The js library <a class="externalLink" href="http://code.google.com/p/jquery-i18n-properties">jquery-i18n-properties</a> is used for i18n.</p>
 <p>On application loading, i18n properties are loaded by calling a REST services with the browser lang or with the requested language specified by the request parameter : ?request_lang=en.</p>
 <p>This service will load properties in this order:</p>
@@ -223,7 +237,7 @@
 <li>redback properties in en then in specified language</li>
 <li>archiva properties (from org/apache/archiva/i18n/default.properties) in en then in specified language</li></ul>
 <div class="section">
-<h3>Javascript method<a name="Javascript_method"></a></h3>
+<h3><a name="Javascript_method"></a>Javascript method</h3>
 <p>Simple i18n value without any value</p>
 <div class="source">
 <pre>Javascript code :
@@ -235,7 +249,7 @@
 if  managedRepository.name() is &quot;foo&quot;
 response will be Managed Repository &quot; foo &quot; deleted.</pre></div></div>
 <div class="section">
-<h3>Missing properties<a name="Missing_properties"></a></h3>
+<h3><a name="Missing_properties"></a>Missing properties</h3>
 <p>In case of missing property, the key is returned.</p></div></div>
                   </div>
           </div>
diff --git a/jsui/index.html b/jsui/index.html
index 1f00643..447920d 100644
--- a/jsui/index.html
+++ b/jsui/index.html
@@ -8,10 +8,9 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - 
-    Archiva Javascript application General design</title>
+    <title>Archiva &#x2013; Archiva Javascript application General design</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,12 +214,11 @@
         Archiva</a>
                     <span class="divider">/</span>
       </li>
-        <li class="active ">
-    Archiva Javascript application General design</li>
+        <li class="active ">Archiva Javascript application General design</li>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -253,10 +265,10 @@
 
     
 <div class="section">
-<h2>Archiva Javascript Web Application<a name="Archiva_Javascript_Web_Application"></a></h2>
+<h2><a name="Archiva_Javascript_Web_Application"></a>Archiva Javascript Web Application</h2>
       
 <div class="section">
-<h3>General design<a name="General_design"></a></h3>
+<h3><a name="General_design"></a>General design</h3>
         
 <p>
           The goal is to have a &quot;one page loading&quot; javascript application.
@@ -273,7 +285,7 @@
       </div>
       
 <div class="section">
-<h3>Runtime Properties<a name="Runtime_Properties"></a></h3>
+<h3><a name="Runtime_Properties"></a>Runtime Properties</h3>
         
 <p>The application is designed to use http cache mechanism for css, javascript. Except REST call to get datas which will never use cache as a query timestamp parameter is used.
           But as this can cause issue in developpement phase, two system properties (disabled by default) prevent can prevent caching and/or help debuging
@@ -290,7 +302,7 @@
       </div>
       
 <div class="section">
-<h3>Used Javascript frameworks<a name="Used_Javascript_frameworks"></a></h3>
+<h3><a name="Used_Javascript_frameworks"></a>Used Javascript frameworks</h3>
         
 <p>
         We use some well known javascript framework librairies :
@@ -321,7 +333,7 @@
       </div>
       
 <div class="section">
-<h3>Sources organisation<a name="Sources_organisation"></a></h3>
+<h3><a name="Sources_organisation"></a>Sources organisation</h3>
         
 <p>
           Sources are located in src/main/webapp of the archiva-webapp module :
@@ -337,7 +349,7 @@
         
         </div>
 <div class="section">
-<h3>js directory<a name="js_directory"></a></h3>
+<h3><a name="js_directory"></a>js directory</h3>
           
 <p>
             Root directory contains external libraries.
@@ -355,7 +367,7 @@
 
       
 <div class="section">
-<h3>Start page<a name="Start_page"></a></h3>
+<h3><a name="Start_page"></a>Start page</h3>
         
 <p>
           The main page will load javascript files, load <a href="./i18n.html">i18n</a>, <a href="./template-loading.html">load templates</a> and insert menu.
@@ -404,7 +416,7 @@
 
       
 <div class="section">
-<h3>Grid/edit model<a name="Gridedit_model"></a></h3>
+<h3><a name="Gridedit_model"></a>Grid/edit model</h3>
         
 <p>We use a tab/pill models to display grid of datas and edit/add form:
           </p>
diff --git a/jsui/knockout-binding.html b/jsui/knockout-binding.html
index 34ca31e..9ae3b69 100644
--- a/jsui/knockout-binding.html
+++ b/jsui/knockout-binding.html
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Knockout binding</title>
+    <title>Archiva &#x2013; Knockout binding</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Knockout binding<a name="Knockout_binding"></a></h2>
+<h2><a name="Knockout_binding"></a>Knockout binding</h2>
 <p>Explanation on the managed repositories list/edit/add screen.</p>
 <ul>
 <li><a href="#Knockout_binding">Knockout binding</a>
@@ -231,7 +245,7 @@
 <li><a href="#Binding_definition">Binding definition</a></li>
 <li><a href="#Template_content">Template content</a></li></ul></li></ul></li></ul>
 <div class="section">
-<h3>Javascript Beans<a name="Javascript_Beans"></a></h3>
+<h3><a name="Javascript_Beans"></a>Javascript Beans</h3>
 <p>First you must map the json response on a Javascript bean (a bit borying task :-) )</p>
 <div class="source">
 <pre>Java class with fields
@@ -268,14 +282,14 @@
 </pre></div>
 <p><tt>NOTE to have access to field values you must now managedRepository.name() </tt></p></div>
 <div class="section">
-<h3>View Model<a name="View_Model"></a></h3>
+<h3><a name="View_Model"></a>View Model</h3>
 <div class="section">
-<h4>First you must insert your template in the #main-content div<a name="First_you_must_insert_your_template_in_the_main-content_div"></a></h4>
+<h4><a name="First_you_must_insert_your_template_in_the_main-content_div"></a>First you must insert your template in the #main-content div</h4>
 <div class="source">
 <pre>// it's a jquery template as we do some i18n transformations
 $(&quot;#main-content&quot;).html($(&quot;#repositoriesMain&quot;).tmpl());</pre></div></div>
 <div class="section">
-<h4>You can now create your view model.<a name="You_can_now_create_your_view_model."></a></h4>
+<h4><a name="You_can_now_create_your_view_model."></a>You can now create your view model.</h4>
 <div class="source">
 <pre>ManagedRepositoriesViewModel=function(){
   //field which will receive values
@@ -293,7 +307,7 @@
   }
 }</pre></div></div>
 <div class="section">
-<h4>Grid binding<a name="Grid_binding"></a></h4>
+<h4><a name="Grid_binding"></a>Grid binding</h4>
 <p>The ManagedRepositoriesViewModel is used as it with a custom grid binding (knockout has a feature to create own binding so we use one called <tt>simpleGrid</tt> which will display grids.</p>
 <p>Grid view initialisation code (some details omitted) :</p>
 <div class="source">
@@ -337,9 +351,9 @@
       }
     );</pre></div></div></div>
 <div class="section">
-<h3>View definition<a name="View_definition"></a></h3>
+<h3><a name="View_definition"></a>View definition</h3>
 <div class="section">
-<h4>Binding definition<a name="Binding_definition"></a></h4>
+<h4><a name="Binding_definition"></a>Binding definition</h4>
 <p>We have applyed binding on the node with id &quot;#managed-repositories-table&quot;. The binding definition is:</p>
 <div class="source">
 <pre>  &lt;table class=&quot;bordered-table zebra-striped&quot; id=&quot;managed-repositories-table&quot;
@@ -351,7 +365,7 @@
 <li>pageLinksId:'managed-repositoriesPagination' = name of the template to use for pagination.</li>
 <li>data:'managedRepositories' = fields which contains data to pass to pass to the template</li></ul></div>
 <div class="section">
-<h4>Template content<a name="Template_content"></a></h4>
+<h4><a name="Template_content"></a>Template content</h4>
 <p>Template used for grid display (some details omitted).</p>
 <div class="source">
 <pre>&lt;script id='ko_managed-repositoriesGrid' type='text/x-jquery-tmpl'&gt;
diff --git a/jsui/rest.html b/jsui/rest.html
index b09650a..545b48e 100644
--- a/jsui/rest.html
+++ b/jsui/rest.html
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - REST Services</title>
+    <title>Archiva &#x2013; REST Services</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Expose Rest Services<a name="Expose_Rest_Services"></a></h2>
+<h2><a name="Expose_Rest_Services"></a>Expose Rest Services</h2>
 <p>The <a class="externalLink" href="http://cxf.apache.org">Apache CXF</a> is used to expose some classes/methods as REST Services.</p>
 <p>Services use the standard interface/implementation pattern:</p>
 <ul>
@@ -233,16 +247,16 @@
 <li><a href="#CXFSpring_configuration">CXF/Spring configuration</a></li>
 <li><a href="#Redback_security_annotation">Redback security annotation</a></li></ul></li></ul></li></ul>
 <div class="section">
-<h3>Steps to expose your class as a REST Service.<a name="Steps_to_expose_your_class_as_a_REST_Service."></a></h3>
+<h3><a name="Steps_to_expose_your_class_as_a_REST_Service."></a>Steps to expose your class as a REST Service.</h3>
 <p>Here all the steps to expose a new class as a REST service.</p>
 <div class="section">
-<h4>Interface and data beans<a name="Interface_and_data_beans"></a></h4>
+<h4><a name="Interface_and_data_beans"></a>Interface and data beans</h4>
 <p>All interfaces and data beans are added in the module archiva-rest-api:</p>
 <ul>
 <li>interface in the package: org.apache.archiva.rest.api.services .</li>
 <li>data beans in the package: org.apache.archiva.rest.api.model .</li></ul>
 <div class="section">
-<h5>Beans<a name="Beans"></a></h5>
+<h5><a name="Beans"></a>Beans</h5>
 <p>As we want to be able to expose result as json or xml type, all beans use javax.xml.bind.annotation root element :</p>
 <div class="source">
 <pre>@XmlRootElement( name = &quot;artifact&quot; )
@@ -252,7 +266,7 @@
 All services will be able to return json or xml
 @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML } )</pre></div></div>
 <div class="section">
-<h5>JAXRS annotations<a name="JAXRS_annotations"></a></h5>
+<h5><a name="JAXRS_annotations"></a>JAXRS annotations</h5>
 <p>As we use interfaces/implementations pattern jaxrs annotations are only in interfaces level.</p>
 <div class="source">
 <pre>@Path( &quot;/managedRepositoriesService/&quot; )
@@ -282,7 +296,7 @@
     ManagedRepository addManagedRepository( ManagedRepository managedRepository )
         throws ArchivaRestServiceException;</pre></div></div></div>
 <div class="section">
-<h4>CXF/Spring configuration<a name="CXFSpring_configuration"></a></h4>
+<h4><a name="CXFSpring_configuration"></a>CXF/Spring configuration</h4>
 <p>REST services implementations are marked with the Spring annotation @Service</p>
 <div class="source">
 <pre>package org.apache.archiva.rest.services;
@@ -329,7 +343,7 @@
   &lt;/servlet-mapping&gt;</pre></div>
 <p>So as it, REST services are availble in the following url <b>restServices/archivaServices/</b>.</p></div>
 <div class="section">
-<h4>Redback security annotation<a name="Redback_security_annotation"></a></h4>
+<h4><a name="Redback_security_annotation"></a>Redback security annotation</h4>
 <p>Some REST methods need some karma, so to prevent anonymous access methods can be marked as it:</p>
 <div class="source">
 <pre>
diff --git a/jsui/template-loading.html b/jsui/template-loading.html
index 27d1cff..e701c0f 100644
--- a/jsui/template-loading.html
+++ b/jsui/template-loading.html
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120914" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Javascript template loading</title>
+    <title>Archiva &#x2013; Javascript template loading</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="../docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="../docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="../docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="../docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Html/Javascript templates loading<a name="HtmlJavascript_templates_loading"></a></h2>
+<h2><a name="HtmlJavascript_templates_loading"></a>Html/Javascript templates loading</h2>
 <p>Templates are loaded on application loaded and added in the hidden div <b>#html-fragments</b>.</p>
 <p>They are loaded using requirejs and the text plugin.</p>
 <p>archiva templates are loaded as it <tt>NOTE: the no cache is activated only on dev mode</tt></p>
@@ -242,9 +256,9 @@
   }
 );</pre></div>
 <div class="section">
-<h3>i18n in templates<a name="i18n_in_templates"></a></h3>
+<h3><a name="i18n_in_templates"></a>i18n in templates</h3>
 <div class="section">
-<h4>static templates<a name="static_templates"></a></h4>
+<h4><a name="static_templates"></a>static templates</h4>
 <p>Some templates which are only simple html which only need i18n are executed immediatly.</p>
 <p>Simply use:</p>
 <div class="source">
@@ -255,7 +269,7 @@
   Note if you use the simple form ${register} and the property is not available, the template system will try to use if exists the function register
 </pre></div></div>
 <div class="section">
-<h4>dynamic templates<a name="dynamic_templates"></a></h4>
+<h4><a name="dynamic_templates"></a>dynamic templates</h4>
 <p>The others are only inserted in #html-fragments.</p></div></div></div>
                   </div>
           </div>
diff --git a/known-issues.html b/known-issues.html
index bbb59e9..217380c 100644
--- a/known-issues.html
+++ b/known-issues.html
@@ -8,9 +8,9 @@
     <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="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Known Issues and Errata</title>
+    <title>Archiva &#x2013; Known Issues and Errata</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,7 +228,7 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Known Issues and Errata<a name="Known_Issues_and_Errata"></a></h2>
+<h2><a name="Known_Issues_and_Errata"></a>Known Issues and Errata</h2>
 <p>For a list of all JIRA issues reported against released versions of Archiva, see <a class="externalLink" href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+MRM+AND+resolution+%3D+Unresolved+and+affectedVersion+in+releasedVersions()"> JIRA</a>.</p></div>
                   </div>
           </div>
diff --git a/license.html b/license.html
index 6189051..e83b0e9 100644
--- a/license.html
+++ b/license.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Project License</title>
+    <title>Archiva &#x2013; Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -212,12 +226,12 @@
                 
         <div id="bodyColumn" >
                       <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
 <div class="section">
-<h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a>
+<h2><a name="Project_License"></a>Project License</h2><a name="Project_License"></a>
 <div class="section">
-<h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a>
+<h3><a name="The_Apache_Software_License_Version_2.0"></a>The Apache Software License, Version 2.0</h3><a name="The_Apache_Software_License_Version_2.0"></a>
 <div class="source">
 <pre>
                                  Apache License
diff --git a/mail-lists.html b/mail-lists.html
index 5cce355..628cf9b 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Project Mailing Lists</title>
+    <title>Archiva &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,7 +227,7 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a>
+<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a name="Project_Mailing_Lists"></a>
 <p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
 <table border="0" class="table table-striped">
 <tr class="a">
diff --git a/privacy-policy.html b/privacy-policy.html
index 657136c..96d26cb 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20081203" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Privacy Policy</title>
+    <title>Archiva &#x2013; Privacy Policy</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -29,7 +29,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -64,11 +78,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -205,7 +219,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -215,7 +229,7 @@
         <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. --><div class="section">
-<h2>Privacy Policy<a name="Privacy_Policy"></a></h2>
+<h2><a name="Privacy_Policy"></a>Privacy Policy</h2>
 <p>Information about your use of this website is collected using server access logs and a tracking cookie. The collected information consists of the following:</p>
 <ol style="list-style-type: decimal">
 <li>The IP address from which you access the website;</li>
diff --git a/project-info.html b/project-info.html
index eadc950..9c45d84 100644
--- a/project-info.html
+++ b/project-info.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Project Information</title>
+    <title>Archiva &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,10 +227,10 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Project Information<a name="Project_Information"></a></h2>
+<h2><a name="Project_Information"></a>Project Information</h2>
 <p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
 <div class="section">
-<h3>Overview<a name="Overview"></a></h3>
+<h3><a name="Overview"></a>Overview</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Document</th>
diff --git a/security.html b/security.html
index 41dba43..e70122d 100644
--- a/security.html
+++ b/security.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Security Vulnerabilities</title>
+    <title>Archiva &#x2013; Security Vulnerabilities</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,11 +227,11 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Security Vulnerabilities<a name="Security_Vulnerabilities"></a></h2>
+<h2><a name="Security_Vulnerabilities"></a>Security Vulnerabilities</h2>
 <p>Please note that binary patches are not produced for individual vulnerabilities. To obtain the binary fix for a particular vulnerability you should upgrade to an Apache Archiva version where that vulnerability has been fixed.</p>
 <p>For more information about reporting vulnerabilities, see the <a class="externalLink" href="http://www.apache.org/security/"> Apache Security Team</a> page.</p>
 <div class="section">
-<h3>CVE-2013-2251: Apache Archiva Remote Command Execution<a name="CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution"></a></h3>
+<h3><a name="CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution"></a>CVE-2013-2251: Apache Archiva Remote Command Execution</h3>
 <p>Apache Archiva is affected by a vulnerability in the version of the Struts library being used, which allows a malicious user to run code on the server remotely. More details about the vulnerability can be found at <a class="externalLink" href="http://struts.apache.org/release/2.3.x/docs/s2-016.html">http://struts.apache.org/release/2.3.x/docs/s2-016.html</a>.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -227,7 +241,7 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
 <p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3>CVE-2013-2187: Apache Archiva Cross-Site Scripting vulnerability<a name="CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability"></a></h3>
+<h3><a name="CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability"></a>CVE-2013-2187: Apache Archiva Cross-Site Scripting vulnerability</h3>
 <p>A request that included a specially crafted request parameter could be used to inject arbitrary HTML or Javascript into the Archiva home page.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -237,7 +251,7 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
 <p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3>CVE-2010-1870: Struts2 remote commands execution<a name="CVE-2010-1870:_Struts2_remote_commands_execution"></a></h3>
+<h3><a name="CVE-2010-1870:_Struts2_remote_commands_execution"></a>CVE-2010-1870: Struts2 remote commands execution</h3>
 <p>Apache Archiva is affected by a vulnerability in the version of the Struts library being used, which allows a malicious user to run code on the server remotely. More details about the vulnerability can be found at <a class="externalLink" href="http://struts.apache.org/2.2.1/docs/s2-005.html">http://struts.apache.org/2.2.1/docs/s2-005.html</a>.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -247,28 +261,28 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 1.3.6</a>, which configures Struts in such a way that it is not affected by this issue.</p>
 <p>Archiva 1.4-M3 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3>CVE-2011-1077: Multiple XSS issues<a name="CVE-2011-1077:_Multiple_XSS_issues"></a></h3>
+<h3><a name="CVE-2011-1077:_Multiple_XSS_issues"></a>CVE-2011-1077: Multiple XSS issues</h3>
 <p>Apache Archiva is vulnerable to multiple XSS issues, both stored (persistent) and reflected (non-persistent). Javascript which might contain malicious code can be appended in a request parameter or stored as a value in a submitted form, and get executed.</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.4</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also affected.</li></ul></div>
 <div class="section">
-<h3>CVE-2011-1026: Multiple CSRF issues<a name="CVE-2011-1026:_Multiple_CSRF_issues"></a></h3>
+<h3><a name="CVE-2011-1026:_Multiple_CSRF_issues"></a>CVE-2011-1026: Multiple CSRF issues</h3>
 <p>An attacker can build a simple html page containing a hidden Image tag (eg: <tt>&lt;img src=vulnurl width=0 height=0 /</tt>&gt;) and entice the administrator to access the page.</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.4</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also affected.</li></ul></div>
 <div class="section">
-<h3>CVE-2011-0533: Apache Archiva cross-site scripting vulnerability<a name="CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability"></a></h3>
+<h3><a name="CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability"></a>CVE-2011-0533: Apache Archiva cross-site scripting vulnerability</h3>
 <p>A request that included a specially crafted request parameter could be used to inject arbitrary HTML or Javascript into the Archiva user management page. This fix is available in version <a href="./download.html"> 1.3.4</a> of Apache Archiva. All users must upgrade to this version (or higher).</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.3</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also affected.</li></ul></div>
 <div class="section">
-<h3>CVE-2010-3449: Apache Archiva CSRF Vulnerability<a name="CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability"></a></h3>
+<h3><a name="CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability"></a>CVE-2010-3449: Apache Archiva CSRF Vulnerability</h3>
 <p>Apache Archiva doesn't check which form sends credentials. An attacker can create a specially crafted page and force archiva administrators to view it and change their credentials. To fix this, a referrer check was added to the security interceptor for all secured actions. A prompt for the administrator's password when changing a user account was also set in place. This fix is available in version <a href="./download.html"> 1.3.2</a> of Apache Archiva. All users must upgrade to this version (or higher).</p>
 <p>Versions Affected:</p>
 <ul>
diff --git a/source-repository.html b/source-repository.html
index 7b34b9b..5f2c9f1 100644
--- a/source-repository.html
+++ b/source-repository.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Source Repository</title>
+    <title>Archiva &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,25 +227,25 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" href="http://git-scm.com/">GIT</a> to manage its source code. Instructions on GIT use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p></div>
 <div class="section">
-<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
+<h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a>
 <p>The following is a link to the online source repository.</p>
 <div class="source">
 <pre><a class="externalLink" href="https://github.com/apache/archiva">https://github.com/apache/archiva</a></pre></div></div>
 <div class="section">
-<h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a>
+<h2><a name="Anonymous_access"></a>Anonymous access</h2><a name="Anonymous_access"></a>
 <p>The source can be checked out anonymously from GIT with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
 <pre>$ git clone https://git-wip-us.apache.org/repos/asf/archiva.git</pre></div></div>
 <div class="section">
-<h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a>
+<h2><a name="Developer_access"></a>Developer access</h2><a name="Developer_access"></a>
 <p>Only project developers can access the GIT tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
 <pre>$ git clone https://git-wip-us.apache.org/repos/asf/archiva.git</pre></div></div>
 <div class="section">
-<h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a>
+<h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2><a name="Access_from_behind_a_firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
                   </div>
           </div>
diff --git a/team-list.html b/team-list.html
index 8454a81..d685d68 100644
--- a/team-list.html
+++ b/team-list.html
@@ -7,9 +7,9 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Team list</title>
+    <title>Archiva &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -27,7 +27,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -62,11 +76,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +217,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -213,11 +227,11 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a>
+<h2><a name="The_Team"></a>The Team</h2><a name="The_Team"></a>
 <p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
 <p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
 <div class="section">
-<h3>Members<a name="Members"></a></h3><a name="Members"></a>
+<h3><a name="Members"></a>Members</h3><a name="Members"></a>
 <p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -234,7 +248,7 @@
 <td><a name="olamy"></a>olamy</td>
 <td>Olivier Lamy</td>
 <td><a class="externalLink" href="mailto:olamy@apache.org">olamy@apache.org</a></td>
-<td>Ecetera.com.au</td>
+<td>ASF</td>
 <td>PMC Chair</td>
 <td>Australia/Melbourne</td>
 <td><span id="developer-0">Australia/Melbourne</span></td></tr>
@@ -455,7 +469,7 @@
 <td>-</td>
 <td><span id="developer-24">-</span></td></tr></table></div>
 <div class="section">
-<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
+<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a>
 <p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -577,7 +591,9 @@
 <tr class="a">
 <td>Antoine ROUAZE</td></tr>
 <tr class="b">
-<td>markus innerebner</td></tr></table><script type="text/javascript">
+<td>markus innerebner</td></tr>
+<tr class="a">
+<td>Jonathan Sharp</td></tr></table><script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();
     var nowTime = now.getTime();
diff --git a/versions.html b/versions.html
index bed5ac3..3e55c40 100644
--- a/versions.html
+++ b/versions.html
@@ -8,9 +8,9 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Brett Porter" />
-    <meta name="Date-Revision-yyyymmdd" content="20150226" />
+    <meta name="Date-Revision-yyyymmdd" content="20150302" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Archiva - Documentation - All Versions</title>
+    <title>Archiva &#x2013; Documentation - All Versions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -28,7 +28,21 @@
         pageTracker._initData();
         pageTracker._trackPageview();</script>
           
-                  </head>
+              <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-5']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
         <body class="topBarEnabled">
           
                         
@@ -63,11 +77,11 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.1.1/"  title="Release 2.1.1">Release 2.1.1</a>
+                                  <li>      <a href="docs/2.2.0/"  title="Release 2.2.0">Release 2.2.0</a>
 </li>
                                   <li>      <a href="docs/1.3.9/"  title="Preview 1.3.9">Preview 1.3.9</a>
 </li>
-                                  <li>      <a href="docs/2.2.0-SNAPSHOT/"  title="Dev 2.2.0-SNAPSHOT">Dev 2.2.0-SNAPSHOT</a>
+                                  <li>      <a href="docs/2.2.1-SNAPSHOT/"  title="Dev 2.2.1-SNAPSHOT">Dev 2.2.1-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -204,7 +218,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 26 Feb 2015</li>
+                  <li id="publishDate" class="pull-right">Last Published: 02 Mar 2015</li>
             
                             </ul>
       </div>
@@ -214,23 +228,23 @@
         <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/mini/guide-apt-format.html --><div class="section">
-<h2>Archiva Documentation<a name="Archiva_Documentation"></a></h2>
+<h2><a name="Archiva_Documentation"></a>Archiva Documentation</h2>
 <div class="section">
-<h3>Current Release: Archiva 2.1.1<a name="Current_Release:_Archiva_2.1.1"></a></h3>
-<p>The current stable release of Archiva is <i>2.1.1</i>.</p>
+<h3><a name="Current_Release:_Archiva_2.2.0"></a>Current Release: Archiva 2.2.0</h3>
+<p>The current stable release of Archiva is <i>2.2.0</i>.</p>
 <ul>
-<li><a href="./docs/2.1.1/release-notes.html"> Release Notes</a></li>
-<li><a href="./docs/2.1.1/index.html"> Documentation</a></li>
-<li><a href="./ref/2.1.1/index.html"> Developer Reference</a></li></ul><!-- TODO: have more specific links than Documentation, and find a better link for developer reference --></div>
+<li><a href="./docs/2.2.0/release-notes.html"> Release Notes</a></li>
+<li><a href="./docs/2.2.0/index.html"> Documentation</a></li>
+<li><a href="./ref/2.2.0/index.html"> Developer Reference</a></li></ul><!-- TODO: have more specific links than Documentation, and find a better link for developer reference --></div>
 <div class="section">
-<h3>Last serie 1.3.x Release: Archiva 1.3.9<a name="Last_serie_1.3.x_Release:_Archiva_1.3.9"></a></h3>
+<h3><a name="Last_serie_1.3.x_Release:_Archiva_1.3.9"></a>Last serie 1.3.x Release: Archiva 1.3.9</h3>
 <p>The current stable release of Archiva 1.3.x is <i>1.3.9</i>.</p>
 <ul>
 <li><a href="./docs/1.3.9/release-notes.html"> Release Notes</a></li>
 <li><a href="./docs/1.3.9/index.html"> Documentation</a></li>
 <li><a href="./ref/1.3.9/index.html"> Developer Reference</a></li></ul><!-- TODO: have more specific links than Documentation, and find a better link for developer reference --></div>
 <div class="section">
-<h3>Unsupported Releases<a name="Unsupported_Releases"></a></h3><!-- rough list of unsupported version because materials (RNotes,Docs,Refs are not yet available) -->
+<h3><a name="Unsupported_Releases"></a>Unsupported Releases</h3><!-- rough list of unsupported version because materials (RNotes,Docs,Refs are not yet available) -->
 <p>1.3.6,1.3.5,1.3.4,1.3.3,1.3.2,1.3.1,1.3,1.2.2,1.2.1,1.2,1.1.3,1.1.2,1.1.1,1.1,1.0.2,1.0.1,1.0</p></div></div>
                   </div>
           </div>