You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2011/12/16 14:15:33 UTC

svn commit: r1215123 - /archiva/trunk/archiva-jetty/pom.xml

Author: brett
Date: Fri Dec 16 13:15:33 2011
New Revision: 1215123

URL: http://svn.apache.org/viewvc?rev=1215123&view=rev
Log:
use correct temporary directory

Modified:
    archiva/trunk/archiva-jetty/pom.xml

Modified: archiva/trunk/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=1215123&r1=1215122&r2=1215123&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Fri Dec 16 13:15:33 2011
@@ -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>