users@glassfish.java.net

Re: eclipselink-2.0.0-RC1.jar; error in opening zip file

From: Mitesh Meswani <Mitesh.Meswani_at_Sun.COM>
Date: Mon, 11 Jan 2010 15:07:33 -0800

Did you get any errors while maven was downloading the file? Can you
please remove corresponding entries from local maven repo and try again.

On 1/10/2010 10:28 PM, Felipe Gaścho wrote:
> the pom.xml stopped to work..
>
> [INFO] Compilation failure
> error: error reading
> /home/fgaucho/.m2/repository/org/eclipse/persistence/eclipselink/2.0.0-RC1/eclipselink-2.0.0-RC1.jar;
> error in opening zip file
>
> what dependency should I use in the pom.xml for EclipseLink ?
>
> I have :
>
>
> <dependency>
> <groupId>org.eclipse.persistence</groupId>
> <artifactId>eclipselink</artifactId>
> <version>2.0.0-RC1</version>
> <scope>provided</scope>
> </dependency>
>
> <repositories>
> <repository>
> <id>EclipseLink Repo</id>
> <url>http://www.eclipse.org/downloads/download.php?r=2&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
> </repository>
> <repository>
> <id>EclipseLink Repo USP-BR</id>
> <url>http://linorg.usp.br/eclipse/rt/eclipselink/maven.repo</url>
> </repository>
> ...
> </repositories>
>
>