[ 
https://issues.apache.org/jira/browse/KARAF-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575677#comment-13575677
 ] 

Jean-Baptiste Onofré commented on KARAF-2114:
---------------------------------------------

Cleanup performed on Karaf trunk: 
http://svn.apache.org/viewvc?view=revision&revision=1444680
                
> Update org.ops4j.pax.url.mvn.cfg file in child instance to include the system 
> folder
> ------------------------------------------------------------------------------------
>
>                 Key: KARAF-2114
>                 URL: https://issues.apache.org/jira/browse/KARAF-2114
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-instance, karaf-kar
>    Affects Versions: 2.3.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1
>
>
> Starting from Karaf 2.3.0, the KAR deployer now uncompress the KAR archives 
> into the system folder (the local-repo folder doesn't exist anymore).
> However, the org.ops4j.pax.url.mvn.cfg file used by child instances still 
> reference local-repo.
> This file should contain:
> org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots,\
>     file:${karaf.home}/local-repo@snapshots, 
> file:${karaf.base}/${karaf.default.repository}@snapshots
> instead of:
> org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots,\
>     file:${karaf.home}/local-repo@snapshots

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to