[overlord-issues] [JBoss JIRA] (SRAMP-523) GenerateFeaturesXmlMojo should prevent illegal chars in Bundle-Name

Brett Meyer (JIRA) issues at jboss.org
Fri Jul 25 14:55:29 EDT 2014


     [ https://issues.jboss.org/browse/SRAMP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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, just leave off the Bundle-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:

{code}
Bundle-Name=${extension.name} API v.${spec.version}
{code}

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, just leave off the Bundle-Name



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the overlord-issues mailing list