aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-02-07 22:21:39 +0000
committerOlivier Lamy <olamy@apache.org>2013-02-07 22:21:39 +0000
commit440d85c3ccccafde62545238e6a0499e125b804d (patch)
treeeaa99c458e120fd0e83870cbfee67aa1f0b1f8f4 /archiva-docs/src
parent61325e572d0e2ed6aee367a73217dbce8d5f6f7c (diff)
downloadarchiva-440d85c3ccccafde62545238e6a0499e125b804d.tar.gz
archiva-440d85c3ccccafde62545238e6a0499e125b804d.zip
improve documentation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1443758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r--archiva-docs/src/site/apt/adminguide/repositories.apt17
1 files changed, 13 insertions, 4 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt b/archiva-docs/src/site/apt/adminguide/repositories.apt
index c8e4df2f1..c60b49a23 100644
--- a/archiva-docs/src/site/apt/adminguide/repositories.apt
+++ b/archiva-docs/src/site/apt/adminguide/repositories.apt
@@ -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.