From a232d78803e943bdbc4cc352331727d6c3e47b26 Mon Sep 17 00:00:00 2001
From: Olivier Lamy <olamy@apache.org>
Date: Fri, 28 Mar 2014 00:40:08 +0000
Subject: ease configuration of the metadata storage factory

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1582569 13f79535-47bb-0310-9956-ffa450edef68
---
 archiva-jetty/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'archiva-jetty/pom.xml')

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>
-- 
cgit v1.2.3