mirror of https://github.com/apache/archiva.git
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:
parent
b1e349b85a
commit
09187669bb
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue