Maven问题汇总
- 1. IDEA右侧Maven中不显示Dependencies/IDEA左侧External libraries不显示除JDK以外的依赖
- 2. com.yonyou.iuap:iuap-data-analytic:war:2515.5.0-SNAPSHOT was not found in https://repo.yyrd.com/artifactory/yonyou-public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jfrog has elapsed or updates are forced
1. IDEA右侧Maven中不显示Dependencies/IDEA左侧External libraries不显示除JDK以外的依赖
把maven里面的dependencies删除掉同步 然后 再添加上 同步
2. com.yonyou.iuap:iuap-data-analytic:war:2515.5.0-SNAPSHOT was not found in https://repo.yyrd.com/artifactory/yonyou-public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jfrog has elapsed or updates are forced
包在远程仓库中找不到,并且本地仓库缓存了这个失败的结果,导致Maven不会再次尝试下载,除非更新间隔到了或者强制更新
解决方案:强制更新Maven依赖 mvn clean install -U