aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
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-modules/archiva-web/archiva-webapp-test/pom.xml
parent3a18da17dffe58f6a05e4466171aadeacb239165 (diff)
downloadarchiva-dc259c035bf3c7408367c1cc7fc27aadfca8fefb.tar.gz
archiva-dc259c035bf3c7408367c1cc7fc27aadfca8fefb.zip
[MRM-1954] Adding validatehierarchy property for JCR
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
index b68c2ad33..30fd890b0 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
@@ -600,6 +600,10 @@
<name>openjpa.Log</name>
<value>${openjpa.Log}</value>
</systemProperty>
+ <systemProperty>
+ <name>org.apache.jackrabbit.core.state.validatehierarchy</name>
+ <value>true</value>
+ </systemProperty>
</systemProperties>
</configuration>
</execution>