ojdbc6.jar - maven installation failure
700238Dec 16 2009 — edited Jan 22 2010Hi,
After running the following maven command:
mvn install
I get the following warning:
+[WARNING] *** CHECKSUM FAILED - Checksum failed on download+
The warning is given because maven can't find the ojdbc.jar file repository.
How can I avoid this warning?
Thanks in advances
more detailes:
I have downloaded ojdbc.jar from:
[http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html]
and installed it in my maven repository by the following maven command:
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.1.0.1.0 -Dpackaging=jar -Dfile=C:\ojdbc6.jar
and everything went well!