Cristiano Gavião created FELIX-4117:
---------------------------------------

             Summary: Automatic calculation of symbolic name is not working 
properly
                 Key: FELIX-4117
                 URL: https://issues.apache.org/jira/browse/FELIX-4117
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-2.3.7
         Environment: inside eclipse junit-plugin runner.
            Reporter: Cristiano Gavião


Given that I have this settings in the pom:
        <parent>
                <groupId>org.lunifera</groupId>
                <artifactId>org.lunifera.poc.subsystems.erp</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>

        
<artifactId>org.lunifera.poc.subsystems.erp.it.jbehave.stories</artifactId>
        <packaging>bundle</packaging>

I expected that the symbolic name was: 
org.lunifera.poc.subsystems.erp.it.jbehave.stories

But what is being calculated is: 
org.lunifera.org.lunifera.poc.subsystems.erp.it.jbehave.stories

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to