aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-06-14 00:04:07 +0200
committerMartin Stockhammer <martin_s@apache.org>2017-06-14 00:04:07 +0200
commitdc259c035bf3c7408367c1cc7fc27aadfca8fefb (patch)
tree894c1b863a8d0e7e64c304608994a4c3b007591f /archiva-jetty
parent3a18da17dffe58f6a05e4466171aadeacb239165 (diff)
downloadarchiva-dc259c035bf3c7408367c1cc7fc27aadfca8fefb.tar.gz
archiva-dc259c035bf3c7408367c1cc7fc27aadfca8fefb.zip
[MRM-1954] Adding validatehierarchy property for JCR
Diffstat (limited to 'archiva-jetty')
-rw-r--r--archiva-jetty/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index f5cbd3e8c..33b00489c 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -180,6 +180,7 @@
<systemProperty>AsyncLoggerConfig.WaitStrategy=Block</systemProperty>
<systemProperty>archiva.repositorySessionFactory.id=jcr</systemProperty>
<systemProperty>archiva.cassandra.configuration.file=%ARCHIVA_BASE%/conf/archiva-cassandra.properties</systemProperty>
+ <systemProperty>org.apache.jackrabbit.core.state.validatehierarchy=true</systemProperty>
</systemProperties>
<extraArguments>
<extraArgument>-XX:MaxPermSize=128m</extraArgument>