]> source.dussan.org Git - archiva.git/commitdiff
avoid derby.log in the current directory and adding incorrect information to
authorBrett Porter <brett@apache.org>
Sat, 1 Oct 2011 04:46:20 +0000 (04:46 +0000)
committerBrett Porter <brett@apache.org>
Sat, 1 Oct 2011 04:46:20 +0000 (04:46 +0000)
target/classes and the eventual JAR

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177904 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-proxy/pom.xml

index aac63c0efd66b9388067354dd96be12f2df7d321..4bc694e9a052421e14a490e734faed04a9304837 100644 (file)
         <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>