Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.0.1
-
None
Description
Hi
In few words, I need to include something like this:
<Fragment-Host>org.apache.myfaces.core.api;bundle-version="[${project.version}, 1.3.0)"</Fragment-Host>
if the value ${project.version} return 1.2.8-SNAPSHOT, the expression is resolved as 1.2.8-SNAPSHOT, and it should be 1.2.8.SNAPSHOT
See MYFACES-2290 for details (the file MYFACES-2290-no-activator.patch shows the context.