summaryrefslogtreecommitdiffstats
path: root/archiva-jetty
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-03-31 03:10:05 +0000
committerBrett Porter <brett@apache.org>2008-03-31 03:10:05 +0000
commit03726c42138d197881eda911567103c2d670db5e (patch)
tree07e9f8a89ca698ce8759651e603bcb8f242c303a /archiva-jetty
parentb657be4b494b2b7da5a4e97fe43dc1330cc7acf2 (diff)
downloadarchiva-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.xml1
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>