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&nf=1&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>
--
------------------------------------------
Felipe Gaścho
10+ Java Programmer
CEJUG Senior Advisor