Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ojdbc6.jar - maven installation failure

700238Dec 16 2009 — edited Jan 22 2010
Hi,
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2010
Added on Dec 16 2009
2 comments
12,664 views