Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-architecture-council] [Bug 288644] New: Decide of group ids for Eclipse Maven artifacts

https://bugs.eclipse.org/bugs/show_bug.cgi?id=288644 
Product/Component: Community / Architecture Council

           Summary: Decide of group ids for Eclipse Maven artifacts
    Classification: Eclipse Foundation
           Product: Community
           Version: unspecified
          Platform: PC
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Architecture Council
        AssignedTo: eclipse.org-architecture-council@xxxxxxxxxxx
        ReportedBy: antoine@xxxxxxxxxxxxxxx


--- Comment #0 from Antoine Toulmé <antoine@xxxxxxxxxxxxxxx> 2009-09-04 10:06:28 EDT ---
When deploying an artifact to a Maven repository, the following is needed:
groupId: the name of the group 
artifactId: the name of the artifact
version: the version

artifactId maps to the symbolic name of the plugin, or at least it is fairly
easy for the developer to know what to put there.

However no groupId is present in the Eclipse world.

Can we choose a groupId for Eclipse artifacts ? Should we keep something
standard like "osgi" ? or "org.eclipse" ?

This is related to 283745.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Back to the top