From: Brett Porter Date: Thu, 30 Dec 2010 02:34:50 +0000 (+0000) Subject: [MRM-1327] switch to JCR-based backend as the default X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fe482bd47886fbac8fc543d1001c08b5df25483;p=archiva.git [MRM-1327] switch to JCR-based backend as the default git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1327-jcr-backend-default@1053790 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-jetty/src/main/conf/repository.xml b/archiva-jetty/src/main/conf/repository.xml new file mode 100644 index 000000000..1da6ed337 --- /dev/null +++ b/archiva-jetty/src/main/conf/repository.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/appserver-base/conf/repository.xml b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/appserver-base/conf/repository.xml new file mode 100644 index 000000000..1da6ed337 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/appserver-base/conf/repository.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 65b30b1b9..82a5a7781 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -280,7 +280,13 @@ org.apache.archiva - metadata-repository-file + metadata-store-jcr + runtime + + + org.apache.jackrabbit + jackrabbit-core + ${jackrabbit.version} runtime diff --git a/archiva-modules/archiva-web/archiva-webapp/src/appserver-base/conf/repository.xml b/archiva-modules/archiva-web/archiva-webapp/src/appserver-base/conf/repository.xml new file mode 100644 index 000000000..1da6ed337 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp/src/appserver-base/conf/repository.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml index 6cf66939e..aabbe9be7 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -7,7 +7,15 @@ - + + + + + + + + +