Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Maven repository no longer functional?

Are you seeing errors in Maven, or are you trying to use the maven repository to download the jars through a browser or some other mechanism?

Are you actually requesting eclipselink-jpa-2.1.1.jar? The bundles are actually not named in that format. JPA should be in a jar that starts with "org.eclipse.persistence.jpa". It is in a similarly named directory.

e.g.
http://mirrors.ibiblio.org/pub/mirrors/eclipse/rt/eclipselink/maven.repo/org/eclipse/persistence/org.eclipse.persistence.jpa

-Tom

On 04/11/2011 3:30 PM, Laird Nelson wrote:
I'm trying to download EclipseLink 2.2.1 via Maven and it looks like the Maven
repository disappeared (as did all of its mirrors?).

http://download.eclipse.org/rt/eclipselink/maven.repo/ tells me that this is an
Eclipse update site and that I must be using Eclipse to get to it (but this is
given as the canonical link to the Maven repository).

OK, so I move on to my regular mirrors:

http://mirror.cc.columbia.edu/pub/software/eclipse/rt/eclipselink/maven.repo/
also gives me a 404 (as just a randomly selected mirror that used to work OK).

http://mirrors.ibiblio.org/pub/mirrors/eclipse/rt/eclipselink/maven.repo/org/eclipse/persistence/eclipselink/
is up, but only has the eclipselink-2.1.1.jar artifact (not the
eclipselink-jpa-2.1.1.jar artifact).

My apologies if I'm missing something--where should I be turning to get Maven to
pull down eclipselink-jpa-2.1.1.jar?

Thanks,
Best,
Laird

--
http://about.me/lairdnelson



_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top