Fragment-Host version not converted
-----------------------------------
Key: FELIX-1820
URL: https://issues.apache.org/jira/browse/FELIX-1820
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-2.0.1
Reporter: Leonardo Uribe
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.