Description
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