You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Cristiano Gavião (JIRA)" <ji...@apache.org> on 2013/06/11 16:10:20 UTC

[jira] [Created] (FELIX-4117) Automatic calculation of symbolic name is not working properly

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