diff options
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 50ae892ba..aa26ebddd 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -137,8 +137,8 @@ <value>%ARCHIVA_BASE%/conf/jetty.xml</value> </property> <property> - <name>set.default.ARCHIVA_BASE</name> - <value>.</value> + <name>app.base.envvar</name> + <value>ARCHIVA_BASE</value> </property> <property> <name>wrapper.on_exit.default</name> |