So far we have been manually downloading the jars and deploying to our maven repo with custom group/artifact ids. I would like to avoid that. So my question is
- What are the correct group and
artifact id’s for Java EE 5 and 6
artifacts? I’d like to get the names at JSR level (for example I doesn’t need the ids for Java EE 6 uber jar but individual apis like jsr 330 etc) - Which is the CORRECT repo to get these from? Does Oracle host there in their own repos?
My main interest is in the APIs listed here for Java EE 6 and here for Java EE 5, each one as a separate artifact
Here is the Oracle mvn repository information from where you can download Java EE 6 artifacts.
Below are the official repository and artifact id’s for Java EE 5 and 6
Java EE 5 : http://download.java.net/maven/2/javaee/javaee-api/5/
Java EE 6 : http://repo1.maven.org/maven2/javax/javaee-api/6.0/