1.今天使用命令mvn compile编译maven项目时提示错误信息,部分错误信息如下:

Failure to transfer wsdl4j:wsdl4j:jar:1.6.3 from http://xx.xx.xx.xx:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of public has elapsed or updates are forced. Original error: Could not transfer artifact wsdl4j:wsdl4j:jar:1.6.3 from/to public (http://xx.xx.xx.xx:8081/nexus/content/groups/public): The operation was cancelled.

发现wsdl4j-1.6.3.jar下载到本地时失败,从提示可知是本地仓库的缓存(cached)造成。我们找到maven的仓库目录,找到该jar的下载目录。找到.lastUpdated文件,删除它。然后eclipse-->maven-->updateMaven,重新下载jar后。如果下载成功,那么这个错误就会消失。


2.MVN 构建项目时的一个问题--Could not resolve de pendencies for project

解决maven cannot change version of project facet dynamic web module to 3.0

转载于:https://www.cnblogs.com/toSeeMyDream/p/6028302.html

maven编译项目时提示:cached in the local repository相关推荐

  1. maven编译项目时出现Invalid packaging for parent POM,must be pom but is_jar

    今天创建一个新的项目,当用maven编译项目时出现Invalid packaging for parent POM,must be pom but is_jar 经过查找度娘发现,在模块的默认打包方式 ...

  2. CMake 编译项目时提示找不到依赖项

    编译项目时使用 CMake,当编译复杂时也容易出错,因此记录下以便后续参考: 项目 quic 基本情况: quic 依赖 boringssl 的 ssl.crypto 等,因此在 quic 的 CMa ...

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

  4. Maven: Non-resolvable import POM:Failure to find *** in *** was cached in the local repository.

    2019独角兽企业重金招聘Python工程师标准>>> clean or package spring cloud 项目时,IDE 打印如下报错: Non-resolvable im ...

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

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

  7. jai-core-1.1.3.jar was cached in the local repository 问题解决(maven)

    jai-core-1.1.3.jar was cached in the local repository 问题解决(maven) 问题: Failure to find javax.media:ja ...

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

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

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

最新文章

  1. C语言内存管理内幕(二)----半自动内存管理策略
  2. Codeforces 1300E. Water Balance[单调栈]
  3. python恶搞表情包-用 Python 把你的朋友变成表情包
  4. 怎样在黑窗口中查找各种端口
  5. Java Formatter out()方法与示例
  6. MongoDB 计划从“Data Sprawl”中逃脱
  7. 并发框架Disruptor
  8. VBoxManage: error: Failed to create the host-only
  9. wd my book essential 不显示盘符_江西大规格WD无伸缩短式万向联轴器供应
  10. python-docx-template 数据渲染_python如何将数据渲染到docx文档指定位置
  11. python实现食品推荐_Python分析亚马逊赞不绝口食物评论
  12. jqueryui时间插件_满足您所有日历要求的jQueryUI Datepicker插件
  13. 寻找可接入正版音乐曲库的音乐API?来了解HIFIVE音乐开放平台!
  14. MBA-day12 逻辑学-关系判断
  15. ldconfig是个什么东东
  16. 数据分析应关注AARRR模型的哪些指标
  17. [HNOI2004]高精度开根
  18. Open3D点云处理
  19. dct图像压缩c语言实现,DCT变换在图像压缩中的实现
  20. 亚马逊高管为何频繁离职

热门文章

  1. vue-axios下载文件流blob,ie下载报传递给系统调用的数据区域太小.ie文件流下载报错;文件下载失败将blob的错误信息转换成json格式
  2. 记录一次uni-app页面跳转无效 来回跳转问题
  3. Linux 串口调试工具汇总
  4. [react] create-react-app创建新运用怎么解决卡的问题?
  5. [react] 什么是React的实例?函数式组件有没有实例?
  6. [react] 在React中怎么阻止事件的默认行为?
  7. 前端学习(3081):vue+element今日头条管理-创建页面组件并加载
  8. 前端学习(2973):配置嵌套路由
  9. 前端学习(2926):vue改变样式2
  10. [html] 如何解决input在Firefox和Chrome中高度不一致的问题?