mirror of https://github.com/apache/archiva.git
avoid derby.log in the current directory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd104567e6
commit
b1e349b85a
|
@ -209,8 +209,9 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<systemPropertyVariables>
|
<systemPropertyVariables>
|
||||||
<appserver.base>${project.build.outputDirectory}</appserver.base>
|
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
||||||
<plexus.home>${project.build.outputDirectory}</plexus.home>
|
<plexus.home>${project.build.directory}/appserver-base</plexus.home>
|
||||||
|
<derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
|
||||||
</systemPropertyVariables>
|
</systemPropertyVariables>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue