diff options
author | Brett Porter <brett@apache.org> | 2008-10-25 06:18:59 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-10-25 06:18:59 +0000 |
commit | fae5f473299fa0fcd10f2e3f2850a21c6a8e968d (patch) | |
tree | 85ab5846b00482690f86cb9b5e56790041d9707c | |
parent | 6f9ea6ac86f132bdc810f3901f73b64c4ea0c7d0 (diff) | |
download | archiva-fae5f473299fa0fcd10f2e3f2850a21c6a8e968d.tar.gz archiva-fae5f473299fa0fcd10f2e3f2850a21c6a8e968d.zip |
[MRM-986] correct documentation in accordance with current behaviour
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707817 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/standalone.apt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/standalone.apt b/archiva-docs/src/site/apt/adminguide/standalone.apt index abe065762..0ae7dd031 100644 --- a/archiva-docs/src/site/apt/adminguide/standalone.apt +++ b/archiva-docs/src/site/apt/adminguide/standalone.apt @@ -68,7 +68,9 @@ Installing Standalone Distribution of Apache Archiva * If <<<~/.m2/archiva.xml>>> exists, it is saved there - * Otherwise, it is saved to <<<$ARCHIVA_BASE/conf/archiva.xml>>>, regardless of whether it previously existed. + * Otherwise, if <<<$ARCHIVA_BASE/conf/archiva.xml>>> exists, it is saved there + + * If neither apply, it is saved to <<<~/.m2/archiva.xml>>>. The configuration will never be saved in the Archiva installation directory if you are using a separate base directory. |