问题:
Failed to execute goal on project xxx:
Could not resolve dependencies for projectxxx:jar:3.0.0-SNAPSHOT:
The following artifacts could not be resolved:
aaa:jar:3.0.0-SNAPSHOT,
bbb:jar:1.0.0-SNAPSHOT,
ccc:jar:1.0.0-SNAPSHOT:
Failure to xxxx:jar:3.0.0-SNAPSHOT
in http://xxxx/nexus/content/groups/xxxwas cached in the local repository, resolution will not be reattempted
until the update interval of xxx-repository has elapsed or updates are forced -> [Help 1]
解决:
本地maven库删除相关jar
本文介绍了一个关于Maven项目中依赖无法解析的问题及其解决方案。具体表现为项目构建失败,某些快照版本的依赖未能从远程仓库获取。解决办法是清除本地Maven仓库中对应的缓存文件。

4743

被折叠的 条评论
为什么被折叠?



