1
pxiphx891 3 天前
执行这个试试,看看报错吗? mvn clean dependency:resolve -U
|
2
Ayanokouji 3 天前
删了 .idea 文件夹,重建索引试试
|
3
zpf124 3 天前
遇到过,不止一次,尤其是当我有根据 profiles 打包不同的依赖时几乎 100%触发 reload 没反应。
|
4
AmaQuinton 3 天前
先删除.idea 文件夹,重新导入项目试下
|
5
aLazarus 3 天前
我刚才就遇到了个这个情况,直接把本地仓库清空了之后就解决了。太影响我效率了……
|
6
ChenSino 3 天前
|
7
c332030 3 天前
这里以前是重新加载所有依赖,现在改成加载增量依赖了,你把鼠标悬浮上去看看提示,右键项目可以重新加载所有依赖
|
8
Akitora 3 天前
有些配置是包含在 profile 里的,看看 profile 有没有勾上
|
9
ques OP @Ayanokouji #2 试了不行的
|
14
ncwtf 3 天前
回滚到上一版本
|
15
neptuno 2 天前
新版本这个按钮我感觉完全失效了,鼠标移到根目录,右键,maven ,reload ,这个按钮可靠很多。亲测。
|
17
Tengdw 2 天前 via iPhone
大概率是 idea 缓存背锅,File>Invalidate Caches>Clear file system cache and Local History >Invalidate and restart 解决 99% idea maven 的问题
|