Author: brett
Date: Sat Oct  1 04:53:04 2011
New Revision: 1177908

URL: http://svn.apache.org/viewvc?rev=1177908&view=rev
Log:
fix properties to avoid putting test data in JAR and remove derby.log from top
directory

Modified:
    
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml

Modified: 
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml?rev=1177908&r1=1177907&r2=1177908&view=diff
==============================================================================
--- 
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml
 (original)
+++ 
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml
 Sat Oct  1 04:53:04 2011
@@ -112,10 +112,10 @@
         <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>
-            
<archiva.user.configFileName>${basedir}/target/archiva.xml</archiva.user.configFileName>
+            
<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>
+            
<archiva.user.configFileName>${project.build.directory}/archiva.xml</archiva.user.configFileName>
           </systemPropertyVariables>
         </configuration>
       </plugin>


Reply via email to