What are the correct group and artifact id's for jee 5 and 6 artifacts?
- by Pangea
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
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)
Which is the CORRECT repo to get these from? Does Oracle host there in their own repos?