diff options
author | Olivier Lamy <olamy@apache.org> | 2014-02-08 12:02:03 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-02-08 12:02:03 +0000 |
commit | 728c1e97c40125fa072a8f45a440dda46c90aff1 (patch) | |
tree | 9a4daf885759dec28aad3cd1d257bf5e98ae18c2 /archiva-jetty/pom.xml | |
parent | 3cafd39c6e6802728722b6fd093d03588ed86d39 (diff) | |
download | archiva-728c1e97c40125fa072a8f45a440dda46c90aff1.tar.gz archiva-728c1e97c40125fa072a8f45a440dda46c90aff1.zip |
make sure ARCHIVA_BASE is not overridden
For some reason MAPPASM-175 changed it from set.default.X to set.X, which
means it can't be changed.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1565989 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-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 406e030d8..46bd792f9 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>app.base.envvar</name> - <value>ARCHIVA_BASE</value> + <name>set.default.ARCHIVA_BASE</name> + <value>.</value> </property> <property> <name>wrapper.on_exit.default</name> |