Thanks for the pointer. Apologies for a typical case of RTFM :-) The OSGi ecosystem seems to be very rich with a variety of options of frameworks and ways to doing things, and with many of the search results dating back to 2009/2008. If my choice of approach/framework/etc was clearer it would be a bit easier to go deeper on a specific documentation.
thanks. On Mon, Apr 18, 2011 at 12:33 PM, Stuart McCulloch <[email protected]> wrote: > On 18 April 2011 17:26, Yuri de Wit <[email protected]> wrote: > >> Is it possible to only generate the OSGi Manifest with maven-bundle-plugin? >> > > yep, check out the "manifest" goal from > http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html as > well as the Eclipse/PDE integration section > > The reason I ask this is that I would like to run it in the same way I >> run maven-eclipse-plugin, i.e. run it once to generate the .classpath >> (in our case we even commit the .classpath/.project) and bundle it >> separately when performing a build. The benefit I am looking for is to >> be able to have Maven as my dependency management starting point and >> have dev projects in eclipse that are runnable OSGi bundle (no need to >> build/bundle). With a little hack I could even make this project an >> Eclipse Plugin project, although I would like to stick to pure OSGi >> projects and have maven commanding the show. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Cheers, Stuart > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

