From: Olivier Lamy Date: Sun, 6 Nov 2011 09:02:03 +0000 (+0000) Subject: [MRM-1548] configure a java.io.tmpdir in ./temp for jetty distrib X-Git-Tag: archiva-1.4-M2~140 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0da6ef6d8cacd3af20dc309e4e27a73246c25363;p=archiva.git [MRM-1548] configure a java.io.tmpdir in ./temp for jetty distrib git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198293 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index b015ae692..2f766c267 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -211,6 +211,7 @@ derby.system.home=%ARCHIVA_BASE%/logs --> jetty.logs=%ARCHIVA_BASE%/logs + java.io.tmpdir=./temp diff --git a/archiva-jetty/src/main/assembly/bin.xml b/archiva-jetty/src/main/assembly/bin.xml index 0e3206dfa..faa4748be 100644 --- a/archiva-jetty/src/main/assembly/bin.xml +++ b/archiva-jetty/src/main/assembly/bin.xml @@ -99,6 +99,10 @@ LICENSE + + src/main/temp/ + /temp + diff --git a/archiva-jetty/src/main/temp/safeToDelete.tmp b/archiva-jetty/src/main/temp/safeToDelete.tmp new file mode 100644 index 000000000..e69de29bb