Due to licensing issues you have to copy these libs to your local repo (or an internal repo) manually. For m1 this page defined suggests the groupIds / artifactIds to use:
http://maven.apache.org/reference/standard-sun-jar-names.html

I think the suggested names stay the same with m2 though the actual location the artifacts are looked up in your local/internal repo changed somehow..

e.g. j2ee-1.4.jar:

m1-repo:
~/.maven/repository/javax.j2ee/jars/j2ee-1.4.jar

m2-repo:
~/.m2/repository/javax/j2ee/j2ee/1.4/j2ee-1.4.jar

You can get the jars either from SUN or from a clean-room spec implementation (e.g. http://www.ibiblio.org/maven2/geronimo-spec) available thru the maven repo (you'll have to rename the jar-file).

Regards,
mika

Xavier Toth wrote:
I'm sorry if this has already been addressed but my dependencies for things
like activation and mail fail to download the jars because they aren't in
the repositiory. Where are others getting these type of jars?



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

Reply via email to