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
This commit is contained in:
Arnaud Heritier 2008-01-03 18:21:18 +00:00
parent 08d2b8b0c9
commit 54902a1590

View File

@ -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.