Author: brett
Date: Fri Dec 22 14:12:20 2006
New Revision: 489779

URL: http://svn.apache.org/viewvc?view=rev&rev=489779
Log:
move derby.log

Modified:
    maven/archiva/trunk/archiva-webapp/pom.xml

Modified: maven/archiva/trunk/archiva-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/pom.xml?view=diff&rev=489779&r1=489778&r2=489779
==============================================================================
--- maven/archiva/trunk/archiva-webapp/pom.xml (original)
+++ maven/archiva/trunk/archiva-webapp/pom.xml Fri Dec 22 14:12:20 2006
@@ -162,12 +162,6 @@
         <configuration>
           <filesets>
             <fileset>
-              <directory>${basedir}/</directory>
-              <includes>
-                <include>derby.log</include>
-              </includes>
-            </fileset>
-            <fileset>
               <directory>${basedir}/src/main/webapp</directory>
               <includes>
                 <!-- TODO: META-INF shouldn't be required, seems to be an 
issue with the current war plugin -->
@@ -237,7 +231,11 @@
           <systemProperties>
             <systemProperty>
               <name>appserver.base</name>
-              <value>${basedir}/target</value>
+              <value>${project.build.directory}/appserver-base</value>
+            </systemProperty>
+            <systemProperty>
+              <name>derby.system.home</name>
+              <value>${project.build.directory}/appserver-base/logs</value>
             </systemProperty>
           </systemProperties>
         </configuration>


Reply via email to