The OSGi bundles build fails because the felix plugin can't handle SNAPSHOT versions
properly
---------------------------------------------------------------------------------------------
Key: JBRULES-2806
URL:
https://jira.jboss.org/browse/JBRULES-2806
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Geoffrey De Smet
Assignee: Mark Proctor
The felix plugin translates the version 5.2.0-SNAPSHOT to 5.2.0.SNAPSHOT as you can see in
the manifest.mf:
Private-Package:
.;version="5.2.0.SNAPSHOT",org.drools.visualize;version="5.2.0.SNAPSHOT"
But it doesn't do that for dependencies:
Require-Bundle:
org.drools.api;visibility:=reexport;bundle-version="5.2.0-SNAPSHOT"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira