Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: maven-model-converter
-
Labels:None
-
Number of attachments :
Description
Using
<dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-osgi</artifactId> <version>0.2.0</version> </dependency>
compute the symbolic name of an artifact with the following group id and artifact id
<groupId>org.apache.maven.foo</groupId> <artifactId>org.apache.maven.foo.bar</artifactId>
result in the following symbolic name: org.apache.maven.foo.org.apache.maven.foo.bar user should expect the symbolic name to be org.apache.maven.foo.bar.
Such a naming conventions for group id and artifact id is used by Spring EBR for example. See Spring core 3.1.0
Can't edit the bug, I've done a mistake in components, it's maven-osgi not maven-model-converter. Sorry