> Can this be added to the existing Maven2 spec builds? > Is there a maven plugin for generating OSGi bundles?
Yes there is. We developed one over at Felix. It has been released too. Have a look at: http://felix.apache.org/site/maven-bundle-plugin-bnd.html The plugin makes it easy to create jars and the OSGi meta-data. I can help out if there are questions. regards, Karl > Where will these artifacts get published to? Do we need to setup an Eclipse > style update site, for more than just our Devtools projects? > > > -Donald > > Guillaume Nodet wrote: > > For ServiceMix 4.0, which will be based on OSGi, I will need to have > > OSGified versions of some of the spec jars that geronimo provides. > > It's quite easy to do in ServiceMix (see > > http://svn.apache.org/repos/asf/incubator/servicemix/branches/servicemix-4.0/bundles/ > > for servlet, j2ee-management, jms mainly), but I think it would be > > more useful for other projects if the specs jars were bundles > > themselves. > > > > This is quite a simple process that can be done incrementally without > > any real side effect and low risk of regression. So unless someone > > objects, I'd like to start working on that. > > > > -- Karl Pauls [EMAIL PROTECTED]
