aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-03-28 00:40:08 +0000
committerOlivier Lamy <olamy@apache.org>2014-03-28 00:40:08 +0000
commita232d78803e943bdbc4cc352331727d6c3e47b26 (patch)
tree7aaa65fbc06c1cb45380b020ca7db1c107988862 /archiva-jetty/pom.xml
parent09942a03e5d2077e7da71af12a6f3fc021d02c9e (diff)
downloadarchiva-a232d78803e943bdbc4cc352331727d6c3e47b26.tar.gz
archiva-a232d78803e943bdbc4cc352331727d6c3e47b26.zip
ease configuration of the metadata storage factory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1582569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r--archiva-jetty/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index 87ba1c61d..6000f538e 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -177,6 +177,8 @@
<systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
<systemProperty>java.io.tmpdir=%ARCHIVA_BASE%/temp</systemProperty>
<systemProperty>AsyncLoggerConfig.WaitStrategy=Sleep</systemProperty>
+ <systemProperty>archiva.repositorySessionFactory.id=jcr</systemProperty>
+ <systemProperty>archiva.cassandra.configuration.file=%ARCHIVA_BASE%/conf/archiva-cassandra.properties</systemProperty>
</systemProperties>
<extraArguments>
<extraArgument>-XX:MaxPermSize=128m</extraArgument>