Just an update about your remark:

1/ you can consider the Karaf system repo as a Cave one, and so add it in the OBR. Simply create the repo like this:

karaf@root> cave:create-repository -s -r -l system karaf-system

Cave will generate the OBR repository.xml and register the repo into the OBR service for you.

2/ the problem with the repo define in etc/org.ops4j.pax.url.mvn.cfg is that they are maven repo, not OBR repo. It means that they don't provide the repository.xml.
I can do an implement Cave import (turning a Maven repo into an OBR one).

Regards
JB

On 08/12/2011 10:50 AM, Charles Moulliard wrote:
Question : Does the cave repo uses the system local repo defined in
karaf/servicemix by default and also the repositories defined in
/etc/org.ops4j.pax.url.mvn.cfg file ?

On Fri, Aug 12, 2011 at 10:07 AM, Jean-Baptiste Onofré<[email protected]>  
wrote:
Hi all,

you can find usage/screenshot preview about Apache Karaf Cave:
http://pastie.org/2360003

You can see (in this order):
- creation of a Cave repository (in the default Cave storage location, using
filesystem backend
- list of Cave repositories
- upload of an artifact (from central maven repo) into the Cave repo
- register the Cave repository into the OBR RepositoryAdmin service
- creation/import of my local M2 repo, enable scan (to generate the
repository.xml) and register this repo in the OBR service at creation time
- you can see with obr:list that we have all artifacts available

My TODO list is now to add JMX MBeans, REST API, features enterprise
repository.

Any comment/idea is welcome :)

Regards
JB
--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to