[MRM-1249] Archiva does not respect configuration of the index directory

o added index directory field with description in docs for Archiva repositories


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@816099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2009-09-17 08:53:35 +00:00
parent cbd23225cc
commit 372aaae288
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ Understanding Repository Configuration of Apache Archiva
* <directory> - the location of the repository. If the path specified does not exist, Archiva will create the missing
directories.
* <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. Another directory named <<<.index>>> is also created
at the root of the repository directory. This is not configurable though as it 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)