You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/27 01:55:25 UTC

svn commit: r641669 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Author: brett
Date: Wed Mar 26 17:55:25 2008
New Revision: 641669

URL: http://svn.apache.org/viewvc?rev=641669&view=rev
Log:
[MRM-688] put derby.log in logs subdirectory

Modified:
    maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Modified: maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml?rev=641669&r1=641668&r2=641669&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml Wed Mar 26 17:55:25 2008
@@ -158,11 +158,14 @@
                   </configuration>
                 </generatorConfiguration>
               </generatorConfigurations>
-			  <jvmSettings>
-				<systemProperties>
-				  <systemProperty>appserver.base="."</systemProperty>
-				</systemProperties>
-			  </jvmSettings> 
+              <jvmSettings>
+                <systemProperties>
+                  <systemProperty>appserver.base="."</systemProperty>
+                </systemProperties>
+                <systemProperties>
+                  <systemProperty>derby.system.home=logs</systemProperty>
+                </systemProperties>
+              </jvmSettings> 
             </daemon>
           </daemons>          
 <!-- TODO: