avoid derby.log in the current directory and adding incorrect information to

target/classes and the eventual JAR


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2011-10-01 04:46:20 +00:00
parent b1e349b85a
commit 09187669bb
1 changed files with 3 additions and 3 deletions

View File

@ -151,9 +151,9 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<appserver.base>${basedir}/target/appserver-base</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>
<java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir> <derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>