Salut à tous,
j'aimerais créer une dependence entre Maven et easyBeans
Sur le dépot : http://mvnrepository.com/artifact/or...ence-hibernate
Je copie donc ceci dans le pom de mon application :
<dependency>
<groupId>org.ow2.easybeans.osgi</groupId>
<artifactId>easybeans-modules-persistence-hibernate</artifactId>
<version>1.2.0-M3</version>
</dependency>
Et lors du mvn clean install j'obtiens :
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.124s
[INFO] Finished at: Fri Feb 04 16:11:14 GMT+01:00 2011
[INFO] Final Memory: 40M/197M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default
-compile) on project webapplication: Compilation failure: Compilation failure:
[ERROR] error: error reading C:\Users\.....\.m2\repository\commons-logging\commons-logging\1.0.4\co
mmons-logging-1.0.4.jar; error in opening zip file
[ERROR] error: error reading C:\Users\.....\.m2\repository\commons-collections\commons-collections\
2.1\commons-collections-2.1.jar; error in opening zip file
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following arti
cles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...ilureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :webapplication
Si vous pouviez m'indiquer ce qui ne va pas, je suis dispo pour toutes informations.
Merci d'avance.
Partager