diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-09-17 08:53:35 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-09-17 08:53:35 +0000 |
commit | 372aaae288df272da663ba9ae4f25ced19938202 (patch) | |
tree | 9a67bdc205fef65143cf0dbeed00e9385760fa47 | |
parent | cbd23225cc7446857795b37856e948997deda76e (diff) | |
download | archiva-372aaae288df272da663ba9ae4f25ced19938202.tar.gz archiva-372aaae288df272da663ba9ae4f25ced19938202.zip |
[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
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/repositories.apt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt b/archiva-docs/src/site/apt/adminguide/repositories.apt index efa95c024..ac9ad7f9b 100644 --- a/archiva-docs/src/site/apt/adminguide/repositories.apt +++ b/archiva-docs/src/site/apt/adminguide/repositories.apt @@ -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) |