eclipse出现编译错误:resolution will not be reattempted until the update interval o f central has elapsed

场景:使用eclipse提交svn后,jenkins启动没问题,本地重新编译一直不通过,提示错误

local repository, resolution will not be reattempted until the update interval o
f central has elapsed or updates are forced -> [Help 1]
[ERROR]

重新编译数次都没有成功,在重新编译时,提示jar包问题  ojdbc14 未下载

Downloading from central: https://repo.maven.apache.org/maven2/com/oracle/ojdbc1
4/10.2.0.4.0/ojdbc14-10.2.0.4.0.jar

根据路径查看后,jar包存在

eclipse出现编译错误:resolution will not be reattempted until the update interval o f central has elapsed_第1张图片

删除重新下载不成功,setting.xml配置没有问题。

求教大能,解决方案,eclipse上编译有时可能编译不动(没理解具体意思),让用小黑窗试试编译

在要编译的工程根目录下使用   mvn clean   清一次,         成功后  mvn install

编译成功!

你可能感兴趣的:(java,笔记)