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:
Brett Porter 2011-10-01 04:40:58 +00:00
parent cd104567e6
commit b1e349b85a
1 changed files with 3 additions and 2 deletions

View File

@ -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>