From 8c93dc5c592fb2e8ceaaef493ec29ef966133567 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Fri, 16 Dec 2011 13:15:33 +0000 Subject: [PATCH] use correct temporary directory git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215123 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-jetty/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ derby.system.home=%ARCHIVA_BASE%/logs --> jetty.logs=%ARCHIVA_BASE%/logs - java.io.tmpdir=./temp + java.io.tmpdir=%ARCHIVA_BASE%/temp archiva.tmp.group.index.ttl=30 -- 2.39.5