mirror of https://github.com/apache/archiva.git
use correct temporary directory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
615cfd730e
commit
8c93dc5c59
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue