Hi, is there any way to build an OSGI source bundle?
I have some Java classes which are packaged to an OSGI bundle (O) by the Maven Bundle-Plugin. This bundle is referenced in an Eclipse plugin (P). The later one is packaged by Maven Tycho. Tycho can generated an Eclipse source bundle (PS) for the plugin (P). The bundle (O), the plugin (P), and the source bundle (PS) are packaged in a Eclispe feature (F). All components are deployed to a Equinox P2 repository. The last piece missing ist the source bundle for the OSGI bundle (O). How can I integrate it in this process which is driven by Maven? The very last piece missing is: How can I attach the sources for 3rd party libraries packaged as OSGI bundles to this process? Thanks for your help! Michael --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org