Wrong symbolic name computed when groupId is a single segment string.
---------------------------------------------------------------------
Key: FELIX-850
URL: https://issues.apache.org/jira/browse/FELIX-850
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-1.4.3
Reporter: Mark Derricutt
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.