resolution will not be reattempted until the update interval of XX has elapsed or updates are……

Ros ·
更新时间:2024-09-20
· 949 次阅读

mvn clean install 打包aliyun-java-sdk-dybaseapi:jar是出现下面的异常:

问题是本地仓库有该jar包,但是中央仓库没有该包,mvn编译时一直出现问题。

解决方法

找到你的这个包的位置,一般是:C:\Users\……\.m2\repository\……

然后编辑_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后:

问题解决!!!


作者:蛇皮皮蛋



has NOT OR xx interval update

需要 登录 后方可回复, 如果你还没有账号请 注册新账号
相关文章