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

Stuart McCulloch resolved FELIX-864.
------------------------------------

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

Duplicate of FELIX-850, fixed locally in trunk while we await a new release of 
the Maven shared OSGi component.

> A wrong symbolic name is calculated if artifactId starts with 
> lastGroupIdSegment-.
> ----------------------------------------------------------------------------------
>
>                 Key: FELIX-864
>                 URL: https://issues.apache.org/jira/browse/FELIX-864
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.3
>            Reporter: Jan-David Salchow
>             Fix For: maven-bundle-plugin-1.6.0
>
>         Attachments: test-artifact.tar.bz2
>
>
> If the symbolic of a bundle is calculated wrong if the artifact id starts 
> with the last segment of the group id. In this case bundle:manifest generates 
> the correct symbolic name but bundle:bundle an package (packaging bundle) 
> fail to remove the first part of the artifact id. This is due to a bug in the 
> maven shared osgi component which assumes, that artifact.getFile() returns a 
> jar file, not a directory if artifact.getFile() != null and 
> arifact.getFile().exists evaluate to true. 
> In the supplied test project mvn bundle:manifest generates the symbolic name 
> my.test.artifact and mvn package generates my.test.test.artifact.

-- 
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