Do I need to modify org.ops4j.pax.url.mvn.cfg file? I tried the following:
# Use the default local repo (e.g.~/.m2/repository) as a "remote" repo
org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote=true
#org.ops4j.pax.url.mvn.repositories= \
# file:${karaf.home}/${karaf.default.repository}@id=system.repository, \
# file:${karaf.data}/kar@id=kar.repository@multi
#
# To enable public maven repository access, comment out the above and
un-comment the following, plus
# set org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote = false (above).
#
org.ops4j.pax.url.mvn.repositories= \
http://repo1.maven.org/maven2@id=central, \
http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release,
\
http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external,
\
file:${karaf.home}/${karaf.default.repository}@id=system.repository, \
file:${karaf.data}/kar@id=kar.repository@multi
--
View this message in context:
http://karaf.922171.n3.nabble.com/Cellar-for-karaf-3-0-1-active-active-and-failover-clustering-tp4033204p4033757.html
Sent from the Karaf - User mailing list archive at Nabble.com.