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/02/07 23:21:39 UTC

svn commit: r1443758 - /archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt

Author: olamy
Date: Thu Feb  7 22:21:39 2013
New Revision: 1443758

URL: http://svn.apache.org/r1443758
Log:
improve documentation

Modified:
    archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt

Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt?rev=1443758&r1=1443757&r2=1443758&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt Thu Feb  7 22:21:39 2013
@@ -4,7 +4,7 @@
  Maria Odea Ching
  Olivier Lamy
  ------
- 2012-09-17
+ 2013-02-07
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -52,8 +52,7 @@ Understanding Repository Configuration o
   * <<index directory>> - the location of the index files generated by Archiva. If
     no location is specified, then the index directory (named <<<.indexer>>>)
     will be created at the root of the repository directory.
-    This directory contains the packaged/bundled index
-    which is consumed by different consumers of the index such as M2Eclipse.
+    This directory contains the packaged/bundled index which is consumed by different consumers of the index such as M2Eclipse.
 
   * <<type>> - the repository layout (maven 2 or maven 1)
 
@@ -92,6 +91,8 @@ Understanding Repository Configuration o
     artifacts which already has release versions of it in the repository during
     repository purge.
 
+  * << Skip Packed Index creation >> - avoid creation of compressed index for IDE usage.
+
   []
 
 [../images/managed-repositories.png] Managed Repositories
@@ -145,7 +146,7 @@ http://[URL TO ARCHIVA]/repository/[REPO
     weekly on sunday)
 
   * <<Directory index storage>> - path to store index directory, default will be
-    $\{appserver.base\}/data/remotes/$\{repositoryId\}/.index
+    $\{appserver.base\}/data/remotes/$\{repositoryId\}/.indexer
 
   * <<Download Remote Index Timeout in seconds>> - read time out for downloading
     remote index files (default 300)
@@ -153,6 +154,14 @@ http://[URL TO ARCHIVA]/repository/[REPO
   * <<Network Proxy to Use for download Remote Index>> - proxy to use for
     downloading remote index files.
 
+  * <<Download Remote Index on Startup>> - will download remote index on Archiva startup.
+
+  * <<Additionnal url parameters>> - key/value pairs to add to url when querying remote repository.
+
+  * <<Additionnal Http Headers>> - key/value pairs to add as http headers when querying remote repository.
+
+  []
+
 [../images/remote-repositories.png] Remote Repositories
 
   You can also trigger an immediate download of remote index files.