target/classes and the eventual JAR
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@
1177904 13f79535-47bb-0310-9956-
ffa450edef68
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
- <appserver.base>${basedir}/target/appserver-base</appserver.base>
- <plexus.home>${project.build.outputDirectory}</plexus.home>
- <java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>
+ <appserver.base>${project.build.directory}/appserver-base</appserver.base>
+ <plexus.home>${project.build.directory}/appserver-base</plexus.home>
+ <derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
</systemPropertyVariables>
</configuration>
</plugin>