Author: brett
Date: Sun Mar 30 20:10:05 2008
New Revision: 642862
URL: http://svn.apache.org/viewvc?rev=642862&view=rev
Log:
[MRM-688] need to be able to read configuration from the original home
directory as well
Modified:
archiva/trunk/archiva-jetty/pom.xml
Modified: archiva/trunk/archiva-jetty/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=642862&r1=642861&r2=642862&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Sun Mar 30 20:10:05 2008
@@ -187,6 +187,7 @@
</generatorConfigurations>
<jvmSettings>
<systemProperties>
+ <systemProperty>appserver.home=.</systemProperty>
<systemProperty>appserver.base=%APP_BASE%</systemProperty>
<!-- can't set this at present, it moves the databases if
APP_BASE is not set
<systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>