You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/01/15 01:12:12 UTC

[jira] [Created] (KARAF-2114) Update org.ops4j.pax.url.mvn.cfg file in child instance to include the system folder

Jean-Baptiste Onofré created KARAF-2114:
-------------------------------------------

             Summary: 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, 3.0.0


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