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

Stuart McCulloch updated FELIX-850:
-----------------------------------

    Fix Version/s: maven-bundle-plugin-1.6.0

We currently use the shared maven OSGi component 
(http://jira.codehaus.org/browse/MSHARED/component/13273) to compact the bundle 
symbolic name, so we'll either need to raise the request there or fix it 
locally. I'll probably end up doing both to avoid further delay of the next 
bundleplugin release (the shared component seems to have a slow release cycle - 
see http://jira.codehaus.org/browse/MSHARED-53).

> Wrong symbolic name computed when groupId is a single segment string.
> ---------------------------------------------------------------------
>
>                 Key: FELIX-850
>                 URL: https://issues.apache.org/jira/browse/FELIX-850
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.3
>            Reporter: Mark Derricutt
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.6.0
>
>
> According to the documentation, a bundles symbolic name should follow respect 
> the following:
> - if artifactId starts with last section of groupId that portion is removed. 
> eg. org.apache.maven:maven-core -> org.apache.maven.core
> however, when the groupId a single segment, this rule is ignored.  Thus a 
> groupId of smx3 and artifactId of smx3.testing gets a symbolic name of 
> smx3.smx3.testing.  When it should just be smx3.testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to