http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

Convention is to use the java package for java APIs as groupId.
So for example, the java connector API (jca) has groupId "javax.resources". You can ask SUN and the JCA JSR members why the did not use javax.jca or javax.connector as package name.

Nico.

PATRON Mickaël a écrit :
When I have installed the API's for JSR-220 :
mvn deploy:deploy-file -DgroupId=javax.ejb -DartifactId=j2ee15 -Dversion=3.0 
-Dfile=ejb-3_0-api.jar -Durl=file:///<userprofile>/.m2 -Dpackaging=jar

I would like know the best practice with the value to done to groupId and 
artifactId. Anyone knows this ?

But after, I have a trouble with ejb-jar.xml when I do "mvn package".

 [INFO] Error assembling EJB
Embedded error: 
D:\developpement\j2ee\console3\ejb\target\classes\META-INF\ejb-jar.xml isn't a 
file.

How can I generate ejb-jar.xml ?

-----Message d'origine-----
De : Markus Wolf [mailto:[EMAIL PROTECTED] Envoyé : mercredi 12 juillet 2006 09:38
À : Maven Users List
Objet : Re: Java EE

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi again,

But I'm missing some more API's from JavaEE (like @Remote or @Stateless,
 ...). Is there anything available? I know Sun releases a javaee.jar
package with SAS and Glashfish containing all JavaEE APIs in one, but
there is no maven repository for it.

I've found the API's for JSR-220 on sun site and wonder why there are no
current sugestions in maven2 for this. You can grab the final JSR-220
here http://java.sun.com/products/ejb/docs.html.
Are there any maven2 repositories having this API or are there group and
artifact sugestions on the way just the way it is with the other sun
packages?

Thanks
Markus Wolf
- --
emedia-solutions wolf
Wedeler Landstrasse 63
22559 Hamburg
(040) 550 083 70

 web: http://www.emedia-solutions-wolf.de
mail: [EMAIL PROTECTED]
 pgp: http://wwwkeys.de.pgp.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEtKbZeyJE91ndMG4RAvuvAJsEHLKqikaYwkQ5nMepFdbkW4QTEACfWyMF
S2oK/8yCI5RuNVzwSPx/I6U=
=a4KA
-----END PGP SIGNATURE-----

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



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



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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

Reply via email to