当前位置:   article > 正文

Maven构建项目报:Cannot resolve com.xxx.xxx:xxx:1.0.0-SNAPSHOT_could not resolve com.squareup.spoon:spoon-runner:

could not resolve com.squareup.spoon:spoon-runner:2.0.0-snapshot.

场景:
1、使用maven构建项目,无论是重新加载maven还是 install、package、deploy 控制台都会报:Cannot resolve com.jkmic.parent:framework-core:1.0.2-SNAPSHOT

2、当前项目如果依赖其他项目服务依赖包,经常会出现其他项目已经打包并且 deploy 到maven仓库中了,但是无论当前项目怎么刷新maven依然无法拉取到最新的依赖快照包

解决:

打开设置:File | Settings | Build, Execution, Deployment | Build Tools | Maven
勾选 Always update snapshots 始终更新快照,每次刷新maven即可实时拉取最新的快照包

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/70285
推荐阅读
  

闽ICP备14008679号