Hi,
We have several bundle projects sharing the same parent. I'd like to
configure BND in the
parent the way that each bundle exports its local Java sources with the
version attribute set
to the pom version (of the bundle project). The default behaviour of
<Export-Package> exports
the correct packages, but without the version attribute set. Is there a way
to have the default
behaviour, but with versions? I imagine a solution would look similar to
this:
<Export-Package>${local.java.sources};version="${pom.version}"</Export-Package>
We are using the maven bundle plugin 2.1.0.
Thanks in advance.
Regards,
Manuel