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

svn commit: r1435175 [2/5] - in /archiva/site-content/docs/1.4-M4-SNAPSHOT: ./ adminguide/ adminguide/webservices/ customising/ rest-docs-archiva-rest-api/ rest-docs-archiva-ui/ tour/ userguide/

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/standalone.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/standalone.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/standalone.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/standalone.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20130103" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Installing Standalone Distribution of Apache Archiva</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -72,7 +77,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>
@@ -353,7 +358,42 @@ pageTracker._trackPageview();</script>
   &lt;Set name=&quot;extractWAR&quot;&gt;false&lt;/Set&gt;
   &lt;Set name=&quot;copyWebDir&quot;&gt;false&lt;/Set&gt;
 
-&lt;/Configure&gt;</pre></div></div><div class="section"><h3>Installing as a Service on Windows<a name="Installing_as_a_Service_on_Windows"></a></h3><p>On Windows, to use the <tt>start</tt> and <tt>stop</tt> commands you must first install it as a service. This is done by running:</p><div><pre>.\bin\archiva.bat install</pre></div><p>You can then use the <tt>start</tt> and <tt>stop</tt> commands as well as the traditional Windows service management console to manage the Archiva service.</p><p>This procedure installs the service to run as the local system user. You must ensure that it has access to read the installation, and to write to the logs and data directories.</p><p>Note on last Windows version, you need to configure correctly path to your java executable. In wrapper.conf file:</p><div><pre>wrapper.java.command=fullpath to your java executable</pre></div><p>You can later remove the service with:</p><div><pre>.\bin\archiva.bat remove</pre></div></div><div class="section"
 ><h3>Separating the base from the installation<a name="Separating_the_base_from_the_installation"></a></h3><p>The standalone installation of Archiva is capable of separating its configuration from installation in much the same way Tomcat does.</p><p>This is achieved by the following steps:</p><ol style="list-style-type: decimal"><li>Create the base location. For example, you might install Archiva in <tt>/opt/archiva-1.4</tt> and the data in <tt>/var/archiva</tt>. Create the directories <tt>/var/archiva/logs</tt>, <tt>/var/archiva/data</tt>, <tt>/var/archiva/temp</tt> and <tt>/var/archiva/conf</tt>.</li><li>Move the configuration files from the Archiva installation (e.g. <tt>/opt/archiva-1.4/conf</tt> to the new location (e.g. <tt>/var/archiva/conf</tt>). If you've previously run Archiva, you may need to edit <tt>conf/archiva.xml</tt> to change the location of the repositories.</li><li>(Optionally, leave a README file in the old conf location as a reminder of where you moved 
 the config files.)</li><li>Set the environment variable <tt>ARCHIVA_BASE</tt> to the new location (e.g. <tt>/var/archiva</tt>). In bash, be sure to export the variable.</li><li>Start Archiva standalone as described above from the installation location</li></ol></div><div class="section"><h3>Configuring Archiva<a name="Configuring_Archiva"></a></h3><p>Archiva's configuration is loaded from the following files, in order of precedence:</p><ul><li><tt>~/.m2/archiva.xml</tt></li><li><tt>$ARCHIVA_BASE/conf/archiva.xml</tt></li><li><tt>conf/archiva.xml</tt> in the Archiva installation</li></ul><p>When Archiva saves its configuration, all configuration is stored in a single file. The file chosen is by the following rules:</p><ul><li>If <tt>~/.m2/archiva.xml</tt> exists, it is saved there</li><li>Otherwise, if <tt>$ARCHIVA_BASE/conf/archiva.xml</tt> exists, it is saved there</li><li>If neither apply, it is saved to <tt>~/.m2/archiva.xml</tt>.</li></ul><p>The configuration will never 
 be saved in the Archiva installation directory if you are using a separate base directory.</p><p>Note that the configuration can be edited, but only when Archiva is not running as it will not reload a changed configuration file, and will save over it if something is changed in the web interface.</p></div><div class="section"><h3>Database<a name="Database"></a></h3><p>By default, Archiva uses embedded <a class="externalLink" href="http://db.apache.org/derby">Apache Derby</a> to store the user information. It can be configured to use an external database by providing a JDBC driver and editing the <tt>jetty.xml</tt> file.</p><ol style="list-style-type: decimal"><li>Place the jar containing the JDBC driver in the <tt>lib</tt> directory of the Archiva installation.</li><li>Edit <tt>conf/wrapper.conf</tt> to add it in the jetty classpath<div class="source"><pre class="prettyprint"> Find lines with:
+&lt;/Configure&gt;</pre></div></div><div class="section"><h3>Installing as a Service on Linux<a name="Installing_as_a_Service_on_Linux"></a></h3><p>On Linux, the <tt>bin/archiva</tt> script is suitable for linking or copying to <tt>/etc/init.d/archiva</tt> and running as <tt>root</tt>, as long as the <tt>RUN_AS_USER</tt> environment variable is set within the script. This will allow you to start and stop the service with:</p><div class="source"><pre class="prettyprint">$ service archiva start
+$ service archiva stop</pre></div><div class="section"><h4>Starting on boot for RedHat-based systems<a name="Starting_on_boot_for_RedHat-based_systems"></a></h4><p>The startup script is enabled to <tt>chkconfig</tt>. Run the following as <tt>root</tt>:</p><div class="source"><pre class="prettyprint">$ chkconfig --add archiva
+$ chkconfig archiva on</pre></div></div><div class="section"><h4>Starting on boot for Debian/Ubuntu-based systems<a name="Starting_on_boot_for_DebianUbuntu-based_systems"></a></h4><p>Debian-based systems come with a script to create appropriate <tt>rc.d</tt> links for a startup script:</p><div class="source"><pre class="prettyprint">$ update-rc.d archiva defaults 80</pre></div></div></div><div class="section"><h3>Installing as a Service on Windows<a name="Installing_as_a_Service_on_Windows"></a></h3><p>On Windows, to use the <tt>start</tt> and <tt>stop</tt> commands you must first install it as a service. This is done by running:</p><div><pre>.\bin\archiva.bat install</pre></div><p>You can then use the <tt>start</tt> and <tt>stop</tt> commands as well as the traditional Windows service management console to manage the Archiva service.</p><p>This procedure installs the service to run as the local system user. You must ensure that it has access to read the installation, and to
  write to the logs and data directories.</p><p>Note on last Windows version, you need to configure correctly path to your java executable. In wrapper.conf file:</p><div><pre>wrapper.java.command=fullpath to your java executable</pre></div><p>You can later remove the service with:</p><div><pre>.\bin\archiva.bat remove</pre></div></div><div class="section"><h3>Installing as a Service on Mac OS X<a name="Installing_as_a_Service_on_Mac_OS_X"></a></h3><p>On OS X, you can use <tt>launchd</tt> to run a service. Create the following as root in <tt>/Library/LaunchDaemons/org.apache.archiva.plist</tt>:</p><div class="source"><pre class="prettyprint">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot;
+&quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
+&lt;plist version=&quot;1.0&quot;&gt;
+&lt;dict&gt;
+    &lt;key&gt;Label&lt;/key&gt;
+    &lt;string&gt;org.apache.archiva&lt;/string&gt;
+    &lt;key&gt;ProgramArguments&lt;/key&gt;
+    &lt;array&gt;
+        &lt;string&gt;/Applications/Archiva/apache-archiva-1.4-M4-SNAPSHOT/bin/archiva&lt;/string&gt;
+        &lt;string&gt;console&lt;/string&gt;
+    &lt;/array&gt;
+    &lt;key&gt;Disabled&lt;/key&gt;
+    &lt;false/&gt;
+    &lt;key&gt;RunAtLoad&lt;/key&gt;
+    &lt;true/&gt;
+    &lt;key&gt;UserName&lt;/key&gt;
+    &lt;string&gt;archiva&lt;/string&gt;
+    &lt;key&gt;StandardOutPath&lt;/key&gt;
+    &lt;string&gt;/Applications/Archiva/apache-archiva-1.4-M4-SNAPSHOT/logs/launchd.log&lt;/string&gt;
+    &lt;!-- Optional - store data separate from installation (see below) --&gt;
+    &lt;key&gt;EnvironmentVariables&lt;/key&gt;
+    &lt;dict&gt;
+      &lt;key&gt;ARCHIVA_BASE&lt;/key&gt;
+      &lt;string&gt;/Users/archiva/Library/Archiva&lt;/string&gt;
+    &lt;/dict&gt;
+    &lt;!-- Optional: force it to keep running
+    &lt;key&gt;KeepAlive&lt;/key&gt;
+    &lt;true/&gt;
+    --&gt;
+&lt;/dict&gt;
+&lt;/plist&gt;</pre></div><p>To install the service, run the following:</p><div class="source"><pre class="prettyprint">$ sudo chown root:wheel /Library/LaunchDaemons/org.apache.archiva.plist
+$ sudo launchctl load -w /Library/LaunchDaemons/org.apache.archiva.plist</pre></div><p>Start and stop the service with:</p><div class="source"><pre class="prettyprint">$ sudo launchctl start org.apache.archiva.plist
+$ sudo launchctl stop org.apache.archiva.plist</pre></div><p>To uninstall the service:</p><div class="source"><pre class="prettyprint">$ sudo launchctl unload -w /Library/LaunchDaemons/org.apache.archiva.plist</pre></div></div><div class="section"><h3>Separating the base from the installation<a name="Separating_the_base_from_the_installation"></a></h3><p>The standalone installation of Archiva is capable of separating its configuration from installation in much the same way Tomcat does.</p><p>This is achieved by the following steps:</p><ol style="list-style-type: decimal"><li>Create the base location. For example, you might install Archiva in <tt>/opt/archiva-1.4</tt> and the data in <tt>/var/archiva</tt>. Create the directories <tt>/var/archiva/logs</tt>, <tt>/var/archiva/data</tt>, <tt>/var/archiva/temp</tt> and <tt>/var/archiva/conf</tt>.</li><li>Move the configuration files from the Archiva installation (e.g. <tt>/opt/archiva-1.4/conf</tt> to the new location (e.g. <tt>/v
 ar/archiva/conf</tt>). If you've previously run Archiva, you may need to edit <tt>conf/archiva.xml</tt> to change the location of the repositories.</li><li>(Optionally, leave a README file in the old conf location as a reminder of where you moved the config files.)</li><li>Set the environment variable <tt>ARCHIVA_BASE</tt> to the new location (e.g. <tt>/var/archiva</tt>). In bash, be sure to export the variable.</li><li>Start Archiva standalone as described above from the installation location</li></ol></div><div class="section"><h3>Configuring Archiva<a name="Configuring_Archiva"></a></h3><p>Archiva's configuration is loaded from the following files, in order of precedence:</p><ul><li><tt>~/.m2/archiva.xml</tt></li><li><tt>$ARCHIVA_BASE/conf/archiva.xml</tt></li><li><tt>conf/archiva.xml</tt> in the Archiva installation</li></ul><p>When Archiva saves its configuration, all configuration is stored in a single file. The file chosen is by the following rules:</p><ul><li>If <tt>
 ~/.m2/archiva.xml</tt> exists, it is saved there</li><li>Otherwise, if <tt>$ARCHIVA_BASE/conf/archiva.xml</tt> exists, it is saved there</li><li>If neither apply, it is saved to <tt>~/.m2/archiva.xml</tt>.</li></ul><p>The configuration will never be saved in the Archiva installation directory if you are using a separate base directory.</p><p>Note that the configuration can be edited, but only when Archiva is not running as it will not reload a changed configuration file, and will save over it if something is changed in the web interface.</p></div><div class="section"><h3>Database<a name="Database"></a></h3><p>By default, Archiva uses embedded <a class="externalLink" href="http://db.apache.org/derby">Apache Derby</a> to store the user information. It can be configured to use an external database by providing a JDBC driver and editing the <tt>jetty.xml</tt> file.</p><ol style="list-style-type: decimal"><li>Place the jar containing the JDBC driver in the <tt>lib</tt> directory 
 of the Archiva installation.</li><li>Edit <tt>conf/wrapper.conf</tt> to add it in the jetty classpath<div class="source"><pre class="prettyprint"> Find lines with:
  wrapper.java.classpath.x=%REPO_DIR%/tomcat-juli-7.0.34.jar
 
  Add one
@@ -384,7 +424,7 @@ pageTracker._trackPageview();</script>
       &lt;/New&gt;
     &lt;/Arg&gt;
   &lt;/New&gt;
-  &lt;!-- omitted xml --&gt;</pre></div><p>More information about using Derby Network Server as an external user database for Archiva can be found on the wiki: <a class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA/Archiva+User+DB+on+Derby+Network+Server"> Archiva User DB on Derby Network Server</a></p></div></div>
+  &lt;!-- omitted xml --&gt;</pre></div><p>More information about using Derby Network Server as an external user database for Archiva can be found on the wiki: <a class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA/Archiva+User+DB+on+Derby+Network+Server"> Archiva User DB on Derby Network Server</a></p></div><div class="section"><h3>Installing with Puppet<a name="Installing_with_Puppet"></a></h3><p>If you use Puppet to manage your infrastructure, you can use a third-party Puppet module to install Archiva. This will take care of adding the required users, databases and configuration based on official release tarballs.</p><ul><li><a class="externalLink" href="https://forge.puppetlabs.com/maestrodev/archiva"> Puppet module for Apache Archiva</a></li></ul></div></div>
                   </div>
             </div>
           </div>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/system-status.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/system-status.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/system-status.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/system-status.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20121222" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - System Status</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -72,7 +77,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/ui-configuration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/ui-configuration.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/ui-configuration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/ui-configuration.html Fri Jan 18 15:06:31 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - UI configuration</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,17 +17,22 @@
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -70,7 +75,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/upgrade.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/upgrade.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/upgrade.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/upgrade.html Fri Jan 18 15:06:31 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Upgrading Archiva</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,17 +17,22 @@
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -70,7 +75,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/url-cache-failure-configuration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/url-cache-failure-configuration.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/url-cache-failure-configuration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/url-cache-failure-configuration.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20121230" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Url Failure Cache Configuration</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -72,7 +77,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/users.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/users.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/users.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/users.html Fri Jan 18 15:06:31 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Manage Archiva Users</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,17 +17,22 @@
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -70,7 +75,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webapp.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webapp.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webapp.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webapp.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20121220" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Installing Apache Archiva as a Web Application</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -72,7 +77,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webservices/rest.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webservices/rest.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webservices/rest.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/webservices/rest.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20111005" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Using REST Services</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="../../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -72,7 +77,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>
@@ -414,7 +419,7 @@ Boolean res = repositoriesService.copyAr
   &lt;artifactId&gt;archiva-rest-api&lt;/artifactId&gt;
   &lt;version&gt;${project.version}&lt;/version&gt;
 &lt;/dependency&gt;
-</pre></div><p>Current versions use in Apache Archiva:</p><ul><li>${project.version}: 1.4-M4-SNAPSHOT</li><li>${cxfVersion}: 2.6.4</li><li>${jacksonVersion}: 1.9.9</li></ul></div><div class="section"><h3>Security Framework Services:<a name="Security_Framework_Services:"></a></h3><p>You can use Redback Rest Services to control user creation/modification and add/remove roles.</p><p>See <a class="externalLink" href="http://archiva.apache.org/redback/integration/rest.html">http://archiva.apache.org/redback/integration/rest.html</a></p></div></div>
+</pre></div><p>Current versions use in Apache Archiva:</p><ul><li>${project.version}: 1.4-M4-SNAPSHOT</li><li>${cxfVersion}: 2.6.5</li><li>${jacksonVersion}: 1.9.11</li></ul></div><div class="section"><h3>Security Framework Services:<a name="Security_Framework_Services:"></a></h3><p>You can use Redback Rest Services to control user creation/modification and add/remove roles.</p><p>See <a class="externalLink" href="http://archiva.apache.org/redback/integration/rest.html">http://archiva.apache.org/redback/integration/rest.html</a></p></div></div>
                   </div>
             </div>
           </div>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/application.properties
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/application.properties?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/application.properties (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/application.properties Fri Jan 18 15:06:31 2013
@@ -18,5 +18,5 @@
 #
 user.agent=Apache Archiva/1.4-M4-SNAPSHOT
 archiva.version=1.4-M4-SNAPSHOT
-archiva.buildNumber=1427582
-archiva.timestamp=1357083118335
+archiva.buildNumber=1433742
+archiva.timestamp=1358384215976

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/customising/writing-consumer.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/customising/writing-consumer.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/customising/writing-consumer.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/customising/writing-consumer.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Maria Odea Ching
 Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20121220" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Writing a Consumer Plugin</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -20,17 +20,22 @@ Olivier Lamy" />
       
     <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -73,7 +78,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/index.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/index.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/index.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/index.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <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="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - 
     User Guide</title>
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-pageTracker._initData();
-pageTracker._trackPageview();</script>
-          
-    <!-- move js and css to head --><link rel="stylesheet" href="css/jquery.fancybox-2.1.0.css" type="text/css" media="screen" /><script src="js/index.js" type="text/javascript"></script><script src="js/jquery.fancybox.pack-2.1.0.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.0.css" type="text/css" media="screen" /><script src="js/index.js" type="text/javascript"></script><script src="js/jquery.fancybox.pack-2.1.0.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="topBarDisabled">
           
                 
@@ -73,7 +78,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/license.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/license.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/license.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/license.html Fri Jan 18 15:06:31 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,17 +17,22 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -70,7 +75,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/privacy-policy.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/privacy-policy.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/privacy-policy.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/privacy-policy.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <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="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Privacy Policy</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -72,7 +77,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/project-info.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/project-info.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/project-info.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/project-info.html Fri Jan 18 15:06:31 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,17 +17,22 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -70,7 +75,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html Fri Jan 18 15:06:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Henri Yandell" />
     <meta name="Date-Creation-yyyymmdd" content="20100611" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Quick Start</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -19,17 +19,22 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -72,7 +77,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html Fri Jan 18 15:06:31 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jan 2, 2013
+ | Generated by Apache Maven Doxia at Jan 18, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130102" />
+    <meta name="Date-Revision-yyyymmdd" content="20130118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Release Notes for Archiva 1.4-M4-SNAPSHOT</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,17 +17,22 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-                          
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
-                      
-        
-<script type="text/javascript">var pageTracker = _gat._getTracker("UA-140879-5");
-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="topBarDisabled">
           
                 
@@ -70,7 +75,7 @@ pageTracker._trackPageview();</script>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-01-02</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-01-18</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html Fri Jan 18 15:06:31 2013
@@ -128,19 +128,19 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;archivaRuntimeConfiguration&gt;
   &lt;urlFailureCacheConfiguration&gt;
-    &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
+    &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
     &lt;maxElementsInMemory&gt;...&lt;/maxElementsInMemory&gt;
+    &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
     &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
-    &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
   &lt;/urlFailureCacheConfiguration&gt;
 &lt;/archivaRuntimeConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;urlFailureCacheConfiguration&quot; : {
-    &quot;timeToLiveSeconds&quot; : ...,
+    &quot;maxElementsOnDisk&quot; : ...,
     &quot;maxElementsInMemory&quot; : ...,
-    &quot;timeToIdleSeconds&quot; : ...,
-    &quot;maxElementsOnDisk&quot; : ...
+    &quot;timeToLiveSeconds&quot; : ...,
+    &quot;timeToIdleSeconds&quot; : ...
   }
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html Fri Jan 18 15:06:31 2013
@@ -127,63 +127,63 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;artifact&gt;
+  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
+  &lt;url&gt;...&lt;/url&gt;
+  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
   &lt;bundleExportPackage&gt;...&lt;/bundleExportPackage&gt;
-  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
-  &lt;groupId&gt;...&lt;/groupId&gt;
-  &lt;version&gt;...&lt;/version&gt;
-  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
   &lt;type&gt;...&lt;/type&gt;
+  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
+  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
+  &lt;repositoryId&gt;...&lt;/repositoryId&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;!--...more &quot;goals&quot; elements...--&gt;
-  &lt;repositoryId&gt;...&lt;/repositoryId&gt;
-  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
-  &lt;id&gt;...&lt;/id&gt;
-  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
-  &lt;path&gt;...&lt;/path&gt;
-  &lt;classifier&gt;...&lt;/classifier&gt;
+  &lt;prefix&gt;...&lt;/prefix&gt;
   &lt;context&gt;...&lt;/context&gt;
-  &lt;url&gt;...&lt;/url&gt;
-  &lt;scope&gt;...&lt;/scope&gt;
   &lt;size&gt;...&lt;/size&gt;
-  &lt;artifactId&gt;...&lt;/artifactId&gt;
-  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;path&gt;...&lt;/path&gt;
+  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
   &lt;bundleRequireBundle&gt;...&lt;/bundleRequireBundle&gt;
-  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
-  &lt;prefix&gt;...&lt;/prefix&gt;
-  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
+  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;scope&gt;...&lt;/scope&gt;
+  &lt;id&gt;...&lt;/id&gt;
+  &lt;artifactId&gt;...&lt;/artifactId&gt;
+  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
   &lt;bundleName&gt;...&lt;/bundleName&gt;
-  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
+  &lt;groupId&gt;...&lt;/groupId&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;classifier&gt;...&lt;/classifier&gt;
   &lt;bundleImportPackage&gt;...&lt;/bundleImportPackage&gt;
+  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
 &lt;/artifact&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
+  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;,
+  &quot;bundleExportService&quot; : &quot;...&quot;,
   &quot;bundleExportPackage&quot; : &quot;...&quot;,
-  &quot;bundleDescription&quot; : &quot;...&quot;,
-  &quot;groupId&quot; : &quot;...&quot;,
-  &quot;version&quot; : &quot;...&quot;,
-  &quot;bundleDocUrl&quot; : &quot;...&quot;,
   &quot;type&quot; : &quot;...&quot;,
-  &quot;goals&quot; : [ &quot;...&quot;, ... ],
-  &quot;repositoryId&quot; : &quot;...&quot;,
   &quot;bundleVersion&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
-  &quot;bundleLicense&quot; : &quot;...&quot;,
-  &quot;path&quot; : &quot;...&quot;,
-  &quot;classifier&quot; : &quot;...&quot;,
+  &quot;bundleDocUrl&quot; : &quot;...&quot;,
+  &quot;repositoryId&quot; : &quot;...&quot;,
+  &quot;goals&quot; : [ &quot;...&quot;, ... ],
+  &quot;prefix&quot; : &quot;...&quot;,
   &quot;context&quot; : &quot;...&quot;,
-  &quot;url&quot; : &quot;...&quot;,
-  &quot;scope&quot; : &quot;...&quot;,
   &quot;size&quot; : &quot;...&quot;,
-  &quot;artifactId&quot; : &quot;...&quot;,
-  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;path&quot; : &quot;...&quot;,
+  &quot;bundleLicense&quot; : &quot;...&quot;,
   &quot;bundleRequireBundle&quot; : &quot;...&quot;,
-  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
-  &quot;prefix&quot; : &quot;...&quot;,
-  &quot;fileExtension&quot; : &quot;...&quot;,
+  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;scope&quot; : &quot;...&quot;,
+  &quot;id&quot; : &quot;...&quot;,
+  &quot;artifactId&quot; : &quot;...&quot;,
+  &quot;bundleDescription&quot; : &quot;...&quot;,
   &quot;bundleName&quot; : &quot;...&quot;,
-  &quot;bundleExportService&quot; : &quot;...&quot;,
-  &quot;bundleImportPackage&quot; : &quot;...&quot;
+  &quot;groupId&quot; : &quot;...&quot;,
+  &quot;version&quot; : &quot;...&quot;,
+  &quot;classifier&quot; : &quot;...&quot;,
+  &quot;bundleImportPackage&quot; : &quot;...&quot;,
+  &quot;fileExtension&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html Fri Jan 18 15:06:31 2013
@@ -128,64 +128,64 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;artifactTransferRequest&gt;
   &lt;targetRepositoryId&gt;...&lt;/targetRepositoryId&gt;
+  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
+  &lt;url&gt;...&lt;/url&gt;
+  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
   &lt;bundleExportPackage&gt;...&lt;/bundleExportPackage&gt;
-  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
-  &lt;groupId&gt;...&lt;/groupId&gt;
-  &lt;version&gt;...&lt;/version&gt;
-  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
   &lt;type&gt;...&lt;/type&gt;
+  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
+  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
+  &lt;repositoryId&gt;...&lt;/repositoryId&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;!--...more &quot;goals&quot; elements...--&gt;
-  &lt;repositoryId&gt;...&lt;/repositoryId&gt;
-  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
-  &lt;id&gt;...&lt;/id&gt;
-  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
-  &lt;path&gt;...&lt;/path&gt;
-  &lt;classifier&gt;...&lt;/classifier&gt;
+  &lt;prefix&gt;...&lt;/prefix&gt;
   &lt;context&gt;...&lt;/context&gt;
-  &lt;url&gt;...&lt;/url&gt;
-  &lt;scope&gt;...&lt;/scope&gt;
   &lt;size&gt;...&lt;/size&gt;
-  &lt;artifactId&gt;...&lt;/artifactId&gt;
-  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;path&gt;...&lt;/path&gt;
+  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
   &lt;bundleRequireBundle&gt;...&lt;/bundleRequireBundle&gt;
-  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
-  &lt;prefix&gt;...&lt;/prefix&gt;
-  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
+  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;scope&gt;...&lt;/scope&gt;
+  &lt;id&gt;...&lt;/id&gt;
+  &lt;artifactId&gt;...&lt;/artifactId&gt;
+  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
   &lt;bundleName&gt;...&lt;/bundleName&gt;
-  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
+  &lt;groupId&gt;...&lt;/groupId&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;classifier&gt;...&lt;/classifier&gt;
   &lt;bundleImportPackage&gt;...&lt;/bundleImportPackage&gt;
+  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
 &lt;/artifactTransferRequest&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;targetRepositoryId&quot; : &quot;...&quot;,
+  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;,
+  &quot;bundleExportService&quot; : &quot;...&quot;,
   &quot;bundleExportPackage&quot; : &quot;...&quot;,
-  &quot;bundleDescription&quot; : &quot;...&quot;,
-  &quot;groupId&quot; : &quot;...&quot;,
-  &quot;version&quot; : &quot;...&quot;,
-  &quot;bundleDocUrl&quot; : &quot;...&quot;,
   &quot;type&quot; : &quot;...&quot;,
-  &quot;goals&quot; : [ &quot;...&quot;, ... ],
-  &quot;repositoryId&quot; : &quot;...&quot;,
   &quot;bundleVersion&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
-  &quot;bundleLicense&quot; : &quot;...&quot;,
-  &quot;path&quot; : &quot;...&quot;,
-  &quot;classifier&quot; : &quot;...&quot;,
+  &quot;bundleDocUrl&quot; : &quot;...&quot;,
+  &quot;repositoryId&quot; : &quot;...&quot;,
+  &quot;goals&quot; : [ &quot;...&quot;, ... ],
+  &quot;prefix&quot; : &quot;...&quot;,
   &quot;context&quot; : &quot;...&quot;,
-  &quot;url&quot; : &quot;...&quot;,
-  &quot;scope&quot; : &quot;...&quot;,
   &quot;size&quot; : &quot;...&quot;,
-  &quot;artifactId&quot; : &quot;...&quot;,
-  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;path&quot; : &quot;...&quot;,
+  &quot;bundleLicense&quot; : &quot;...&quot;,
   &quot;bundleRequireBundle&quot; : &quot;...&quot;,
-  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
-  &quot;prefix&quot; : &quot;...&quot;,
-  &quot;fileExtension&quot; : &quot;...&quot;,
+  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;scope&quot; : &quot;...&quot;,
+  &quot;id&quot; : &quot;...&quot;,
+  &quot;artifactId&quot; : &quot;...&quot;,
+  &quot;bundleDescription&quot; : &quot;...&quot;,
   &quot;bundleName&quot; : &quot;...&quot;,
-  &quot;bundleExportService&quot; : &quot;...&quot;,
-  &quot;bundleImportPackage&quot; : &quot;...&quot;
+  &quot;groupId&quot; : &quot;...&quot;,
+  &quot;version&quot; : &quot;...&quot;,
+  &quot;classifier&quot; : &quot;...&quot;,
+  &quot;bundleImportPackage&quot; : &quot;...&quot;,
+  &quot;fileExtension&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html Fri Jan 18 15:06:31 2013
@@ -127,17 +127,17 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;cacheConfiguration&gt;
-  &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
+  &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
   &lt;maxElementsInMemory&gt;...&lt;/maxElementsInMemory&gt;
+  &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
   &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
-  &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
 &lt;/cacheConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;timeToLiveSeconds&quot; : ...,
+  &quot;maxElementsOnDisk&quot; : ...,
   &quot;maxElementsInMemory&quot; : ...,
-  &quot;timeToIdleSeconds&quot; : ...,
-  &quot;maxElementsOnDisk&quot; : ...
+  &quot;timeToLiveSeconds&quot; : ...,
+  &quot;timeToIdleSeconds&quot; : ...
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html Fri Jan 18 15:06:31 2013
@@ -127,13 +127,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;issueManagement&gt;
-  &lt;system&gt;...&lt;/system&gt;
   &lt;url&gt;...&lt;/url&gt;
+  &lt;system&gt;...&lt;/system&gt;
 &lt;/issueManagement&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;system&quot; : &quot;...&quot;,
-  &quot;url&quot; : &quot;...&quot;
+  &quot;url&quot; : &quot;...&quot;,
+  &quot;system&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html Fri Jan 18 15:06:31 2013
@@ -127,6 +127,11 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;ldapConfiguration&gt;
+  &lt;bindAuthenticatorEnabled&gt;...&lt;/bindAuthenticatorEnabled&gt;
+  &lt;baseDn&gt;...&lt;/baseDn&gt;
+  &lt;bindDn&gt;...&lt;/bindDn&gt;
+  &lt;contextFactory&gt;...&lt;/contextFactory&gt;
+  &lt;port&gt;...&lt;/port&gt;
   &lt;extraProperties&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
@@ -142,12 +147,9 @@
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
   &lt;/extraProperties&gt;
+  &lt;authenticationMethod&gt;...&lt;/authenticationMethod&gt;
   &lt;hostName&gt;...&lt;/hostName&gt;
   &lt;ssl&gt;...&lt;/ssl&gt;
-  &lt;bindAuthenticatorEnabled&gt;...&lt;/bindAuthenticatorEnabled&gt;
-  &lt;password&gt;...&lt;/password&gt;
-  &lt;port&gt;...&lt;/port&gt;
-  &lt;baseDn&gt;...&lt;/baseDn&gt;
   &lt;extraPropertiesEntries&gt;
     &lt;key&gt;...&lt;/key&gt;
     &lt;value&gt;...&lt;/value&gt;
@@ -156,29 +158,27 @@
     &lt;!--...--&gt;
   &lt;/extraPropertiesEntries&gt;
   &lt;!--...more &quot;extraPropertiesEntries&quot; elements...--&gt;
-  &lt;bindDn&gt;...&lt;/bindDn&gt;
-  &lt;contextFactory&gt;...&lt;/contextFactory&gt;
-  &lt;authenticationMethod&gt;...&lt;/authenticationMethod&gt;
+  &lt;password&gt;...&lt;/password&gt;
 &lt;/ldapConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
+  &quot;bindAuthenticatorEnabled&quot; : false,
+  &quot;baseDn&quot; : &quot;...&quot;,
+  &quot;bindDn&quot; : &quot;...&quot;,
+  &quot;contextFactory&quot; : &quot;...&quot;,
+  &quot;port&quot; : ...,
   &quot;extraProperties&quot; : [ {
     &quot;...&quot; : ...
   }, {
   } ],
+  &quot;authenticationMethod&quot; : &quot;...&quot;,
   &quot;hostName&quot; : &quot;...&quot;,
   &quot;ssl&quot; : false,
-  &quot;bindAuthenticatorEnabled&quot; : false,
-  &quot;password&quot; : &quot;...&quot;,
-  &quot;port&quot; : ...,
-  &quot;baseDn&quot; : &quot;...&quot;,
   &quot;extraPropertiesEntries&quot; : [ {
     &quot;key&quot; : &quot;...&quot;,
     &quot;value&quot; : &quot;...&quot;
   }, ... ],
-  &quot;bindDn&quot; : &quot;...&quot;,
-  &quot;contextFactory&quot; : &quot;...&quot;,
-  &quot;authenticationMethod&quot; : &quot;...&quot;
+  &quot;password&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html Fri Jan 18 15:06:31 2013
@@ -127,16 +127,16 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;legacyArtifactPath&gt;
+  &lt;artifactId&gt;...&lt;/artifactId&gt;
   &lt;path&gt;...&lt;/path&gt;
   &lt;artifact&gt;...&lt;/artifact&gt;
-  &lt;artifactId&gt;...&lt;/artifactId&gt;
   &lt;groupId&gt;...&lt;/groupId&gt;
 &lt;/legacyArtifactPath&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
+  &quot;artifactId&quot; : &quot;...&quot;,
   &quot;path&quot; : &quot;...&quot;,
   &quot;artifact&quot; : &quot;...&quot;,
-  &quot;artifactId&quot; : &quot;...&quot;,
   &quot;groupId&quot; : &quot;...&quot;
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html Fri Jan 18 15:06:31 2013
@@ -127,23 +127,23 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;mailingList&gt;
-  &lt;name&gt;...&lt;/name&gt;
   &lt;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
+  &lt;name&gt;...&lt;/name&gt;
   &lt;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
   &lt;postAddress&gt;...&lt;/postAddress&gt;
+  &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
   &lt;otherArchives&gt;...&lt;/otherArchives&gt;
   &lt;otherArchives&gt;...&lt;/otherArchives&gt;
   &lt;!--...more &quot;otherArchives&quot; elements...--&gt;
-  &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
 &lt;/mailingList&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;name&quot; : &quot;...&quot;,
   &quot;mainArchiveUrl&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
   &quot;subscribeAddress&quot; : &quot;...&quot;,
   &quot;postAddress&quot; : &quot;...&quot;,
-  &quot;otherArchives&quot; : [ &quot;...&quot;, ... ],
-  &quot;unsubscribeAddress&quot; : &quot;...&quot;
+  &quot;unsubscribeAddress&quot; : &quot;...&quot;,
+  &quot;otherArchives&quot; : [ &quot;...&quot;, ... ]
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html Fri Jan 18 15:06:31 2013
@@ -127,59 +127,59 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;managedRepository&gt;
-  &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
+  &lt;scanned&gt;...&lt;/scanned&gt;
+  &lt;snapshots&gt;...&lt;/snapshots&gt;
   &lt;releases&gt;...&lt;/releases&gt;
+  &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+  &lt;resetStats&gt;...&lt;/resetStats&gt;
+  &lt;location&gt;...&lt;/location&gt;
+  &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
+  &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
+  &lt;daysOlder&gt;...&lt;/daysOlder&gt;
+  &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
   &lt;retentionCount&gt;...&lt;/retentionCount&gt;
-  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
   &lt;stagingRepository&gt;
     &lt;!--...--&gt;
     &lt;description&gt;...&lt;/description&gt;
+    &lt;name&gt;...&lt;/name&gt;
     &lt;id&gt;...&lt;/id&gt;
-    &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
     &lt;layout&gt;...&lt;/layout&gt;
-    &lt;name&gt;...&lt;/name&gt;
+    &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
   &lt;/stagingRepository&gt;
-  &lt;location&gt;...&lt;/location&gt;
-  &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
-  &lt;scanned&gt;...&lt;/scanned&gt;
-  &lt;resetStats&gt;...&lt;/resetStats&gt;
-  &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
-  &lt;snapshots&gt;...&lt;/snapshots&gt;
-  &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
-  &lt;daysOlder&gt;...&lt;/daysOlder&gt;
+  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
   &lt;description&gt;...&lt;/description&gt;
+  &lt;name&gt;...&lt;/name&gt;
   &lt;id&gt;...&lt;/id&gt;
-  &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
   &lt;layout&gt;...&lt;/layout&gt;
-  &lt;name&gt;...&lt;/name&gt;
+  &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
 &lt;/managedRepository&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;blockRedeployments&quot; : false,
+  &quot;scanned&quot; : false,
+  &quot;snapshots&quot; : false,
   &quot;releases&quot; : false,
+  &quot;stageRepoNeeded&quot; : false,
+  &quot;resetStats&quot; : false,
+  &quot;location&quot; : &quot;...&quot;,
+  &quot;blockRedeployments&quot; : false,
+  &quot;deleteReleasedSnapshots&quot; : false,
+  &quot;daysOlder&quot; : ...,
+  &quot;skipPackedIndexCreation&quot; : false,
   &quot;retentionCount&quot; : ...,
-  &quot;cronExpression&quot; : &quot;...&quot;,
   &quot;stagingRepository&quot; : {
     &quot;...&quot; : ...,
     &quot;description&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;id&quot; : &quot;...&quot;,
-    &quot;indexDirectory&quot; : &quot;...&quot;,
     &quot;layout&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;
+    &quot;indexDirectory&quot; : &quot;...&quot;
   },
-  &quot;location&quot; : &quot;...&quot;,
-  &quot;deleteReleasedSnapshots&quot; : false,
-  &quot;scanned&quot; : false,
-  &quot;resetStats&quot; : false,
-  &quot;skipPackedIndexCreation&quot; : false,
-  &quot;snapshots&quot; : false,
-  &quot;stageRepoNeeded&quot; : false,
-  &quot;daysOlder&quot; : ...,
+  &quot;cronExpression&quot; : &quot;...&quot;,
   &quot;description&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
   &quot;id&quot; : &quot;...&quot;,
-  &quot;indexDirectory&quot; : &quot;...&quot;,
   &quot;layout&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;indexDirectory&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html Fri Jan 18 15:06:31 2013
@@ -127,15 +127,15 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;networkConfiguration&gt;
-  &lt;maxTotalPerHost&gt;...&lt;/maxTotalPerHost&gt;
-  &lt;maxTotal&gt;...&lt;/maxTotal&gt;
   &lt;usePooling&gt;...&lt;/usePooling&gt;
+  &lt;maxTotal&gt;...&lt;/maxTotal&gt;
+  &lt;maxTotalPerHost&gt;...&lt;/maxTotalPerHost&gt;
 &lt;/networkConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;maxTotalPerHost&quot; : ...,
+  &quot;usePooling&quot; : false,
   &quot;maxTotal&quot; : ...,
-  &quot;usePooling&quot; : false
+  &quot;maxTotalPerHost&quot; : ...
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html?rev=1435175&r1=1435174&r2=1435175&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html Fri Jan 18 15:06:31 2013
@@ -127,23 +127,23 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;networkProxy&gt;
-  &lt;host&gt;...&lt;/host&gt;
+  &lt;port&gt;...&lt;/port&gt;
   &lt;password&gt;...&lt;/password&gt;
+  &lt;protocol&gt;...&lt;/protocol&gt;
   &lt;username&gt;...&lt;/username&gt;
   &lt;useNtlm&gt;...&lt;/useNtlm&gt;
-  &lt;port&gt;...&lt;/port&gt;
-  &lt;protocol&gt;...&lt;/protocol&gt;
   &lt;id&gt;...&lt;/id&gt;
+  &lt;host&gt;...&lt;/host&gt;
 &lt;/networkProxy&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;host&quot; : &quot;...&quot;,
+  &quot;port&quot; : ...,
   &quot;password&quot; : &quot;...&quot;,
+  &quot;protocol&quot; : &quot;...&quot;,
   &quot;username&quot; : &quot;...&quot;,
   &quot;useNtlm&quot; : false,
-  &quot;port&quot; : ...,
-  &quot;protocol&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;
+  &quot;id&quot; : &quot;...&quot;,
+  &quot;host&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />