我是靠谱客的博主 大意汽车,最近开发中收集的这篇文章主要介绍resolution will not be reattempted until the update interval of XX has elapsed or updates are……,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
mvn clean install 打包aliyun-java-sdk-dybaseapi:jar是出现下面的异常:
问题是本地仓库有该jar包,但是中央仓库没有该包,mvn编译时一直出现问题。
解决方法
找到你的这个包的位置,一般是:C:Users…….m2repository……
然后编辑_remote.repositories文件:
改为:
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jul 01 15:11:51 CST 2019
aliyun-java-sdk-dybaseapi-1.0.0.pom>central=
aliyun-java-sdk-dybaseapi-1.0.0.jar>central=
mvn clean install后:
问题解决!!!
最后
以上就是大意汽车为你收集整理的resolution will not be reattempted until the update interval of XX has elapsed or updates are……的全部内容,希望文章能够帮你解决resolution will not be reattempted until the update interval of XX has elapsed or updates are……所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复