The maven-bundle-plugin has not yet been updated to support the R5 index format. You can generate an index using a command line tool called repoindex, which is available from https://github.com/osgi/bindex/. There is also an ANT task available. (Repoindex also has a simple API that could be used from the maven-bundle-plugin.... I'm hoping that somebody will step up and incorporate it soon.)
Regarding repository implementations, the RI is provided by JBoss here: https://github.com/jbosgi/jbosgi-repository. In bnd/Bndtools we also have several repo implementations that provide the 'org.osgi.service.repository.Repository' interface. In fact most of our workflow in Bndtools is based around R5 repositories so you might want to investigate whether this fits with what you want to do. Regards Neil On Wed, Jun 19, 2013 at 12:50 AM, Chris Hawk <[email protected]> wrote: > Hello, > > I have a maven project composed by various bundles (I'm using > maven-bundle-plugin). > > I would like to create a R5 compatible OBR repository from this project. > could someone point me to any resource that shows me how to achieve that? > > After that I would like access it from a Repository Service. Anyone know a > OBR implementation of it ? > > thanks for any tip, > > Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

