]> source.dussan.org Git - archiva.git/commitdiff
improve documentation
authorOlivier Lamy <olamy@apache.org>
Thu, 7 Feb 2013 22:21:39 +0000 (22:21 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 7 Feb 2013 22:21:39 +0000 (22:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1443758 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/repositories.apt

index c8e4df2f1b13153a01734d7d079d4da064e225c2..c60b49a234c97b3940f324c7551c86dc9e95f959 100644 (file)
@@ -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 of Apache Archiva
   * <<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 of Apache Archiva
     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/[REPOSITORY ID] (e.g. http://localhost:8080/a
     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/[REPOSITORY ID] (e.g. http://localhost:8080/a
   * <<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.