users@javaee-spec.java.net

[javaee-spec users] Re: [jsr342-experts] Re: Re: Wish-List for EE 8

From: arjan tijms <arjan.tijms_at_gmail.com>
Date: Fri, 19 Jul 2013 22:55:05 +0200

Hi,

On Fri, Jul 19, 2013 at 9:31 PM, Arun Gupta <arun.p.gupta_at_oracle.com> wrote:

> I updated the page at:
>
> https://wikis.oracle.com/display/GlassFish/Java+EE+7+Maven+Coordinates
>
> to describe all the Java EE 7 maven coordinates.
>

That's a convenient overview! :) On that page it can be seen that the GA
pattern is mostly:

groupId = javax.[keyword]
artifactId = javax.[keyword]-api

JPA, CDI, Bean Validation and Batch use a different pattern. Batch is quite
close, but for some reason has "-annotation" instead of "-api" in the
artifactID. Bean Validation is also close, but doesn't have its artifactId
starting with "javax" (why?)

JPA and CDI have rather different names.

A few not listed also have rather different names, e.g. JASPIC:
http://search.maven.org/#search%7Cga%7C1%7Cjaspic

groupId: org.glassfish.main.security
artifactId: jaspic.provider.framework

Kind regards,
Arjan Tijms