summaryrefslogtreecommitdiffstats
path: root/archiva-jetty/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-12-16 13:15:33 +0000
committerBrett Porter <brett@apache.org>2011-12-16 13:15:33 +0000
commit8c93dc5c592fb2e8ceaaef493ec29ef966133567 (patch)
treeabfe4afbce1a96653d934e61418a42d2117a7301 /archiva-jetty/pom.xml
parent615cfd730e41fffdc3cc487f5d54094ea67009f5 (diff)
downloadarchiva-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.xml2
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>