Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-bundle-plugin-1.4.3
-
None
Description
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.