aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-web
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-03-27 00:55:25 +0000
committerBrett Porter <brett@apache.org>2008-03-27 00:55:25 +0000
commit80953c087ce746127acf0c0999263f46362f8188 (patch)
tree09e2b2ced123a6c666172269b50e2161ab15105e /archiva-web
parenta0df43000c5b20fe36ab5bbafd1902b11f77495a (diff)
downloadarchiva-80953c087ce746127acf0c0999263f46362f8188.tar.gz
archiva-80953c087ce746127acf0c0999263f46362f8188.zip
[MRM-688] put derby.log in logs subdirectory
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@641669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web')
-rw-r--r--archiva-web/archiva-standalone/archiva-jetty/pom.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/archiva-web/archiva-standalone/archiva-jetty/pom.xml b/archiva-web/archiva-standalone/archiva-jetty/pom.xml
index a713b948c..87151f9fb 100644
--- a/archiva-web/archiva-standalone/archiva-jetty/pom.xml
+++ b/archiva-web/archiva-standalone/archiva-jetty/pom.xml
@@ -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: