jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven Shared Components
  • MSHARED-216

Maven2OsgiConverter symbolic name when artifactId start with groupId

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: maven-model-converter
  • Labels:
    None

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

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Jérôme Joslet added a comment - 13/Dec/11 2:54 AM

Can't edit the bug, I've done a mistake in components, it's maven-osgi not maven-model-converter. Sorry

Show
Jérôme Joslet added a comment - 13/Dec/11 2:54 AM Can't edit the bug, I've done a mistake in components, it's maven-osgi not maven-model-converter. Sorry

People

  • Assignee:
    Unassigned
    Reporter:
    Jérôme Joslet
Vote (0)
Watch (0)

Dates

  • Created:
    13/Dec/11 2:51 AM
    Updated:
    13/Dec/11 2:54 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.