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 2012/11/16 10:43:23 UTC

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

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=1410268&r1=1410267&r2=1410268&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 Nov 16 09:43:14 2012
@@ -124,63 +124,63 @@
 <artifactTransferRequest>
   <targetRepositoryId>...</targetRepositoryId>
   <bundleName>...</bundleName>
-  <bundleSymbolicName>...</bundleSymbolicName>
-  <bundleDescription>...</bundleDescription>
-  <size>...</size>
-  <groupId>...</groupId>
-  <classifier>...</classifier>
-  <bundleLicense>...</bundleLicense>
   <bundleExportService>...</bundleExportService>
-  <bundleRequireBundle>...</bundleRequireBundle>
+  <path>...</path>
   <packaging>...</packaging>
-  <bundleDocUrl>...</bundleDocUrl>
-  <repositoryId>...</repositoryId>
-  <context>...</context>
+  <bundleSymbolicName>...</bundleSymbolicName>
+  <type>...</type>
   <bundleImportPackage>...</bundleImportPackage>
-  <bundleVersion>...</bundleVersion>
+  <classifier>...</classifier>
   <bundleExportPackage>...</bundleExportPackage>
-  <goals>...</goals>
-  <goals>...</goals>
-  <!--...more "goals" elements...-->
-  <prefix>...</prefix>
-  <id>...</id>
-  <url>...</url>
   <scope>...</scope>
+  <id>...</id>
   <version>...</version>
   <artifactId>...</artifactId>
-  <path>...</path>
+  <groupId>...</groupId>
+  <bundleDescription>...</bundleDescription>
+  <bundleRequireBundle>...</bundleRequireBundle>
+  <size>...</size>
+  <repositoryId>...</repositoryId>
+  <prefix>...</prefix>
+  <bundleDocUrl>...</bundleDocUrl>
+  <url>...</url>
+  <goals>...</goals>
+  <goals>...</goals>
+  <!--...more "goals" elements...-->
+  <context>...</context>
   <fileExtension>...</fileExtension>
-  <type>...</type>
+  <bundleLicense>...</bundleLicense>
+  <bundleVersion>...</bundleVersion>
 &lt;/artifactTransferRequest&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;targetRepositoryId&quot; : &quot;...&quot;,
   &quot;bundleName&quot; : &quot;...&quot;,
-  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
-  &quot;bundleDescription&quot; : &quot;...&quot;,
-  &quot;size&quot; : &quot;...&quot;,
-  &quot;groupId&quot; : &quot;...&quot;,
-  &quot;classifier&quot; : &quot;...&quot;,
-  &quot;bundleLicense&quot; : &quot;...&quot;,
   &quot;bundleExportService&quot; : &quot;...&quot;,
-  &quot;bundleRequireBundle&quot; : &quot;...&quot;,
+  &quot;path&quot; : &quot;...&quot;,
   &quot;packaging&quot; : &quot;...&quot;,
-  &quot;bundleDocUrl&quot; : &quot;...&quot;,
-  &quot;repositoryId&quot; : &quot;...&quot;,
-  &quot;context&quot; : &quot;...&quot;,
+  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
+  &quot;type&quot; : &quot;...&quot;,
   &quot;bundleImportPackage&quot; : &quot;...&quot;,
-  &quot;bundleVersion&quot; : &quot;...&quot;,
+  &quot;classifier&quot; : &quot;...&quot;,
   &quot;bundleExportPackage&quot; : &quot;...&quot;,
-  &quot;goals&quot; : [ &quot;...&quot;, ... ],
-  &quot;prefix&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
-  &quot;url&quot; : &quot;...&quot;,
   &quot;scope&quot; : &quot;...&quot;,
+  &quot;id&quot; : &quot;...&quot;,
   &quot;version&quot; : &quot;...&quot;,
   &quot;artifactId&quot; : &quot;...&quot;,
-  &quot;path&quot; : &quot;...&quot;,
+  &quot;groupId&quot; : &quot;...&quot;,
+  &quot;bundleDescription&quot; : &quot;...&quot;,
+  &quot;bundleRequireBundle&quot; : &quot;...&quot;,
+  &quot;size&quot; : &quot;...&quot;,
+  &quot;repositoryId&quot; : &quot;...&quot;,
+  &quot;prefix&quot; : &quot;...&quot;,
+  &quot;bundleDocUrl&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;,
+  &quot;goals&quot; : [ &quot;...&quot;, ... ],
+  &quot;context&quot; : &quot;...&quot;,
   &quot;fileExtension&quot; : &quot;...&quot;,
-  &quot;type&quot; : &quot;...&quot;
+  &quot;bundleLicense&quot; : &quot;...&quot;,
+  &quot;bundleVersion&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=1410268&r1=1410267&r2=1410268&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 Nov 16 09:43:14 2012
@@ -122,15 +122,15 @@
       <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;groupId&gt;...&lt;/groupId&gt;
   &lt;artifact&gt;...&lt;/artifact&gt;
+  &lt;groupId&gt;...&lt;/groupId&gt;
   &lt;artifactId&gt;...&lt;/artifactId&gt;
   &lt;path&gt;...&lt;/path&gt;
 &lt;/legacyArtifactPath&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;groupId&quot; : &quot;...&quot;,
   &quot;artifact&quot; : &quot;...&quot;,
+  &quot;groupId&quot; : &quot;...&quot;,
   &quot;artifactId&quot; : &quot;...&quot;,
   &quot;path&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=1410268&r1=1410267&r2=1410268&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 Nov 16 09:43:14 2012
@@ -122,23 +122,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;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
-  &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
-  &lt;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
   &lt;postAddress&gt;...&lt;/postAddress&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;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
+  &lt;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
+  &lt;name&gt;...&lt;/name&gt;
 &lt;/mailingList&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &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;mainArchiveUrl&quot; : &quot;...&quot;,
-  &quot;postAddress&quot; : &quot;...&quot;,
-  &quot;otherArchives&quot; : [ &quot;...&quot;, ... ]
+  &quot;subscribeAddress&quot; : &quot;...&quot;,
+  &quot;name&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=1410268&r1=1410267&r2=1410268&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 Nov 16 09:43:14 2012
@@ -122,58 +122,58 @@
       <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;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+  &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
+  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
   &lt;location&gt;...&lt;/location&gt;
-  &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
-  &lt;resetStats&gt;...&lt;/resetStats&gt;
   &lt;scanned&gt;...&lt;/scanned&gt;
-  &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
+  &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+  &lt;retentionCount&gt;...&lt;/retentionCount&gt;
+  &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
+  &lt;snapshots&gt;...&lt;/snapshots&gt;
   &lt;daysOlder&gt;...&lt;/daysOlder&gt;
+  &lt;resetStats&gt;...&lt;/resetStats&gt;
   &lt;stagingRepository&gt;
     &lt;!--...--&gt;
-    &lt;id&gt;...&lt;/id&gt;
+    &lt;layout&gt;...&lt;/layout&gt;
     &lt;name&gt;...&lt;/name&gt;
     &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-    &lt;layout&gt;...&lt;/layout&gt;
+    &lt;id&gt;...&lt;/id&gt;
     &lt;description&gt;...&lt;/description&gt;
   &lt;/stagingRepository&gt;
+  &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
   &lt;releases&gt;...&lt;/releases&gt;
-  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
-  &lt;snapshots&gt;...&lt;/snapshots&gt;
-  &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
-  &lt;retentionCount&gt;...&lt;/retentionCount&gt;
-  &lt;id&gt;...&lt;/id&gt;
+  &lt;layout&gt;...&lt;/layout&gt;
   &lt;name&gt;...&lt;/name&gt;
   &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-  &lt;layout&gt;...&lt;/layout&gt;
+  &lt;id&gt;...&lt;/id&gt;
   &lt;description&gt;...&lt;/description&gt;
 &lt;/managedRepository&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;stageRepoNeeded&quot; : false,
+  &quot;blockRedeployments&quot; : false,
+  &quot;cronExpression&quot; : &quot;...&quot;,
   &quot;location&quot; : &quot;...&quot;,
-  &quot;deleteReleasedSnapshots&quot; : false,
-  &quot;resetStats&quot; : false,
   &quot;scanned&quot; : false,
-  &quot;skipPackedIndexCreation&quot; : false,
+  &quot;stageRepoNeeded&quot; : false,
+  &quot;retentionCount&quot; : ...,
+  &quot;deleteReleasedSnapshots&quot; : false,
+  &quot;snapshots&quot; : false,
   &quot;daysOlder&quot; : ...,
+  &quot;resetStats&quot; : false,
   &quot;stagingRepository&quot; : {
     &quot;...&quot; : ...,
-    &quot;id&quot; : &quot;...&quot;,
+    &quot;layout&quot; : &quot;...&quot;,
     &quot;name&quot; : &quot;...&quot;,
     &quot;indexDirectory&quot; : &quot;...&quot;,
-    &quot;layout&quot; : &quot;...&quot;,
+    &quot;id&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;
   },
+  &quot;skipPackedIndexCreation&quot; : false,
   &quot;releases&quot; : false,
-  &quot;cronExpression&quot; : &quot;...&quot;,
-  &quot;snapshots&quot; : false,
-  &quot;blockRedeployments&quot; : false,
-  &quot;retentionCount&quot; : ...,
-  &quot;id&quot; : &quot;...&quot;,
+  &quot;layout&quot; : &quot;...&quot;,
   &quot;name&quot; : &quot;...&quot;,
   &quot;indexDirectory&quot; : &quot;...&quot;,
-  &quot;layout&quot; : &quot;...&quot;,
+  &quot;id&quot; : &quot;...&quot;,
   &quot;description&quot; : &quot;...&quot;
 }</code>
 

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=1410268&r1=1410267&r2=1410268&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 Nov 16 09:43:14 2012
@@ -122,15 +122,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;usePooling&gt;...&lt;/usePooling&gt;
-  &lt;maxTotalPerHost&gt;...&lt;/maxTotalPerHost&gt;
   &lt;maxTotal&gt;...&lt;/maxTotal&gt;
+  &lt;maxTotalPerHost&gt;...&lt;/maxTotalPerHost&gt;
+  &lt;usePooling&gt;...&lt;/usePooling&gt;
 &lt;/networkConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;usePooling&quot; : false,
+  &quot;maxTotal&quot; : ...,
   &quot;maxTotalPerHost&quot; : ...,
-  &quot;maxTotal&quot; : ...
+  &quot;usePooling&quot; : false
 }</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=1410268&r1=1410267&r2=1410268&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 Nov 16 09:43:14 2012
@@ -122,22 +122,22 @@
       <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;port&gt;...&lt;/port&gt;
-  &lt;host&gt;...&lt;/host&gt;
-  &lt;protocol&gt;...&lt;/protocol&gt;
-  &lt;id&gt;...&lt;/id&gt;
   &lt;useNtlm&gt;...&lt;/useNtlm&gt;
+  &lt;id&gt;...&lt;/id&gt;
+  &lt;host&gt;...&lt;/host&gt;
   &lt;username&gt;...&lt;/username&gt;
+  &lt;protocol&gt;...&lt;/protocol&gt;
+  &lt;port&gt;...&lt;/port&gt;
   &lt;password&gt;...&lt;/password&gt;
 &lt;/networkProxy&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;port&quot; : ...,
-  &quot;host&quot; : &quot;...&quot;,
-  &quot;protocol&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
   &quot;useNtlm&quot; : false,
+  &quot;id&quot; : &quot;...&quot;,
+  &quot;host&quot; : &quot;...&quot;,
   &quot;username&quot; : &quot;...&quot;,
+  &quot;protocol&quot; : &quot;...&quot;,
+  &quot;port&quot; : ...,
   &quot;password&quot; : &quot;...&quot;
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html Fri Nov 16 09:43:14 2012
@@ -122,14 +122,14 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;organisationInformation&gt;
-  &lt;logoLocation&gt;...&lt;/logoLocation&gt;
   &lt;url&gt;...&lt;/url&gt;
+  &lt;logoLocation&gt;...&lt;/logoLocation&gt;
   &lt;name&gt;...&lt;/name&gt;
 &lt;/organisationInformation&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;logoLocation&quot; : &quot;...&quot;,
   &quot;url&quot; : &quot;...&quot;,
+  &quot;logoLocation&quot; : &quot;...&quot;,
   &quot;name&quot; : &quot;...&quot;
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html Fri Nov 16 09:43:14 2012
@@ -122,13 +122,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;organization&gt;
-  &lt;url&gt;...&lt;/url&gt;
   &lt;name&gt;...&lt;/name&gt;
+  &lt;url&gt;...&lt;/url&gt;
 &lt;/organization&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;url&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html Fri Nov 16 09:43:14 2012
@@ -122,11 +122,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;projectVersionMetadata&gt;
-  &lt;organization&gt;
+  &lt;incomplete&gt;...&lt;/incomplete&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;scm&gt;
+    &lt;developerConnection&gt;...&lt;/developerConnection&gt;
+    &lt;connection&gt;...&lt;/connection&gt;
     &lt;url&gt;...&lt;/url&gt;
-    &lt;name&gt;...&lt;/name&gt;
-  &lt;/organization&gt;
-  &lt;url&gt;...&lt;/url&gt;
+  &lt;/scm&gt;
   &lt;licenses&gt;
     &lt;name&gt;...&lt;/name&gt;
     &lt;url&gt;...&lt;/url&gt;
@@ -135,97 +137,95 @@
     &lt;!--...--&gt;
   &lt;/licenses&gt;
   &lt;!--...more &quot;licenses&quot; elements...--&gt;
-  &lt;incomplete&gt;...&lt;/incomplete&gt;
   &lt;id&gt;...&lt;/id&gt;
-  &lt;scm&gt;
-    &lt;developerConnection&gt;...&lt;/developerConnection&gt;
-    &lt;connection&gt;...&lt;/connection&gt;
-    &lt;url&gt;...&lt;/url&gt;
-  &lt;/scm&gt;
   &lt;issueManagement&gt;
     &lt;url&gt;...&lt;/url&gt;
     &lt;system&gt;...&lt;/system&gt;
   &lt;/issueManagement&gt;
-  &lt;description&gt;...&lt;/description&gt;
   &lt;ciManagement&gt;
     &lt;system&gt;...&lt;/system&gt;
     &lt;url&gt;...&lt;/url&gt;
   &lt;/ciManagement&gt;
-  &lt;name&gt;...&lt;/name&gt;
+  &lt;url&gt;...&lt;/url&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;organization&gt;
+    &lt;name&gt;...&lt;/name&gt;
+    &lt;url&gt;...&lt;/url&gt;
+  &lt;/organization&gt;
+  &lt;mailingLists&gt;
+    &lt;postAddress&gt;...&lt;/postAddress&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;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
+    &lt;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
+    &lt;name&gt;...&lt;/name&gt;
+  &lt;/mailingLists&gt;
+  &lt;mailingLists&gt;
+    &lt;!--...--&gt;
+  &lt;/mailingLists&gt;
+  &lt;!--...more &quot;mailingLists&quot; elements...--&gt;
   &lt;dependencies&gt;
-    &lt;version&gt;...&lt;/version&gt;
+    &lt;artifactId&gt;...&lt;/artifactId&gt;
     &lt;optional&gt;...&lt;/optional&gt;
-    &lt;systemPath&gt;...&lt;/systemPath&gt;
     &lt;classifier&gt;...&lt;/classifier&gt;
     &lt;type&gt;...&lt;/type&gt;
+    &lt;version&gt;...&lt;/version&gt;
+    &lt;systemPath&gt;...&lt;/systemPath&gt;
     &lt;scope&gt;...&lt;/scope&gt;
     &lt;groupId&gt;...&lt;/groupId&gt;
-    &lt;artifactId&gt;...&lt;/artifactId&gt;
   &lt;/dependencies&gt;
   &lt;dependencies&gt;
     &lt;!--...--&gt;
   &lt;/dependencies&gt;
   &lt;!--...more &quot;dependencies&quot; elements...--&gt;
-  &lt;mailingLists&gt;
-    &lt;name&gt;...&lt;/name&gt;
-    &lt;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
-    &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
-    &lt;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
-    &lt;postAddress&gt;...&lt;/postAddress&gt;
-    &lt;otherArchives&gt;...&lt;/otherArchives&gt;
-    &lt;otherArchives&gt;...&lt;/otherArchives&gt;
-    &lt;!--...more &quot;otherArchives&quot; elements...--&gt;
-  &lt;/mailingLists&gt;
-  &lt;mailingLists&gt;
-    &lt;!--...--&gt;
-  &lt;/mailingLists&gt;
-  &lt;!--...more &quot;mailingLists&quot; elements...--&gt;
 &lt;/projectVersionMetadata&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;organization&quot; : {
-    &quot;url&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;
-  },
-  &quot;url&quot; : &quot;...&quot;,
-  &quot;licenses&quot; : [ {
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;url&quot; : &quot;...&quot;
-  }, ... ],
   &quot;incomplete&quot; : false,
-  &quot;id&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
   &quot;scm&quot; : {
     &quot;developerConnection&quot; : &quot;...&quot;,
     &quot;connection&quot; : &quot;...&quot;,
     &quot;url&quot; : &quot;...&quot;
   },
+  &quot;licenses&quot; : [ {
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;url&quot; : &quot;...&quot;
+  }, ... ],
+  &quot;id&quot; : &quot;...&quot;,
   &quot;issueManagement&quot; : {
     &quot;url&quot; : &quot;...&quot;,
     &quot;system&quot; : &quot;...&quot;
   },
-  &quot;description&quot; : &quot;...&quot;,
   &quot;ciManagement&quot; : {
     &quot;system&quot; : &quot;...&quot;,
     &quot;url&quot; : &quot;...&quot;
   },
-  &quot;name&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;organization&quot; : {
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;url&quot; : &quot;...&quot;
+  },
+  &quot;mailingLists&quot; : [ {
+    &quot;postAddress&quot; : &quot;...&quot;,
+    &quot;otherArchives&quot; : [ &quot;...&quot;, ... ],
+    &quot;unsubscribeAddress&quot; : &quot;...&quot;,
+    &quot;mainArchiveUrl&quot; : &quot;...&quot;,
+    &quot;subscribeAddress&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;
+  }, ... ],
   &quot;dependencies&quot; : [ {
-    &quot;version&quot; : &quot;...&quot;,
+    &quot;artifactId&quot; : &quot;...&quot;,
     &quot;optional&quot; : false,
-    &quot;systemPath&quot; : &quot;...&quot;,
     &quot;classifier&quot; : &quot;...&quot;,
     &quot;type&quot; : &quot;...&quot;,
+    &quot;version&quot; : &quot;...&quot;,
+    &quot;systemPath&quot; : &quot;...&quot;,
     &quot;scope&quot; : &quot;...&quot;,
-    &quot;groupId&quot; : &quot;...&quot;,
-    &quot;artifactId&quot; : &quot;...&quot;
-  }, ... ],
-  &quot;mailingLists&quot; : [ {
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;subscribeAddress&quot; : &quot;...&quot;,
-    &quot;unsubscribeAddress&quot; : &quot;...&quot;,
-    &quot;mainArchiveUrl&quot; : &quot;...&quot;,
-    &quot;postAddress&quot; : &quot;...&quot;,
-    &quot;otherArchives&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_propertyEntry.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_propertyEntry.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_propertyEntry.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_propertyEntry.html Fri Nov 16 09:43:14 2012
@@ -122,13 +122,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;propertyEntry&gt;
-  &lt;key&gt;...&lt;/key&gt;
   &lt;value&gt;...&lt;/value&gt;
+  &lt;key&gt;...&lt;/key&gt;
 &lt;/propertyEntry&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;key&quot; : &quot;...&quot;,
-  &quot;value&quot; : &quot;...&quot;
+  &quot;value&quot; : &quot;...&quot;,
+  &quot;key&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html Fri Nov 16 09:43:14 2012
@@ -123,15 +123,8 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;proxyConnector&gt;
   &lt;order&gt;...&lt;/order&gt;
-  &lt;policiesEntries&gt;
-    &lt;key&gt;...&lt;/key&gt;
-    &lt;value&gt;...&lt;/value&gt;
-  &lt;/policiesEntries&gt;
-  &lt;policiesEntries&gt;
-    &lt;!--...--&gt;
-  &lt;/policiesEntries&gt;
-  &lt;!--...more &quot;policiesEntries&quot; elements...--&gt;
-  &lt;properties&gt;
+  &lt;sourceRepoId&gt;...&lt;/sourceRepoId&gt;
+  &lt;policies&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
       &lt;value&gt;...&lt;/value&gt;
@@ -145,22 +138,13 @@
       &lt;/value&gt;
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
-  &lt;/properties&gt;
-  &lt;disabled&gt;...&lt;/disabled&gt;
+  &lt;/policies&gt;
+  &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
   &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
   &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
   &lt;!--...more &quot;blackListPatterns&quot; elements...--&gt;
   &lt;proxyId&gt;...&lt;/proxyId&gt;
-  &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
-  &lt;propertiesEntries&gt;
-    &lt;key&gt;...&lt;/key&gt;
-    &lt;value&gt;...&lt;/value&gt;
-  &lt;/propertiesEntries&gt;
-  &lt;propertiesEntries&gt;
-    &lt;!--...--&gt;
-  &lt;/propertiesEntries&gt;
-  &lt;!--...more &quot;propertiesEntries&quot; elements...--&gt;
-  &lt;policies&gt;
+  &lt;properties&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
       &lt;value&gt;...&lt;/value&gt;
@@ -174,37 +158,53 @@
       &lt;/value&gt;
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
-  &lt;/policies&gt;
-  &lt;sourceRepoId&gt;...&lt;/sourceRepoId&gt;
+  &lt;/properties&gt;
   &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
   &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
   &lt;!--...more &quot;whiteListPatterns&quot; elements...--&gt;
+  &lt;propertiesEntries&gt;
+    &lt;value&gt;...&lt;/value&gt;
+    &lt;key&gt;...&lt;/key&gt;
+  &lt;/propertiesEntries&gt;
+  &lt;propertiesEntries&gt;
+    &lt;!--...--&gt;
+  &lt;/propertiesEntries&gt;
+  &lt;!--...more &quot;propertiesEntries&quot; elements...--&gt;
+  &lt;disabled&gt;...&lt;/disabled&gt;
+  &lt;policiesEntries&gt;
+    &lt;value&gt;...&lt;/value&gt;
+    &lt;key&gt;...&lt;/key&gt;
+  &lt;/policiesEntries&gt;
+  &lt;policiesEntries&gt;
+    &lt;!--...--&gt;
+  &lt;/policiesEntries&gt;
+  &lt;!--...more &quot;policiesEntries&quot; elements...--&gt;
 &lt;/proxyConnector&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;order&quot; : ...,
-  &quot;policiesEntries&quot; : [ {
-    &quot;key&quot; : &quot;...&quot;,
-    &quot;value&quot; : &quot;...&quot;
-  }, ... ],
-  &quot;properties&quot; : [ {
+  &quot;sourceRepoId&quot; : &quot;...&quot;,
+  &quot;policies&quot; : [ {
     &quot;...&quot; : ...
   }, {
   } ],
-  &quot;disabled&quot; : false,
+  &quot;targetRepoId&quot; : &quot;...&quot;,
   &quot;blackListPatterns&quot; : [ &quot;...&quot;, ... ],
   &quot;proxyId&quot; : &quot;...&quot;,
-  &quot;targetRepoId&quot; : &quot;...&quot;,
-  &quot;propertiesEntries&quot; : [ {
-    &quot;key&quot; : &quot;...&quot;,
-    &quot;value&quot; : &quot;...&quot;
-  }, ... ],
-  &quot;policies&quot; : [ {
+  &quot;properties&quot; : [ {
     &quot;...&quot; : ...
   }, {
   } ],
-  &quot;sourceRepoId&quot; : &quot;...&quot;,
-  &quot;whiteListPatterns&quot; : [ &quot;...&quot;, ... ]
+  &quot;whiteListPatterns&quot; : [ &quot;...&quot;, ... ],
+  &quot;propertiesEntries&quot; : [ {
+    &quot;value&quot; : &quot;...&quot;,
+    &quot;key&quot; : &quot;...&quot;
+  }, ... ],
+  &quot;disabled&quot; : false,
+  &quot;policiesEntries&quot; : [ {
+    &quot;value&quot; : &quot;...&quot;,
+    &quot;key&quot; : &quot;...&quot;
+  }, ... ]
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html Fri Nov 16 09:43:14 2012
@@ -122,17 +122,11 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;proxyConnectorRule&gt;
+  &lt;pattern&gt;...&lt;/pattern&gt;
   &lt;proxyConnectors&gt;
     &lt;order&gt;...&lt;/order&gt;
-    &lt;policiesEntries&gt;
-      &lt;key&gt;...&lt;/key&gt;
-      &lt;value&gt;...&lt;/value&gt;
-    &lt;/policiesEntries&gt;
-    &lt;policiesEntries&gt;
-      &lt;!--...--&gt;
-    &lt;/policiesEntries&gt;
-    &lt;!--...more &quot;policiesEntries&quot; elements...--&gt;
-    &lt;properties&gt;
+    &lt;sourceRepoId&gt;...&lt;/sourceRepoId&gt;
+    &lt;policies&gt;
       &lt;entry&gt;
         &lt;key&gt;...&lt;/key&gt;
         &lt;value&gt;...&lt;/value&gt;
@@ -146,22 +140,13 @@
         &lt;/value&gt;
       &lt;/entry&gt;
       &lt;!--...more entries...--&gt;
-    &lt;/properties&gt;
-    &lt;disabled&gt;...&lt;/disabled&gt;
+    &lt;/policies&gt;
+    &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
     &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
     &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
     &lt;!--...more &quot;blackListPatterns&quot; elements...--&gt;
     &lt;proxyId&gt;...&lt;/proxyId&gt;
-    &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
-    &lt;propertiesEntries&gt;
-      &lt;key&gt;...&lt;/key&gt;
-      &lt;value&gt;...&lt;/value&gt;
-    &lt;/propertiesEntries&gt;
-    &lt;propertiesEntries&gt;
-      &lt;!--...--&gt;
-    &lt;/propertiesEntries&gt;
-    &lt;!--...more &quot;propertiesEntries&quot; elements...--&gt;
-    &lt;policies&gt;
+    &lt;properties&gt;
       &lt;entry&gt;
         &lt;key&gt;...&lt;/key&gt;
         &lt;value&gt;...&lt;/value&gt;
@@ -175,47 +160,62 @@
         &lt;/value&gt;
       &lt;/entry&gt;
       &lt;!--...more entries...--&gt;
-    &lt;/policies&gt;
-    &lt;sourceRepoId&gt;...&lt;/sourceRepoId&gt;
+    &lt;/properties&gt;
     &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
     &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
     &lt;!--...more &quot;whiteListPatterns&quot; elements...--&gt;
+    &lt;propertiesEntries&gt;
+      &lt;value&gt;...&lt;/value&gt;
+      &lt;key&gt;...&lt;/key&gt;
+    &lt;/propertiesEntries&gt;
+    &lt;propertiesEntries&gt;
+      &lt;!--...--&gt;
+    &lt;/propertiesEntries&gt;
+    &lt;!--...more &quot;propertiesEntries&quot; elements...--&gt;
+    &lt;disabled&gt;...&lt;/disabled&gt;
+    &lt;policiesEntries&gt;
+      &lt;value&gt;...&lt;/value&gt;
+      &lt;key&gt;...&lt;/key&gt;
+    &lt;/policiesEntries&gt;
+    &lt;policiesEntries&gt;
+      &lt;!--...--&gt;
+    &lt;/policiesEntries&gt;
+    &lt;!--...more &quot;policiesEntries&quot; elements...--&gt;
   &lt;/proxyConnectors&gt;
   &lt;proxyConnectors&gt;
     &lt;!--...--&gt;
   &lt;/proxyConnectors&gt;
   &lt;!--...more &quot;proxyConnectors&quot; elements...--&gt;
-  &lt;pattern&gt;...&lt;/pattern&gt;
   &lt;proxyConnectorRuleType&gt;...&lt;/proxyConnectorRuleType&gt;
 &lt;/proxyConnectorRule&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
+  &quot;pattern&quot; : &quot;...&quot;,
   &quot;proxyConnectors&quot; : [ {
     &quot;order&quot; : ...,
-    &quot;policiesEntries&quot; : [ {
-      &quot;key&quot; : &quot;...&quot;,
-      &quot;value&quot; : &quot;...&quot;
-    }, ... ],
-    &quot;properties&quot; : [ {
+    &quot;sourceRepoId&quot; : &quot;...&quot;,
+    &quot;policies&quot; : [ {
       &quot;...&quot; : ...
     }, {
     } ],
-    &quot;disabled&quot; : false,
+    &quot;targetRepoId&quot; : &quot;...&quot;,
     &quot;blackListPatterns&quot; : [ &quot;...&quot;, ... ],
     &quot;proxyId&quot; : &quot;...&quot;,
-    &quot;targetRepoId&quot; : &quot;...&quot;,
-    &quot;propertiesEntries&quot; : [ {
-      &quot;key&quot; : &quot;...&quot;,
-      &quot;value&quot; : &quot;...&quot;
-    }, ... ],
-    &quot;policies&quot; : [ {
+    &quot;properties&quot; : [ {
       &quot;...&quot; : ...
     }, {
     } ],
-    &quot;sourceRepoId&quot; : &quot;...&quot;,
-    &quot;whiteListPatterns&quot; : [ &quot;...&quot;, ... ]
+    &quot;whiteListPatterns&quot; : [ &quot;...&quot;, ... ],
+    &quot;propertiesEntries&quot; : [ {
+      &quot;value&quot; : &quot;...&quot;,
+      &quot;key&quot; : &quot;...&quot;
+    }, ... ],
+    &quot;disabled&quot; : false,
+    &quot;policiesEntries&quot; : [ {
+      &quot;value&quot; : &quot;...&quot;,
+      &quot;key&quot; : &quot;...&quot;
+    }, ... ]
   }, ... ],
-  &quot;pattern&quot; : &quot;...&quot;,
   &quot;proxyConnectorRuleType&quot; : &quot;WHITE_LIST&quot;
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html Fri Nov 16 09:43:14 2012
@@ -122,38 +122,100 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;remoteRepository&gt;
-  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
-  &lt;remoteDownloadNetworkProxyId&gt;...&lt;/remoteDownloadNetworkProxyId&gt;
-  &lt;timeout&gt;...&lt;/timeout&gt;
-  &lt;remoteIndexUrl&gt;...&lt;/remoteIndexUrl&gt;
-  &lt;downloadRemoteIndex&gt;...&lt;/downloadRemoteIndex&gt;
+  &lt;extraParameters&gt;
+    &lt;entry&gt;
+      &lt;key&gt;...&lt;/key&gt;
+      &lt;value&gt;...&lt;/value&gt;
+    &lt;/entry&gt;
+    &lt;entry&gt;
+      &lt;key&gt;
+        &lt;!--(another &#39;string&#39; type)--&gt;
+      &lt;/key&gt;
+      &lt;value&gt;
+        &lt;!--(another &#39;string&#39; type)--&gt;
+      &lt;/value&gt;
+    &lt;/entry&gt;
+    &lt;!--...more entries...--&gt;
+  &lt;/extraParameters&gt;
   &lt;downloadRemoteIndexOnStartup&gt;...&lt;/downloadRemoteIndexOnStartup&gt;
-  &lt;userName&gt;...&lt;/userName&gt;
-  &lt;remoteDownloadTimeout&gt;...&lt;/remoteDownloadTimeout&gt;
+  &lt;downloadRemoteIndex&gt;...&lt;/downloadRemoteIndex&gt;
+  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
   &lt;url&gt;...&lt;/url&gt;
+  &lt;remoteDownloadTimeout&gt;...&lt;/remoteDownloadTimeout&gt;
+  &lt;extraHeadersEntries&gt;
+    &lt;value&gt;...&lt;/value&gt;
+    &lt;key&gt;...&lt;/key&gt;
+  &lt;/extraHeadersEntries&gt;
+  &lt;extraHeadersEntries&gt;
+    &lt;!--...--&gt;
+  &lt;/extraHeadersEntries&gt;
+  &lt;!--...more &quot;extraHeadersEntries&quot; elements...--&gt;
+  &lt;remoteIndexUrl&gt;...&lt;/remoteIndexUrl&gt;
+  &lt;extraParametersEntries&gt;
+    &lt;value&gt;...&lt;/value&gt;
+    &lt;key&gt;...&lt;/key&gt;
+  &lt;/extraParametersEntries&gt;
+  &lt;extraParametersEntries&gt;
+    &lt;!--...--&gt;
+  &lt;/extraParametersEntries&gt;
+  &lt;!--...more &quot;extraParametersEntries&quot; elements...--&gt;
   &lt;password&gt;...&lt;/password&gt;
-  &lt;id&gt;...&lt;/id&gt;
+  &lt;remoteDownloadNetworkProxyId&gt;...&lt;/remoteDownloadNetworkProxyId&gt;
+  &lt;userName&gt;...&lt;/userName&gt;
+  &lt;timeout&gt;...&lt;/timeout&gt;
+  &lt;extraHeaders&gt;
+    &lt;entry&gt;
+      &lt;key&gt;...&lt;/key&gt;
+      &lt;value&gt;...&lt;/value&gt;
+    &lt;/entry&gt;
+    &lt;entry&gt;
+      &lt;key&gt;
+        &lt;!--(another &#39;string&#39; type)--&gt;
+      &lt;/key&gt;
+      &lt;value&gt;
+        &lt;!--(another &#39;string&#39; type)--&gt;
+      &lt;/value&gt;
+    &lt;/entry&gt;
+    &lt;!--...more entries...--&gt;
+  &lt;/extraHeaders&gt;
+  &lt;layout&gt;...&lt;/layout&gt;
   &lt;name&gt;...&lt;/name&gt;
   &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-  &lt;layout&gt;...&lt;/layout&gt;
+  &lt;id&gt;...&lt;/id&gt;
   &lt;description&gt;...&lt;/description&gt;
 &lt;/remoteRepository&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;cronExpression&quot; : &quot;...&quot;,
-  &quot;remoteDownloadNetworkProxyId&quot; : &quot;...&quot;,
-  &quot;timeout&quot; : ...,
-  &quot;remoteIndexUrl&quot; : &quot;...&quot;,
-  &quot;downloadRemoteIndex&quot; : false,
+  &quot;extraParameters&quot; : [ {
+    &quot;...&quot; : ...
+  }, {
+  } ],
   &quot;downloadRemoteIndexOnStartup&quot; : false,
-  &quot;userName&quot; : &quot;...&quot;,
-  &quot;remoteDownloadTimeout&quot; : ...,
+  &quot;downloadRemoteIndex&quot; : false,
+  &quot;cronExpression&quot; : &quot;...&quot;,
   &quot;url&quot; : &quot;...&quot;,
+  &quot;remoteDownloadTimeout&quot; : ...,
+  &quot;extraHeadersEntries&quot; : [ {
+    &quot;value&quot; : &quot;...&quot;,
+    &quot;key&quot; : &quot;...&quot;
+  }, ... ],
+  &quot;remoteIndexUrl&quot; : &quot;...&quot;,
+  &quot;extraParametersEntries&quot; : [ {
+    &quot;value&quot; : &quot;...&quot;,
+    &quot;key&quot; : &quot;...&quot;
+  }, ... ],
   &quot;password&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
+  &quot;remoteDownloadNetworkProxyId&quot; : &quot;...&quot;,
+  &quot;userName&quot; : &quot;...&quot;,
+  &quot;timeout&quot; : ...,
+  &quot;extraHeaders&quot; : [ {
+    &quot;...&quot; : ...
+  }, {
+  } ],
+  &quot;layout&quot; : &quot;...&quot;,
   &quot;name&quot; : &quot;...&quot;,
   &quot;indexDirectory&quot; : &quot;...&quot;,
-  &quot;layout&quot; : &quot;...&quot;,
+  &quot;id&quot; : &quot;...&quot;,
   &quot;description&quot; : &quot;...&quot;
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html Fri Nov 16 09:43:14 2012
@@ -123,30 +123,30 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;repositoryScannerStatistics&gt;
   &lt;managedRepository&gt;
-    &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+    &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
+    &lt;cronExpression&gt;...&lt;/cronExpression&gt;
     &lt;location&gt;...&lt;/location&gt;
-    &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
-    &lt;resetStats&gt;...&lt;/resetStats&gt;
     &lt;scanned&gt;...&lt;/scanned&gt;
-    &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
+    &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+    &lt;retentionCount&gt;...&lt;/retentionCount&gt;
+    &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
+    &lt;snapshots&gt;...&lt;/snapshots&gt;
     &lt;daysOlder&gt;...&lt;/daysOlder&gt;
+    &lt;resetStats&gt;...&lt;/resetStats&gt;
     &lt;stagingRepository&gt;
       &lt;!--...--&gt;
-      &lt;id&gt;...&lt;/id&gt;
+      &lt;layout&gt;...&lt;/layout&gt;
       &lt;name&gt;...&lt;/name&gt;
       &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-      &lt;layout&gt;...&lt;/layout&gt;
+      &lt;id&gt;...&lt;/id&gt;
       &lt;description&gt;...&lt;/description&gt;
     &lt;/stagingRepository&gt;
+    &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
     &lt;releases&gt;...&lt;/releases&gt;
-    &lt;cronExpression&gt;...&lt;/cronExpression&gt;
-    &lt;snapshots&gt;...&lt;/snapshots&gt;
-    &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
-    &lt;retentionCount&gt;...&lt;/retentionCount&gt;
-    &lt;id&gt;...&lt;/id&gt;
+    &lt;layout&gt;...&lt;/layout&gt;
     &lt;name&gt;...&lt;/name&gt;
     &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-    &lt;layout&gt;...&lt;/layout&gt;
+    &lt;id&gt;...&lt;/id&gt;
     &lt;description&gt;...&lt;/description&gt;
   &lt;/managedRepository&gt;
   &lt;consumerScanningStatistics&gt;
@@ -165,30 +165,30 @@
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;managedRepository&quot; : {
-    &quot;stageRepoNeeded&quot; : false,
+    &quot;blockRedeployments&quot; : false,
+    &quot;cronExpression&quot; : &quot;...&quot;,
     &quot;location&quot; : &quot;...&quot;,
-    &quot;deleteReleasedSnapshots&quot; : false,
-    &quot;resetStats&quot; : false,
     &quot;scanned&quot; : false,
-    &quot;skipPackedIndexCreation&quot; : false,
+    &quot;stageRepoNeeded&quot; : false,
+    &quot;retentionCount&quot; : ...,
+    &quot;deleteReleasedSnapshots&quot; : false,
+    &quot;snapshots&quot; : false,
     &quot;daysOlder&quot; : ...,
+    &quot;resetStats&quot; : false,
     &quot;stagingRepository&quot; : {
       &quot;...&quot; : ...,
-      &quot;id&quot; : &quot;...&quot;,
+      &quot;layout&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
       &quot;indexDirectory&quot; : &quot;...&quot;,
-      &quot;layout&quot; : &quot;...&quot;,
+      &quot;id&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;
     },
+    &quot;skipPackedIndexCreation&quot; : false,
     &quot;releases&quot; : false,
-    &quot;cronExpression&quot; : &quot;...&quot;,
-    &quot;snapshots&quot; : false,
-    &quot;blockRedeployments&quot; : false,
-    &quot;retentionCount&quot; : ...,
-    &quot;id&quot; : &quot;...&quot;,
+    &quot;layout&quot; : &quot;...&quot;,
     &quot;name&quot; : &quot;...&quot;,
     &quot;indexDirectory&quot; : &quot;...&quot;,
-    &quot;layout&quot; : &quot;...&quot;,
+    &quot;id&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;
   },
   &quot;consumerScanningStatistics&quot; : [ {

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html Fri Nov 16 09:43:14 2012
@@ -122,19 +122,19 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;uiConfiguration&gt;
-  &lt;disableEasterEggs&gt;...&lt;/disableEasterEggs&gt;
-  &lt;showFindArtifacts&gt;...&lt;/showFindArtifacts&gt;
   &lt;disableRegistration&gt;...&lt;/disableRegistration&gt;
+  &lt;showFindArtifacts&gt;...&lt;/showFindArtifacts&gt;
   &lt;applicationUrl&gt;...&lt;/applicationUrl&gt;
   &lt;appletFindEnabled&gt;...&lt;/appletFindEnabled&gt;
+  &lt;disableEasterEggs&gt;...&lt;/disableEasterEggs&gt;
 &lt;/uiConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;disableEasterEggs&quot; : false,
-  &quot;showFindArtifacts&quot; : false,
   &quot;disableRegistration&quot; : false,
+  &quot;showFindArtifacts&quot; : false,
   &quot;applicationUrl&quot; : &quot;...&quot;,
-  &quot;appletFindEnabled&quot; : false
+  &quot;appletFindEnabled&quot; : false,
+  &quot;disableEasterEggs&quot; : false
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd Fri Nov 16 09:43:14 2012
@@ -42,8 +42,8 @@
   <xs:element name="versionsList" type="versionsList"/>
   <xs:complexType name="abstractRepositoryConnector" abstract="true">
     <xs:sequence>
-      <xs:element name="policiesEntries" type="propertyEntry" minOccurs="0" maxOccurs="unbounded"/>
-      <xs:element name="properties" minOccurs="0">
+      <xs:element name="sourceRepoId" type="xs:string" minOccurs="0"/>
+      <xs:element name="policies" minOccurs="0">
         <xs:complexType>
           <xs:sequence>
             <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
@@ -57,12 +57,10 @@
           </xs:sequence>
         </xs:complexType>
       </xs:element>
-      <xs:element name="disabled" type="xs:boolean" minOccurs="1"/>
+      <xs:element name="targetRepoId" type="xs:string" minOccurs="0"/>
       <xs:element name="blackListPatterns" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
       <xs:element name="proxyId" type="xs:string" minOccurs="0"/>
-      <xs:element name="targetRepoId" type="xs:string" minOccurs="0"/>
-      <xs:element name="propertiesEntries" type="propertyEntry" minOccurs="0" maxOccurs="unbounded"/>
-      <xs:element name="policies" minOccurs="0">
+      <xs:element name="properties" minOccurs="0">
         <xs:complexType>
           <xs:sequence>
             <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
@@ -76,16 +74,18 @@
           </xs:sequence>
         </xs:complexType>
       </xs:element>
-      <xs:element name="sourceRepoId" type="xs:string" minOccurs="0"/>
       <xs:element name="whiteListPatterns" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
+      <xs:element name="propertiesEntries" type="propertyEntry" minOccurs="0" maxOccurs="unbounded"/>
+      <xs:element name="disabled" type="xs:boolean" minOccurs="1"/>
+      <xs:element name="policiesEntries" type="propertyEntry" minOccurs="0" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="abstractRepository">
     <xs:sequence>
-      <xs:element name="id" type="xs:string" minOccurs="0"/>
+      <xs:element name="layout" type="xs:string" minOccurs="0"/>
       <xs:element name="name" type="xs:string" minOccurs="0"/>
       <xs:element name="indexDirectory" type="xs:string" minOccurs="0"/>
-      <xs:element name="layout" type="xs:string" minOccurs="0"/>
+      <xs:element name="id" type="xs:string" minOccurs="0"/>
       <xs:element name="description" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
@@ -97,8 +97,8 @@
   </xs:complexType>
   <xs:complexType name="legacyArtifactPath">
     <xs:sequence>
-      <xs:element name="groupId" type="xs:string" minOccurs="0"/>
       <xs:element name="artifact" type="xs:string" minOccurs="0"/>
+      <xs:element name="groupId" type="xs:string" minOccurs="0"/>
       <xs:element name="artifactId" type="xs:string" minOccurs="0"/>
       <xs:element name="path" type="xs:string" minOccurs="0"/>
     </xs:sequence>
@@ -107,52 +107,52 @@
     <xs:complexContent>
       <xs:extension base="abstractRepository">
         <xs:sequence>
-          <xs:element name="stageRepoNeeded" type="xs:boolean" minOccurs="1"/>
+          <xs:element name="blockRedeployments" type="xs:boolean" minOccurs="1"/>
+          <xs:element name="cronExpression" type="xs:string" minOccurs="0"/>
           <xs:element name="location" type="xs:string" minOccurs="0"/>
-          <xs:element name="deleteReleasedSnapshots" type="xs:boolean" minOccurs="1"/>
-          <xs:element name="resetStats" type="xs:boolean" minOccurs="1"/>
           <xs:element name="scanned" type="xs:boolean" minOccurs="1"/>
-          <xs:element name="skipPackedIndexCreation" type="xs:boolean" minOccurs="1"/>
+          <xs:element name="stageRepoNeeded" type="xs:boolean" minOccurs="1"/>
+          <xs:element name="retentionCount" type="xs:int" minOccurs="1"/>
+          <xs:element name="deleteReleasedSnapshots" type="xs:boolean" minOccurs="1"/>
+          <xs:element name="snapshots" type="xs:boolean" minOccurs="1"/>
           <xs:element name="daysOlder" type="xs:int" minOccurs="1"/>
+          <xs:element name="resetStats" type="xs:boolean" minOccurs="1"/>
           <xs:element name="stagingRepository" type="managedRepository" minOccurs="0"/>
+          <xs:element name="skipPackedIndexCreation" type="xs:boolean" minOccurs="1"/>
           <xs:element name="releases" type="xs:boolean" minOccurs="1"/>
-          <xs:element name="cronExpression" type="xs:string" minOccurs="0"/>
-          <xs:element name="snapshots" type="xs:boolean" minOccurs="1"/>
-          <xs:element name="blockRedeployments" type="xs:boolean" minOccurs="1"/>
-          <xs:element name="retentionCount" type="xs:int" minOccurs="1"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
   <xs:complexType name="networkConfiguration">
     <xs:sequence>
-      <xs:element name="usePooling" type="xs:boolean" minOccurs="1"/>
-      <xs:element name="maxTotalPerHost" type="xs:int" minOccurs="1"/>
       <xs:element name="maxTotal" type="xs:int" minOccurs="1"/>
+      <xs:element name="maxTotalPerHost" type="xs:int" minOccurs="1"/>
+      <xs:element name="usePooling" type="xs:boolean" minOccurs="1"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="networkProxy">
     <xs:sequence>
-      <xs:element name="port" type="xs:int" minOccurs="1"/>
-      <xs:element name="host" type="xs:string" minOccurs="0"/>
-      <xs:element name="protocol" type="xs:string" minOccurs="0"/>
-      <xs:element name="id" type="xs:string" minOccurs="0"/>
       <xs:element name="useNtlm" type="xs:boolean" minOccurs="1"/>
+      <xs:element name="id" type="xs:string" minOccurs="0"/>
+      <xs:element name="host" type="xs:string" minOccurs="0"/>
       <xs:element name="username" type="xs:string" minOccurs="0"/>
+      <xs:element name="protocol" type="xs:string" minOccurs="0"/>
+      <xs:element name="port" type="xs:int" minOccurs="1"/>
       <xs:element name="password" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="organisationInformation">
     <xs:sequence>
-      <xs:element name="logoLocation" type="xs:string" minOccurs="0"/>
       <xs:element name="url" type="xs:string" minOccurs="0"/>
+      <xs:element name="logoLocation" type="xs:string" minOccurs="0"/>
       <xs:element name="name" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="propertyEntry">
     <xs:sequence>
-      <xs:element name="key" type="xs:string" minOccurs="0"/>
       <xs:element name="value" type="xs:string" minOccurs="0"/>
+      <xs:element name="key" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="proxyConnector">
@@ -166,8 +166,8 @@
   </xs:complexType>
   <xs:complexType name="proxyConnectorRule">
     <xs:sequence>
-      <xs:element name="proxyConnectors" type="proxyConnector" minOccurs="0" maxOccurs="unbounded"/>
       <xs:element name="pattern" type="xs:string" minOccurs="0"/>
+      <xs:element name="proxyConnectors" type="proxyConnector" minOccurs="0" maxOccurs="unbounded"/>
       <xs:element name="proxyConnectorRuleType" type="proxyConnectorRuleType" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
@@ -181,16 +181,46 @@
     <xs:complexContent>
       <xs:extension base="abstractRepository">
         <xs:sequence>
-          <xs:element name="cronExpression" type="xs:string" minOccurs="0"/>
-          <xs:element name="remoteDownloadNetworkProxyId" type="xs:string" minOccurs="0"/>
-          <xs:element name="timeout" type="xs:int" minOccurs="1"/>
-          <xs:element name="remoteIndexUrl" type="xs:string" minOccurs="0"/>
-          <xs:element name="downloadRemoteIndex" type="xs:boolean" minOccurs="1"/>
+          <xs:element name="extraParameters" minOccurs="0">
+            <xs:complexType>
+              <xs:sequence>
+                <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+                  <xs:complexType>
+                    <xs:sequence>
+                      <xs:element name="key" minOccurs="1" type="xs:string"/>
+                      <xs:element name="value" minOccurs="1" type="xs:string"/>
+                    </xs:sequence>
+                  </xs:complexType>
+                </xs:element>
+              </xs:sequence>
+            </xs:complexType>
+          </xs:element>
           <xs:element name="downloadRemoteIndexOnStartup" type="xs:boolean" minOccurs="1"/>
-          <xs:element name="userName" type="xs:string" minOccurs="0"/>
-          <xs:element name="remoteDownloadTimeout" type="xs:int" minOccurs="1"/>
+          <xs:element name="downloadRemoteIndex" type="xs:boolean" minOccurs="1"/>
+          <xs:element name="cronExpression" type="xs:string" minOccurs="0"/>
           <xs:element name="url" type="xs:string" minOccurs="0"/>
+          <xs:element name="remoteDownloadTimeout" type="xs:int" minOccurs="1"/>
+          <xs:element name="extraHeadersEntries" type="propertyEntry" minOccurs="0" maxOccurs="unbounded"/>
+          <xs:element name="remoteIndexUrl" type="xs:string" minOccurs="0"/>
+          <xs:element name="extraParametersEntries" type="propertyEntry" minOccurs="0" maxOccurs="unbounded"/>
           <xs:element name="password" type="xs:string" minOccurs="0"/>
+          <xs:element name="remoteDownloadNetworkProxyId" type="xs:string" minOccurs="0"/>
+          <xs:element name="userName" type="xs:string" minOccurs="0"/>
+          <xs:element name="timeout" type="xs:int" minOccurs="1"/>
+          <xs:element name="extraHeaders" minOccurs="0">
+            <xs:complexType>
+              <xs:sequence>
+                <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+                  <xs:complexType>
+                    <xs:sequence>
+                      <xs:element name="key" minOccurs="1" type="xs:string"/>
+                      <xs:element name="value" minOccurs="1" type="xs:string"/>
+                    </xs:sequence>
+                  </xs:complexType>
+                </xs:element>
+              </xs:sequence>
+            </xs:complexType>
+          </xs:element>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
@@ -203,41 +233,41 @@
   </xs:complexType>
   <xs:complexType name="uiConfiguration">
     <xs:sequence>
-      <xs:element name="disableEasterEggs" type="xs:boolean" minOccurs="1"/>
-      <xs:element name="showFindArtifacts" type="xs:boolean" minOccurs="1"/>
       <xs:element name="disableRegistration" type="xs:boolean" minOccurs="1"/>
+      <xs:element name="showFindArtifacts" type="xs:boolean" minOccurs="1"/>
       <xs:element name="applicationUrl" type="xs:string" minOccurs="0"/>
       <xs:element name="appletFindEnabled" type="xs:boolean" minOccurs="1"/>
+      <xs:element name="disableEasterEggs" type="xs:boolean" minOccurs="1"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="artifact">
     <xs:sequence>
       <xs:element name="bundleName" type="xs:string" minOccurs="0"/>
-      <xs:element name="bundleSymbolicName" type="xs:string" minOccurs="0"/>
-      <xs:element name="bundleDescription" type="xs:string" minOccurs="0"/>
-      <xs:element name="size" type="xs:string" minOccurs="0"/>
-      <xs:element name="groupId" type="xs:string" minOccurs="0"/>
-      <xs:element name="classifier" type="xs:string" minOccurs="0"/>
-      <xs:element name="bundleLicense" type="xs:string" minOccurs="0"/>
       <xs:element name="bundleExportService" type="xs:string" minOccurs="0"/>
-      <xs:element name="bundleRequireBundle" type="xs:string" minOccurs="0"/>
+      <xs:element name="path" type="xs:string" minOccurs="0"/>
       <xs:element name="packaging" type="xs:string" minOccurs="0"/>
-      <xs:element name="bundleDocUrl" type="xs:string" minOccurs="0"/>
-      <xs:element name="repositoryId" type="xs:string" minOccurs="0"/>
-      <xs:element name="context" type="xs:string" minOccurs="0"/>
+      <xs:element name="bundleSymbolicName" type="xs:string" minOccurs="0"/>
+      <xs:element name="type" type="xs:string" minOccurs="0"/>
       <xs:element name="bundleImportPackage" type="xs:string" minOccurs="0"/>
-      <xs:element name="bundleVersion" type="xs:string" minOccurs="0"/>
+      <xs:element name="classifier" type="xs:string" minOccurs="0"/>
       <xs:element name="bundleExportPackage" type="xs:string" minOccurs="0"/>
-      <xs:element name="goals" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
-      <xs:element name="prefix" type="xs:string" minOccurs="0"/>
-      <xs:element name="id" type="xs:string" minOccurs="0"/>
-      <xs:element name="url" type="xs:string" minOccurs="0"/>
       <xs:element name="scope" type="xs:string" minOccurs="0"/>
+      <xs:element name="id" type="xs:string" minOccurs="0"/>
       <xs:element name="version" type="xs:string" minOccurs="0"/>
       <xs:element name="artifactId" type="xs:string" minOccurs="0"/>
-      <xs:element name="path" type="xs:string" minOccurs="0"/>
+      <xs:element name="groupId" type="xs:string" minOccurs="0"/>
+      <xs:element name="bundleDescription" type="xs:string" minOccurs="0"/>
+      <xs:element name="bundleRequireBundle" type="xs:string" minOccurs="0"/>
+      <xs:element name="size" type="xs:string" minOccurs="0"/>
+      <xs:element name="repositoryId" type="xs:string" minOccurs="0"/>
+      <xs:element name="prefix" type="xs:string" minOccurs="0"/>
+      <xs:element name="bundleDocUrl" type="xs:string" minOccurs="0"/>
+      <xs:element name="url" type="xs:string" minOccurs="0"/>
+      <xs:element name="goals" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
+      <xs:element name="context" type="xs:string" minOccurs="0"/>
       <xs:element name="fileExtension" type="xs:string" minOccurs="0"/>
-      <xs:element name="type" type="xs:string" minOccurs="0"/>
+      <xs:element name="bundleLicense" type="xs:string" minOccurs="0"/>
+      <xs:element name="bundleVersion" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="ciManagement">
@@ -248,14 +278,14 @@
   </xs:complexType>
   <xs:complexType name="dependency">
     <xs:sequence>
-      <xs:element name="version" type="xs:string" minOccurs="0"/>
+      <xs:element name="artifactId" type="xs:string" minOccurs="0"/>
       <xs:element name="optional" type="xs:boolean" minOccurs="1"/>
-      <xs:element name="systemPath" type="xs:string" minOccurs="0"/>
       <xs:element name="classifier" type="xs:string" minOccurs="0"/>
       <xs:element name="type" type="xs:string" minOccurs="0"/>
+      <xs:element name="version" type="xs:string" minOccurs="0"/>
+      <xs:element name="systemPath" type="xs:string" minOccurs="0"/>
       <xs:element name="scope" type="xs:string" minOccurs="0"/>
       <xs:element name="groupId" type="xs:string" minOccurs="0"/>
-      <xs:element name="artifactId" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="facetedMetadata" abstract="true"/>
@@ -273,36 +303,36 @@
   </xs:complexType>
   <xs:complexType name="mailingList">
     <xs:sequence>
-      <xs:element name="name" type="xs:string" minOccurs="0"/>
-      <xs:element name="subscribeAddress" type="xs:string" minOccurs="0"/>
-      <xs:element name="unsubscribeAddress" type="xs:string" minOccurs="0"/>
-      <xs:element name="mainArchiveUrl" type="xs:string" minOccurs="0"/>
       <xs:element name="postAddress" type="xs:string" minOccurs="0"/>
       <xs:element name="otherArchives" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
+      <xs:element name="unsubscribeAddress" type="xs:string" minOccurs="0"/>
+      <xs:element name="mainArchiveUrl" type="xs:string" minOccurs="0"/>
+      <xs:element name="subscribeAddress" type="xs:string" minOccurs="0"/>
+      <xs:element name="name" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="organization">
     <xs:sequence>
-      <xs:element name="url" type="xs:string" minOccurs="0"/>
       <xs:element name="name" type="xs:string" minOccurs="0"/>
+      <xs:element name="url" type="xs:string" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="projectVersionMetadata">
     <xs:complexContent>
       <xs:extension base="facetedMetadata">
         <xs:sequence>
-          <xs:element name="organization" type="organization" minOccurs="0"/>
-          <xs:element name="url" type="xs:string" minOccurs="0"/>
-          <xs:element name="licenses" type="license" minOccurs="0" maxOccurs="unbounded"/>
           <xs:element name="incomplete" type="xs:boolean" minOccurs="1"/>
-          <xs:element name="id" type="xs:string" minOccurs="0"/>
+          <xs:element name="name" type="xs:string" minOccurs="0"/>
           <xs:element name="scm" type="scm" minOccurs="0"/>
+          <xs:element name="licenses" type="license" minOccurs="0" maxOccurs="unbounded"/>
+          <xs:element name="id" type="xs:string" minOccurs="0"/>
           <xs:element name="issueManagement" type="issueManagement" minOccurs="0"/>
-          <xs:element name="description" type="xs:string" minOccurs="0"/>
           <xs:element name="ciManagement" type="ciManagement" minOccurs="0"/>
-          <xs:element name="name" type="xs:string" minOccurs="0"/>
-          <xs:element name="dependencies" type="dependency" minOccurs="0" maxOccurs="unbounded"/>
+          <xs:element name="url" type="xs:string" minOccurs="0"/>
+          <xs:element name="description" type="xs:string" minOccurs="0"/>
+          <xs:element name="organization" type="organization" minOccurs="0"/>
           <xs:element name="mailingLists" type="mailingList" minOccurs="0" maxOccurs="unbounded"/>
+          <xs:element name="dependencies" type="dependency" minOccurs="0" maxOccurs="unbounded"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html Fri Nov 16 09:43:14 2012
@@ -130,7 +130,7 @@
         </tr>
         <tr>
           <td>
-            id (string)
+            layout (string)
           </td>
           <td>0/1</td>
           <td>
@@ -154,7 +154,7 @@
         </tr>
         <tr>
           <td>
-            layout (string)
+            id (string)
           </td>
           <td>0/1</td>
           <td>
@@ -178,9 +178,9 @@
           <th>description</th>
         </tr>
         <tr>
-          <td>id</td>
+          <td>layout</td>
           <td>
-              id (string)
+              layout (string)
           </td>
           <td>
           </td>
@@ -202,9 +202,9 @@
           </td>
         </tr>
         <tr>
-          <td>layout</td>
+          <td>id</td>
           <td>
-              layout (string)
+              id (string)
           </td>
           <td>
           </td>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html Fri Nov 16 09:43:14 2012
@@ -130,15 +130,15 @@
         </tr>
         <tr>
           <td>
-            policiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
+            sourceRepoId (string)
           </td>
-          <td>0/unbounded</td>
+          <td>0/1</td>
           <td>
           </td>
         </tr>
         <tr>
           <td>
-            properties (<a href="ns0_(anonymous).html">(anonymous)</a>)
+            policies (<a href="ns0_(anonymous).html">(anonymous)</a>)
           </td>
           <td>0/1</td>
           <td>
@@ -146,9 +146,9 @@
         </tr>
         <tr>
           <td>
-            disabled (boolean)
+            targetRepoId (string)
           </td>
-          <td>1/1</td>
+          <td>0/1</td>
           <td>
           </td>
         </tr>
@@ -170,7 +170,7 @@
         </tr>
         <tr>
           <td>
-            targetRepoId (string)
+            properties (<a href="ns0_(anonymous).html">(anonymous)</a>)
           </td>
           <td>0/1</td>
           <td>
@@ -178,7 +178,7 @@
         </tr>
         <tr>
           <td>
-            propertiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
+            whiteListPatterns (string)
           </td>
           <td>0/unbounded</td>
           <td>
@@ -186,23 +186,23 @@
         </tr>
         <tr>
           <td>
-            policies (<a href="ns0_(anonymous).html">(anonymous)</a>)
+            propertiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
           </td>
-          <td>0/1</td>
+          <td>0/unbounded</td>
           <td>
           </td>
         </tr>
         <tr>
           <td>
-            sourceRepoId (string)
+            disabled (boolean)
           </td>
-          <td>0/1</td>
+          <td>1/1</td>
           <td>
           </td>
         </tr>
         <tr>
           <td>
-            whiteListPatterns (string)
+            policiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
           </td>
           <td>0/unbounded</td>
           <td>
@@ -218,25 +218,25 @@
           <th>description</th>
         </tr>
         <tr>
-          <td>policiesEntries</td>
+          <td>sourceRepoId</td>
           <td>
-              array of policiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
+              sourceRepoId (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>properties</td>
+          <td>policies</td>
           <td>
-              properties (<a href="ns0_(anonymous).html">(anonymous)</a>)
+              policies (<a href="ns0_(anonymous).html">(anonymous)</a>)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>disabled</td>
+          <td>targetRepoId</td>
           <td>
-              disabled (boolean)
+              targetRepoId (string)
           </td>
           <td>
           </td>
@@ -258,41 +258,41 @@
           </td>
         </tr>
         <tr>
-          <td>targetRepoId</td>
+          <td>properties</td>
           <td>
-              targetRepoId (string)
+              properties (<a href="ns0_(anonymous).html">(anonymous)</a>)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>propertiesEntries</td>
+          <td>whiteListPatterns</td>
           <td>
-              array of propertiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
+              array of whiteListPatterns (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>policies</td>
+          <td>propertiesEntries</td>
           <td>
-              policies (<a href="ns0_(anonymous).html">(anonymous)</a>)
+              array of propertiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>sourceRepoId</td>
+          <td>disabled</td>
           <td>
-              sourceRepoId (string)
+              disabled (boolean)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>whiteListPatterns</td>
+          <td>policiesEntries</td>
           <td>
-              array of whiteListPatterns (string)
+              array of policiesEntries (<a href="ns0_propertyEntry.html">propertyEntry</a>)
           </td>
           <td>
           </td>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html Fri Nov 16 09:43:14 2012
@@ -138,7 +138,7 @@
         </tr>
         <tr>
           <td>
-            bundleSymbolicName (string)
+            bundleExportService (string)
           </td>
           <td>0/1</td>
           <td>
@@ -146,7 +146,7 @@
         </tr>
         <tr>
           <td>
-            bundleDescription (string)
+            path (string)
           </td>
           <td>0/1</td>
           <td>
@@ -154,7 +154,7 @@
         </tr>
         <tr>
           <td>
-            size (string)
+            packaging (string)
           </td>
           <td>0/1</td>
           <td>
@@ -162,7 +162,7 @@
         </tr>
         <tr>
           <td>
-            groupId (string)
+            bundleSymbolicName (string)
           </td>
           <td>0/1</td>
           <td>
@@ -170,7 +170,7 @@
         </tr>
         <tr>
           <td>
-            classifier (string)
+            type (string)
           </td>
           <td>0/1</td>
           <td>
@@ -178,7 +178,7 @@
         </tr>
         <tr>
           <td>
-            bundleLicense (string)
+            bundleImportPackage (string)
           </td>
           <td>0/1</td>
           <td>
@@ -186,7 +186,7 @@
         </tr>
         <tr>
           <td>
-            bundleExportService (string)
+            classifier (string)
           </td>
           <td>0/1</td>
           <td>
@@ -194,7 +194,7 @@
         </tr>
         <tr>
           <td>
-            bundleRequireBundle (string)
+            bundleExportPackage (string)
           </td>
           <td>0/1</td>
           <td>
@@ -202,7 +202,7 @@
         </tr>
         <tr>
           <td>
-            packaging (string)
+            scope (string)
           </td>
           <td>0/1</td>
           <td>
@@ -210,7 +210,7 @@
         </tr>
         <tr>
           <td>
-            bundleDocUrl (string)
+            id (string)
           </td>
           <td>0/1</td>
           <td>
@@ -218,7 +218,7 @@
         </tr>
         <tr>
           <td>
-            repositoryId (string)
+            version (string)
           </td>
           <td>0/1</td>
           <td>
@@ -226,7 +226,7 @@
         </tr>
         <tr>
           <td>
-            context (string)
+            artifactId (string)
           </td>
           <td>0/1</td>
           <td>
@@ -234,7 +234,7 @@
         </tr>
         <tr>
           <td>
-            bundleImportPackage (string)
+            groupId (string)
           </td>
           <td>0/1</td>
           <td>
@@ -242,7 +242,7 @@
         </tr>
         <tr>
           <td>
-            bundleVersion (string)
+            bundleDescription (string)
           </td>
           <td>0/1</td>
           <td>
@@ -250,7 +250,7 @@
         </tr>
         <tr>
           <td>
-            bundleExportPackage (string)
+            bundleRequireBundle (string)
           </td>
           <td>0/1</td>
           <td>
@@ -258,15 +258,15 @@
         </tr>
         <tr>
           <td>
-            goals (string)
+            size (string)
           </td>
-          <td>0/unbounded</td>
+          <td>0/1</td>
           <td>
           </td>
         </tr>
         <tr>
           <td>
-            prefix (string)
+            repositoryId (string)
           </td>
           <td>0/1</td>
           <td>
@@ -274,7 +274,7 @@
         </tr>
         <tr>
           <td>
-            id (string)
+            prefix (string)
           </td>
           <td>0/1</td>
           <td>
@@ -282,7 +282,7 @@
         </tr>
         <tr>
           <td>
-            url (string)
+            bundleDocUrl (string)
           </td>
           <td>0/1</td>
           <td>
@@ -290,7 +290,7 @@
         </tr>
         <tr>
           <td>
-            scope (string)
+            url (string)
           </td>
           <td>0/1</td>
           <td>
@@ -298,15 +298,15 @@
         </tr>
         <tr>
           <td>
-            version (string)
+            goals (string)
           </td>
-          <td>0/1</td>
+          <td>0/unbounded</td>
           <td>
           </td>
         </tr>
         <tr>
           <td>
-            artifactId (string)
+            context (string)
           </td>
           <td>0/1</td>
           <td>
@@ -314,7 +314,7 @@
         </tr>
         <tr>
           <td>
-            path (string)
+            fileExtension (string)
           </td>
           <td>0/1</td>
           <td>
@@ -322,7 +322,7 @@
         </tr>
         <tr>
           <td>
-            fileExtension (string)
+            bundleLicense (string)
           </td>
           <td>0/1</td>
           <td>
@@ -330,7 +330,7 @@
         </tr>
         <tr>
           <td>
-            type (string)
+            bundleVersion (string)
           </td>
           <td>0/1</td>
           <td>
@@ -354,201 +354,201 @@
           </td>
         </tr>
         <tr>
-          <td>bundleSymbolicName</td>
+          <td>bundleExportService</td>
           <td>
-              bundleSymbolicName (string)
+              bundleExportService (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleDescription</td>
+          <td>path</td>
           <td>
-              bundleDescription (string)
+              path (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>size</td>
+          <td>packaging</td>
           <td>
-              size (string)
+              packaging (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>groupId</td>
+          <td>bundleSymbolicName</td>
           <td>
-              groupId (string)
+              bundleSymbolicName (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>classifier</td>
+          <td>type</td>
           <td>
-              classifier (string)
+              type (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleLicense</td>
+          <td>bundleImportPackage</td>
           <td>
-              bundleLicense (string)
+              bundleImportPackage (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleExportService</td>
+          <td>classifier</td>
           <td>
-              bundleExportService (string)
+              classifier (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleRequireBundle</td>
+          <td>bundleExportPackage</td>
           <td>
-              bundleRequireBundle (string)
+              bundleExportPackage (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>packaging</td>
+          <td>scope</td>
           <td>
-              packaging (string)
+              scope (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleDocUrl</td>
+          <td>id</td>
           <td>
-              bundleDocUrl (string)
+              id (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>repositoryId</td>
+          <td>version</td>
           <td>
-              repositoryId (string)
+              version (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>context</td>
+          <td>artifactId</td>
           <td>
-              context (string)
+              artifactId (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleImportPackage</td>
+          <td>groupId</td>
           <td>
-              bundleImportPackage (string)
+              groupId (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleVersion</td>
+          <td>bundleDescription</td>
           <td>
-              bundleVersion (string)
+              bundleDescription (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>bundleExportPackage</td>
+          <td>bundleRequireBundle</td>
           <td>
-              bundleExportPackage (string)
+              bundleRequireBundle (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>goals</td>
+          <td>size</td>
           <td>
-              array of goals (string)
+              size (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>prefix</td>
+          <td>repositoryId</td>
           <td>
-              prefix (string)
+              repositoryId (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>id</td>
+          <td>prefix</td>
           <td>
-              id (string)
+              prefix (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>url</td>
+          <td>bundleDocUrl</td>
           <td>
-              url (string)
+              bundleDocUrl (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>scope</td>
+          <td>url</td>
           <td>
-              scope (string)
+              url (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>version</td>
+          <td>goals</td>
           <td>
-              version (string)
+              array of goals (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>artifactId</td>
+          <td>context</td>
           <td>
-              artifactId (string)
+              context (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>path</td>
+          <td>fileExtension</td>
           <td>
-              path (string)
+              fileExtension (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>fileExtension</td>
+          <td>bundleLicense</td>
           <td>
-              fileExtension (string)
+              bundleLicense (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>type</td>
+          <td>bundleVersion</td>
           <td>
-              type (string)
+              bundleVersion (string)
           </td>
           <td>
           </td>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_legacyArtifactPath.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_legacyArtifactPath.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_legacyArtifactPath.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_legacyArtifactPath.html Fri Nov 16 09:43:14 2012
@@ -130,7 +130,7 @@
         </tr>
         <tr>
           <td>
-            groupId (string)
+            artifact (string)
           </td>
           <td>0/1</td>
           <td>
@@ -138,7 +138,7 @@
         </tr>
         <tr>
           <td>
-            artifact (string)
+            groupId (string)
           </td>
           <td>0/1</td>
           <td>
@@ -170,17 +170,17 @@
           <th>description</th>
         </tr>
         <tr>
-          <td>groupId</td>
+          <td>artifact</td>
           <td>
-              groupId (string)
+              artifact (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>artifact</td>
+          <td>groupId</td>
           <td>
-              artifact (string)
+              groupId (string)
           </td>
           <td>
           </td>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_mailingList.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_mailingList.html?rev=1410268&r1=1410267&r2=1410268&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_mailingList.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_mailingList.html Fri Nov 16 09:43:14 2012
@@ -130,7 +130,7 @@
         </tr>
         <tr>
           <td>
-            name (string)
+            postAddress (string)
           </td>
           <td>0/1</td>
           <td>
@@ -138,9 +138,9 @@
         </tr>
         <tr>
           <td>
-            subscribeAddress (string)
+            otherArchives (string)
           </td>
-          <td>0/1</td>
+          <td>0/unbounded</td>
           <td>
           </td>
         </tr>
@@ -162,7 +162,7 @@
         </tr>
         <tr>
           <td>
-            postAddress (string)
+            subscribeAddress (string)
           </td>
           <td>0/1</td>
           <td>
@@ -170,9 +170,9 @@
         </tr>
         <tr>
           <td>
-            otherArchives (string)
+            name (string)
           </td>
-          <td>0/unbounded</td>
+          <td>0/1</td>
           <td>
           </td>
         </tr>
@@ -186,17 +186,17 @@
           <th>description</th>
         </tr>
         <tr>
-          <td>name</td>
+          <td>postAddress</td>
           <td>
-              name (string)
+              postAddress (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>subscribeAddress</td>
+          <td>otherArchives</td>
           <td>
-              subscribeAddress (string)
+              array of otherArchives (string)
           </td>
           <td>
           </td>
@@ -218,17 +218,17 @@
           </td>
         </tr>
         <tr>
-          <td>postAddress</td>
+          <td>subscribeAddress</td>
           <td>
-              postAddress (string)
+              subscribeAddress (string)
           </td>
           <td>
           </td>
         </tr>
         <tr>
-          <td>otherArchives</td>
+          <td>name</td>
           <td>
-              array of otherArchives (string)
+              name (string)
           </td>
           <td>
           </td>