diff options
author | Brett Porter <brett@apache.org> | 2011-12-16 13:15:33 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-12-16 13:15:33 +0000 |
commit | 8c93dc5c592fb2e8ceaaef493ec29ef966133567 (patch) | |
tree | abfe4afbce1a96653d934e61418a42d2117a7301 /archiva-jetty/pom.xml | |
parent | 615cfd730e41fffdc3cc487f5d54094ea67009f5 (diff) | |
download | archiva-8c93dc5c592fb2e8ceaaef493ec29ef966133567.tar.gz archiva-8c93dc5c592fb2e8ceaaef493ec29ef966133567.zip |
use correct temporary directory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index f3d6b4d60..93b2a6c30 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -211,7 +211,7 @@ <systemProperty>derby.system.home=%ARCHIVA_BASE%/logs</systemProperty> --> <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty> - <systemProperty>java.io.tmpdir=./temp</systemProperty> + <systemProperty>java.io.tmpdir=%ARCHIVA_BASE%/temp</systemProperty> <systemProperty>archiva.tmp.group.index.ttl=30</systemProperty> </systemProperties> <extraArguments> |