常见错误:

Multiple annotations found at this line:
- No plugin found for prefix 'war' in the current project and in the plugin groups [] available from the repositories [local (D:\Maven_3\maven\m2\repository), nexus (http://
xxxxx:18888/nexus/content/groups/public)]
- Failure to find org.apache.maven.plugins:maven-resources-plugin:jar:2.6 in http://xxxxx:18888/nexus/content/groups/public was cached in the local repository, 
resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced
 
 
was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced

解决方法:

将本地Maven仓库中已下载的相关依赖Jar删掉,从新build update工程即可.!

Maven经典错误之三:was cached in the local repository, resolution will not be reattempted until the upda相关推荐

  1. git 报错:was cached in the local repository, resolution will not be reattempted until the upda

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. Could not resolve dependencies for project com.for ...

  2. Maven was cached in the local repository, resolution will not be reattempted until the update interv

    问题描述 在使用公司内部的maven仓库编译项目时,由于新加入了几个依赖包,第一次编译失败了,此后在修复了公司内部maven仓库后编译项目出现错误 was cached in the local re ...

  3. cached in the local repository, resolution will not be reattempted until the update interval of RIIL

    maven更新项目的时候,在还没有下载完成就终止了,第二次从本地导入项目的时候,pom文件报错,提示说是cached in the local repository, resolution will ...

  4. was cached in the local repository, resolution will not be reattempted until the update interval

    使用maven构建项目时,报如上错误. 原因 Maven默认会使用本地缓存的库来编译工程,对于上次下载失败的库,maven会在本地仓库包对应的目录下创建xxx.lastUpdated文件,一旦这个文件 ...

  5. 解决 Maven 报错 Non-resolvable parent POM ... was cached in the local repository, resolution will not be

    解决 Maven 报错 Non-resolvable parent POM ... was cached in the local repository, resolution will not be ...

  6. Failure to find com.rongpd:rpd:pom:1.0 in xxx was cached in the local repository, resolution will no

    2019独角兽企业重金招聘Python工程师标准>>> 搞 maven install 模块的时候报错: Failure to find com.rongpd:rpd:pom:1.0 ...

  7. 排查maven中可以从远程下载下来jar包,但是却报错Failure to find was cached in the local repository, resolution will not

    一.问题 maven打包的过程中报错如下: Failure to find cfca:backport-util-concurrent:pom:3.1 in http://maven.company. ...

  8. pom.xml中出现错误提示Failure to transfer org.jboss.weld.jar ...  maven2 was cached in the local repository.

    pom.xml中出现 以下错误提示: Failure to transfer org.jboss.weld:weld-core:jar:1.0.1-SP3 from https://repo.mave ...

  9. Failure to find xxx:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local re

    出现以下错误: [ERROR] Failed to execute goal on project micro-feign-server: Could not resolve dependencies ...

最新文章

  1. 程序分析的一些概念总结
  2. kafka实战最佳经验,【源码分析设计模式 10
  3. boost::unorder_map如何插入元素_链表和有序二叉树插入元素时真的比数组快吗?
  4. java实例拷贝,Apache Commons包 BeanUtils 对象拷贝实例demo
  5. boost的chrono模块周期计数延迟的测试程序
  6. 【开源】.net 分布式架构之监控平台
  7. typescript 安装
  8. 1)C++对象大小计算
  9. magic_quotes_gpc合magic_quotes_runtime的区别!
  10. linux是不是显示不了中文版,Linux为什么OpenOffice下不能显示中文
  11. Matplolib subplot 子图控制
  12. 老李推荐:第14章8节《MonkeyRunner源码剖析》 HierarchyViewer实现原理-获取控件列表并建立控件树 1...
  13. Struts2简单入门实例
  14. 深度剖析ConcurrentHashMap源码
  15. 微软职位内部推荐-Software Engineer II-Search
  16. 勤能补拙 VS 思考补拙
  17. 反转链表详解(Python)
  18. hydra-字典暴力破解
  19. JS无限弹窗代码实现
  20. 一次函数的斜率公式_一次函数正比例的公式是什么

热门文章

  1. iOS NSAttributedStr
  2. 均方误差mse均方根误差rmse_损失函数 - MSE
  3. 神经网络模型的工作过程,神经网络模型训练过程
  4. Linux系统搭建钓鱼WIFI教程,Kali linux创建钓鱼wifi热点
  5. JavaScript match()方法使用
  6. java写一个简单的浪漫代码_2020浪漫七夕:7款程序员必备表白源码(超炫酷)
  7. 补码原码反码简单理解
  8. 谈谈module.exports和exports
  9. 《重新认识你自己》——拒绝向导,认识自己
  10. 机器学习之贝叶斯算法