问题描述:

在研究token问题的时候,需要跑一个web(spring boot +redis+spring mvc +mysql)项目,maven项目运行的时候,pop.xml出现错误:

was cached in the local repository, resolution will not be reattempted until

项目截图:

问题分析:

本地jar没有下载完整(可能是因为网络等原因)

解决方法:

1,运行 maven install 命令,有eclipse等IDE的,可以Run As maven install;  没有的,用命令行cmd运行命令;其它操作系统的自行百度;

2,之后看见控制台 打印出 看见success的命令

3 这个时候,pop.xml可能还在报红线错误,但是本地jar包已经下载成功了,我们需要对项目 执行 maven update命令

这时候,你应该可以消除pop.xml文件的红线报错问题了,完美运行项目;

联系方式:

见左边栏联系人信息,加qq群,一起交流进步:

参考文献

Maven依赖中类似was cached in the local repository样的错误

转载于:https://my.oschina.net/u/875508/blog/902938

was cached in the local repository, resolution will not be reattempted until(Maven常见问题)相关推荐

  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. Maven经典错误之三:was cached in the local repository, resolution will not be reattempted until the upda

    常见错误: Multiple annotations found at this line: - No plugin found for prefix 'war' in the current pro ...

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

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

  6. 解决 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 ...

  7. 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 ...

  8. 排查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. ...

  9. maven编译项目时提示:cached in the local repository

    1.今天使用命令mvn compile编译maven项目时提示错误信息,部分错误信息如下: Failure to transfer wsdl4j:wsdl4j:jar:1.6.3 from http: ...

  10. 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 ...

最新文章

  1. 卸载 流程_「工具」Windows 卸载软件,这一个就够了
  2. ++i和i++效率谁高
  3. Block相关内容梳理
  4. Python中遍历字符串和字典
  5. r语言 整理、处理数据步骤_R语言之数据处理(一)
  6. Web请求中同步与异步的区别
  7. iphone 字符串分隔与组合
  8. 【CCCC】L2-005 集合相似度 (25分),维护set数组去重,比较统计
  9. 数据分析数据可视化(二)
  10. FreeSwitch视频会议,4路以上CPU占用暴增的原因
  11. Atitit hibernste5 注解方式开发总结 目录 1. 映入hb5的jar 建立项目 1 1.1. 建表tab1 ,这里使用了sqlite数据库 1 1.2. 建立映射实体类tab1
  12. 松本行弘的程序世界读书笔记
  13. java-word转pdf时的异常积累
  14. 【编译原理】语法分析
  15. Sue 的小球 ball
  16. 【STL】STL函数总结,助你代码实用高逼格
  17. PowerMockito 简介
  18. 区块链三加一:200个ETH在imToken上怎么没的?
  19. java拼图游戏系统总体方案_基于JAVA的拼图游戏的设计与实现(含录像)
  20. TF-IDF 算法详解及 Python 实现

热门文章

  1. windows 环境下 0x色彩对应表
  2. c语言爬楼梯不用递归,[leetcode]爬楼梯的递归和非递归方法
  3. 一份spyglass做lint的lint.prj
  4. Android Jetpack系列之DataStore
  5. 我是个骄傲的intj
  6. 如何利用Matlab对指定条件下的excel单元格填充颜色
  7. System进程下vibran_drv.sys CPU占用率高
  8. url中文转码问题(python)
  9. 关于NMDS的一知半解
  10. oracle中分组函数取百分比,Oracle之组函数、分组统计-Oracle