diff options
Diffstat (limited to 'archiva-jetty')
-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> |