且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在中间存储库中找不到Maven ojbc 6 jar

更新时间:2023-11-17 18:30:10

下载 jar,并手动将其安装到maven本地缓存中

download the jar, and install it manually into your maven local cache

mvn install:install-file -Dfile={/path/to/ojdbc.jar} -DgroupId=com.oracle 
-DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar

如果你的组织有你的nexus,那么把它放在那里会更好它由本地开发人员共享

if you have your nexus for your organization it would be better to place it there so it is shared across local developers