add snippet for overriding jcr location storage

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-06 14:14:19 +00:00
parent 87d9e0b7a7
commit 8623d5239a
1 changed files with 9 additions and 0 deletions

View File

@ -409,5 +409,14 @@
</bean>
-->
<!-- END SNIPPET: ldap -->
<!-- override jcr repository location -->
<!-- START SNIPPET: jcr-location -->
<!--
<bean id="jcr-config" class="org.apache.archiva.metadata.repository.jcr.ArchivaJcrRepositoryConfig" factory-method="create">
<constructor-arg value="${appserver.base}/conf/repository.xml"/>
<constructor-arg value="${appserver.base}/data/jcr"/>
</bean>
-->
<!-- END SNIPPET: jcr-location -->
</beans>