Maven : solution will not be attepmted utils the update interval of nexus has elapse

1.美图

在这里插入图片描述

2.背景

IDEA下引入了一个依赖如下,然后这个包是上传到了nexus中的。远程能看到,但是nexus搜不到。

依赖

<dependency>
     <groupId>org.agrona</groupId>
     <artifactId>agrona</artifactId>
     <version>0.9.31</version>
 </dependency>

但是搜不到
在这里插入图片描述
但是在 nexus下 Browse Storage 下能看到,如下

在这里插入图片描述
这里进行过 Rebuild Metadata 和 Update Index 操作。为什么更新?参考

但是打包的时候报错

Faliure to find org.agrona:agrona:jar:0.9.31 in cached in loacl repository solution will not be attepmted utils the update interval of nexus has elapse

参考:cached in loacl repository

发布了1156 篇原创文章 · 获赞 454 · 访问量 145万+

猜你喜欢

转载自blog.csdn.net/qq_21383435/article/details/105205204
今日推荐