diff options
author | Brett Porter <brett@apache.org> | 2008-03-31 03:10:05 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-03-31 03:10:05 +0000 |
commit | 03726c42138d197881eda911567103c2d670db5e (patch) | |
tree | 07e9f8a89ca698ce8759651e603bcb8f242c303a /archiva-jetty | |
parent | b657be4b494b2b7da5a4e97fe43dc1330cc7acf2 (diff) | |
download | archiva-03726c42138d197881eda911567103c2d670db5e.tar.gz archiva-03726c42138d197881eda911567103c2d670db5e.zip |
[MRM-688] need to be able to read configuration from the original home directory as well
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 76ffce9dc..322148373 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -187,6 +187,7 @@ </generatorConfigurations> <jvmSettings> <systemProperties> + <systemProperty>appserver.home=.</systemProperty> <systemProperty>appserver.base=%APP_BASE%</systemProperty> <!-- can't set this at present, it moves the databases if APP_BASE is not set <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty> |