Browse Source

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
tags/archiva-1.4-M1
Brett Porter 12 years ago
parent
commit
09187669bb
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      archiva-modules/archiva-base/archiva-proxy/pom.xml

+ 3
- 3
archiva-modules/archiva-base/archiva-proxy/pom.xml View File

@@ -151,9 +151,9 @@
<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>

Loading…
Cancel
Save