aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src
diff options
context:
space:
mode:
authorArnaud Heritier <aheritier@apache.org>2008-01-03 18:21:18 +0000
committerArnaud Heritier <aheritier@apache.org>2008-01-03 18:21:18 +0000
commit54902a1590779d2f6a3173a96f8fc5e5b0a35546 (patch)
treeae3ecaaf9362111fe86fe74dbc518f07214debd6 /archiva-docs/src
parent08d2b8b0c9f41f1e4fd11fd53b23ad5041497933 (diff)
downloadarchiva-54902a1590779d2f6a3173a96f8fc5e5b0a35546.tar.gz
archiva-54902a1590779d2f6a3173a96f8fc5e5b0a35546.zip
Add a note about the usage of a file:// url in a remote repository
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@608586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r--archiva-docs/src/site/apt/adminguide/repositories.apt2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt b/archiva-docs/src/site/apt/adminguide/repositories.apt
index 69fa6a44f..56cc5ae2f 100644
--- a/archiva-docs/src/site/apt/adminguide/repositories.apt
+++ b/archiva-docs/src/site/apt/adminguide/repositories.apt
@@ -95,7 +95,7 @@ http://[URL TO ARCHIVA]/repository/[REPOSITORY ID] (e.g. http://localhost:8080/a
* <name> - the name of the remote repository.
- * <url> - the url of the remote repository.
+ * <url> - the url of the remote repository. It is also possible to use a 'file://' url to proxy a local repository. Be careful that if this local repository is a managed repository of archiva which has some proxies connectors, those ones won't be triggered.
* <username> - the username (if authentication is needed) to be used to access the repository.