mirror of https://github.com/apache/archiva.git
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:
parent
87d9e0b7a7
commit
8623d5239a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue