[
https://issues.jboss.org/browse/SRAMP-523?page=com.atlassian.jira.plugin....
]
Brett Meyer updated SRAMP-523:
------------------------------
Description:
Productization apparently overrides the Maven project names. When they reach
GenerateFeaturesXmlMojo, there are un-resolved variables. The Bundle-Name ends up looking
like:
{code}
Bundle-Name=${extension.name} API v.${spec.version}
{code}
If unresolved variables exist, period, fall back on using the GAV for the name
was:
Productization apparently overrides the Maven project names. When they reach
GenerateFeaturesXmlMojo, there are un-resolved variables. The Bundle-Name ends up looking
like:
Bundle-Name=${extension.name} API v.${spec.version}
If unresolved variables exist, period, fall back on using the GAV for the name
GenerateFeaturesXmlMojo should prevent illegal chars in Bundle-Name
-------------------------------------------------------------------
Key: SRAMP-523
URL:
https://issues.jboss.org/browse/SRAMP-523
Project: S-RAMP
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: Brett Meyer
Assignee: Brett Meyer
Productization apparently overrides the Maven project names. When they reach
GenerateFeaturesXmlMojo, there are un-resolved variables. The Bundle-Name ends up looking
like:
{code}
Bundle-Name=${extension.name} API v.${spec.version}
{code}
If unresolved variables exist, period, fall back on using the GAV for the name
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)