diff options
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 2 |
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> |