diff options
Diffstat (limited to 'archiva-jetty/pom.xml')
-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> |