Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-bundle-plugin-2.0.0
-
None
Description
The site's <Bundle-Version> property documentation is wrong.
http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
(Can't give a direct link to the property. A direct link would be possible if the site was generated with the standard Maven site plugin.)
Site says:
"<Bundle-Version> is assumed to be "${pom.version}" with '-' character separator of the qualifier replaced with a '.' character."
when in actuality the conversion behavior is more advanced/thorough. [1]
If you look at FELIX-960, you can see that fixing this documentation defect could help avoid confusion.