Alex Blewitt created FELIX-3520:
-----------------------------------
Summary: 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
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