site's <Bundle-Version> documentation is wrong
----------------------------------------------
Key: FELIX-984
URL: https://issues.apache.org/jira/browse/FELIX-984
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-2.0.0
Reporter: luke w patterson
Priority: Minor
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.
[1]
http://svn.apache.org/repos/asf/maven/shared/trunk/maven-osgi/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.