Hi everyone, I don't know if this mailing list is the right place to post my question...
I am developing OSGi applications that are managed by Maven (and maven-bundle-plugin in particular) and I would like to provide the SVN revision number in the bundle MANIFEST.
There are two Maven plugins that I am aware of that provide this functionality. They are namely: - maven-svn-revision-number-plugin, http://code.google.com/p/maven-svn-revision-number-plugin/ - buildnumber-maven-plugin, http://mojo.codehaus.org/buildnumber-maven-plugin/
While both of them work perfectly on standard <package>jar</package> Maven modules, they both fail with <package>bundle</package> Maven modules.
How do you do this in OSGi context? Are there other Maven plugins available that work well with BND? If this is a BND bug, can it be fixed?
I have asked questions on the subject here http://stackoverflow.com/questions/12604161/error-while-adding-svn-revision-in-jar-manifest-with-maven-and-maven-bundle-plug and there https://groups.google.com/forum/?fromgroups=#!topic/maven-svn-revision-number-plugin/yvHvn1tS_2M without success so far.
Kind regards, Benoît

