What are the correct group and artifact id's for jee 5 and 6 artifacts?

Posted by Pangea on Stack Overflow See other posts from Stack Overflow or by Pangea
Published on 2011-01-05T16:51:12Z Indexed on 2011/01/05 16:53 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

So far we have been manually downloading the jars and deploying to our maven repo with custom group/artifact id's. I would like to avoid that. So my question is

  1. What are the correct group and artifact id's for jee 5 and 6 artifacts? I'd like to get the names at JSR level (for example I doesn't need the ids for jee 6 uber jar but individual api's like jsr 330 etc)
  2. Which is the CORRECT repo to get these from? Does Oracle host there in their own repos?

© Stack Overflow or respective owner

Related posts about java

Related posts about maven-2