Author: olamy
Date: Tue Sep 27 15:38:17 2011
New Revision: 1176437

URL: http://svn.apache.org/viewvc?rev=1176437&view=rev
Log:
[MRM-1524] downloading (optionnaly) remote index to display remote artifacts in 
search results : update remote repository 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=1176437&r1=1176436&r2=1176437&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt 
(original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt Tue Sep 
27 15:38:17 2011
@@ -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/[REPO
   
   * <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
  


Reply via email to