`
focus2008
  • 浏览: 27548 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

maven resolution will not be reattempted until the update interval of artifactor

    博客分类:
  • java
阅读更多
使用maven配置

<dependency>  
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<version>3.2.9.RELEASE</version>
</dependency>

因为下载速度太慢,一直卡在编译项目的过程中,于是点击了取消编译。
用进程管理器杀死了eclipse,在重新启动eclipse时,pom.xml报错:

maven resolution will not be reattempted until the update interval of artifactory has elapsed or updates are forced  ...

原因是下载 spring-jms 到了一半的过程中突然取消了下载,导致了maven感到无所适从,在网上搜索了一下,没有找到很好的解决办法,于是决定自己尝试,找到maven本地repository目录,进入到
... repository\org\springframework\spring-jms 目录,将上次下载的残缺不全的 文件夹3.2.9.RELEASE 删除,然后编辑下pom.xml文件,保存。maven于是重新去下载spring-jms 3.2.9.RELEASE,搞定。
分享到:
评论

相关推荐

    plexus相关jar包

    be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.codehaus.plexus:plexus- archiver:pom:1.0 from/to central ...

    maven 常见错误集合

    [WARNING] The POM for org.apache.plugins:maven-source-plugin:jar:2.4 is missing, no dependency information available ``` 这可能是因为以下原因: - **网络问题**:网络连接不稳定,导致Maven无法访问远程...

    maven权威指南中文版+maven the definitive guide

    ** Maven权威指南中文版 + Maven The Definitive Guide 知识点详解 ** Maven是一个强大的Java项目管理和综合工具,由Apache软件基金会开发。它通过一个项目对象模型(Project Object Model,POM)来管理项目的构建...

    apache-maven-3.3.9.rar

    that, additional disk space will be used for your local Maven repository. The size of your local repository will vary depending on usage but expect at least 500MB. Operating System: Windows: ...

    maven清除.lastUpdate脚本

    win10下批量删除maven 使用过程中产生的lastUpdate 文件

    apache-maven-3.5.4

    idea2023自带maven版本不能正常加载http开头的资源 可以加载的版本maven官网已经不...- Downgrade Maven to version 3.8.1 or earlier in settings ---------------------------------------------------------对号入座

    Apache.Maven.Cookbook.1785286129

    If you are a Java developer or a manager who has experience with Apache Maven and want to extend your knowledge, then this is the ideal book for you. Apache Maven Cookbook is for those who want to ...

    m2maven is a plugin for maven

    When you install this component you will be installing all of the core Wizards, the POM Editor, Maven Repository integration, and Maven integration m2eclipse Core Update Site: ...

    Maven使用tomcat8-maven-plugin插件.docx

    Maven 使用 tomcat8-maven-plugin 插件 Maven 是一个流行的构建自动化工具,它可以帮助开发者自动完成项目的编译、测试、打包、部署等任务。 Tomcat 是一个流行的 Web 服务器,Maven 提供了一个插件 tomcat8-maven-...

    Maven-The Complete Reference.pdf

    ### Maven: The Complete Reference #### 1. Introducing Apache Maven **1.1 Maven - What is it?... In the next section, we will explore the components and elements of the POM in detail.

    删除maven仓库中的lastUpdate文件

    在maven在下载jar的时候中断了就会产生lastUpdate文件,批量删除Maven仓库未下载成功.lastupdate 的文件

    批量删除maven仓库中的lastUpdate文件

    1.将bat脚本放到maven仓库的根目录下,双击脚本。 2.即可遍历其他文件夹删除.lastUpdate文件

    Maven the definitive guide

    《Maven:终极指南》是IT领域内关于Maven构建工具的权威著作,由Tim O'Brien、John Casey、Brian Fox、Bruce Snyder以及Jason VanZyl等来自Sonatype Inc.的专家共同编著,自2006年至2008年出版。本书深入探讨了Maven...

    artifactor-maven-plugin:artifactor-maven-插件

    Artifactor Maven 插件概述该插件的想法是基于客户的联系,该客户有非常特殊的要求。 该插件将分析React器构建顺序,并将创建一个文件夹结构,其中包含来自React器内的一个或多个工件,它们的依赖关系的正确顺序。 ...

    m2maven 插件

    When you install this component you will be installing all of the core Wizards, the POM Editor, Maven Repository integration, and Maven integration m2eclipse Core Update Site: ...

    Maven: The Complete Reference权威指南

    Maven: The Complete Reference The essential reference for anyone working with Apache Maven. Explore the details of the POM, Maven Settings, Maven Archetypes.

    Myeclipse中Maven4的update信息

    在Myeclipse中您是不是有时也会被讨厌的自动更新而烦恼呢?我的这个文件是Maven4的checking for update的去除方法!大家可以借鉴一下,共同学习嘛...

    maven-artifact-3.3.9.jar

    maven-artifact-3.3.9.jar包,项目编译缺少这个包,一直拉不下来,好不容易搞到它,留作备用

    删除maven目录下lastupdate的工具类

    删除maven目录下lastupdate的工具类(有时候pom.xml飘红可以试试这个)

Global site tag (gtag.js) - Google Analytics