aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-09-27 15:38:17 +0000
committerOlivier Lamy <olamy@apache.org>2011-09-27 15:38:17 +0000
commit82d02c4de20877133ff74ac4c4aeb7f65cdf74f7 (patch)
treef32523edb2e8526d9d90a5326c1fe02cf1252a5d /archiva-docs/src/site/apt
parent9b1ab5d366a7872ba23797c1396a4d95d6a2a24e (diff)
downloadarchiva-82d02c4de20877133ff74ac4c4aeb7f65cdf74f7.tar.gz
archiva-82d02c4de20877133ff74ac4c4aeb7f65cdf74f7.zip
[MRM-1524] downloading (optionnaly) remote index to display remote artifacts in search results : update remote repository documentation.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1176437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt')
-rw-r--r--archiva-docs/src/site/apt/adminguide/repositories.apt22
1 files changed, 20 insertions, 2 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt b/archiva-docs/src/site/apt/adminguide/repositories.apt
index fb3263735..184b99df2 100644
--- a/archiva-docs/src/site/apt/adminguide/repositories.apt
+++ b/archiva-docs/src/site/apt/adminguide/repositories.apt
@@ -3,7 +3,7 @@
------
Maria Odea Ching
------
- 2011-11-13
+ 2011-09-27
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -109,7 +109,25 @@ http://[URL TO ARCHIVA]/repository/[REPOSITORY ID] (e.g. http://localhost:8080/a
* <password> - the password (if authentication is needed) to be used to access the repository.
- * <type> - the layout (maven 2 or maven 1) of the remote repository.
+ * <type> - the layout (maven 2 or maven 1) of the remote repository.
+
+ * <Activate download remote index> - to activate downloading remote index to add available remote artifacts in search queries.
+
+ * <Remote index url, can be relative to url> - path of the remote index directory.
+
+ * <Cron expression> - cron expression for downloading remote index (default weekly on sunday)
+
+ * <Directory index storage> - path to store index directory, default will be ${appserver.base}/data/remotes/${repositoryId}/.index
+
+ * <Download Remote Index Timeout in seconds> - read time out for downloading remote index files (default 300)
+
+ * <Network Proxy to Use for download Remote Index> - proxy to use for downloading remote index files.
+
+
+
+[../images/remote-repositories.png] Remote Repositories
+
+ You can also trigger an immediate download of remote index files.
* Scanning a Repository