Generating Source bundles for eclipse

2011-10-31 Thread Simon Goodall
I am trying to generate a source bundle for use in eclipse. This requires the source bundle to have specific manifest entries. I can manually add these using the standard jar manifest properties in my pom. However I need the symbolic name and the bundle osgi version. Is there a way to hook the mave

Replacing -SNAPSHOT in version strings

2011-10-31 Thread Simon Goodall
I am using the maven bundle plugin to generate my bundles for some of my projects. My pom version string has -SNAPSHOT and this is also used as a literal in my MANIFEST.MF file for the bundle and package versioning. Is it possible to replace SNAPSHOT and use a build qualifier of some kind? I am dep