mirror of https://github.com/apache/archiva.git
use temp directory in ${project.build.directory} for tomcat7 run
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3f0bc9730
commit
4693e534c1
|
@ -1102,6 +1102,7 @@
|
|||
<appserver.home>${project.build.directory}/appserver-home</appserver.home>
|
||||
<derby.system.home>${basedir}/appserver-base/logs</derby.system.home>
|
||||
<redback.admin.creation.file>${basedir}/target/auto-admin-creation.properties</redback.admin.creation.file>
|
||||
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
|
||||
</systemProperties>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue