[ 
https://issues.apache.org/jira/browse/FELIX-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Blewitt updated FELIX-3520:
--------------------------------

    Attachment: maven-osgi.patch

This provides a test case, updates the JavaDoc, and implements the feature. 
Hopefully this can be used as part of the maven-bundle-plugin in the future.
                
> Allow the Maven OSGi version to allow groupId to be a prefix of the 
> artifactId without repetition
> -------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3520
>                 URL: https://issues.apache.org/jira/browse/FELIX-3520
>             Project: Felix
>          Issue Type: Improvement
>            Reporter: Alex Blewitt
>            Priority: Minor
>         Attachments: maven-osgi.patch
>
>
> The Maven OSGi version calculation (at 
> http://svn.apache.org/repos/asf/maven/shared/trunk/maven-osgi) is used to 
> calculate the bundle symbolic name based on the group and artifact.
> If the group and artifact are the same, or if group is a proper prefix of the 
> artifact, we should not concatenate. For example:
> org.eclipse:org.eclipse.emf currently gets mapped to a BSN of 
> org.eclipse.org.eclipse.emf
> (with apologies for not knowing the right component to list this against)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to