Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4
-
Fix Version/s: 1.5
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
If you have a version of 10.0.0-SNAPSHOT, then osgiVersion gets set to 10.0.0.SNAPSHOT.
However, if you have a version of 10.0.0-6 for example, osgiVersion gets set to 10.0.0. In other words we loose the 6.
The build-helper plugin uses code from maven-artifact to parse the version. The problem here is that Maven recognizes the -6 as a build number instead of a qualifier. I added a fix that will include the build number in the resulting osgi version, and I believe this will solve your issue.
Fixed in r10767.