Markus,

try this

   <repository>
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
     <id>java-net</id>
     <name>java.net repository</name>
     <!-- NOTE: this URL must be HTTPS.  However, unfortunately this
          doesn't work behind a firewall.  See:
        http://jira.codehaus.org/browse/WAGONHTTP-6
          ... for the source of that problem.  Users behind firewalls
          will have to manually download the files from this repository
          and transfer them to their local repository.
     -->
     <url>https://maven-repository.dev.java.net/nonav/repository/</url>
     <layout>legacy</layout>
   </repository>

Regards,
Matt

On 7/10/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 7/10/06, Markus Wolf <[EMAIL PROTECTED]> wrote:

> are there any recommendations for groupId and artifactId for Java EE
> Specs available? On the website-guides there are only EJB3 / Persistence
>  recommendations, but this does not include the JEE Annotations required
> to deploy something to Glassfish using annotations (e.g. @EJB or
> @PersistenceContext).

Isn't that in javax.persistence?  There is a Maven 1 repo available at
java.net, you can use it with m2 by saying <layout>legacy</layout> in
the repository element.

 * https://maven-repository.dev.java.net/repository/

(And persistence-api-1.0.jar which seems to contain
PersistenceContext, is here:
https://maven-repository.dev.java.net/repository/javax.persistence/jars/
.)

> If there are no recommendations, what about this:
> groupId: javax.jee (maybe javax.j2ee)
> artifactId: jee (maybe even j2ee)
> version: 5.0

If the above isn't what you're looking for, How about javaee ? Sun
uses it in the URL: http://java.sun.com/javaee/   The '2' is out now,
it's just Java EE. :)

HTH,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Matthias Wessendorf

futher stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to