zoukankan      html  css  js  c++  java
  • 使用maven 出现ArtifactTransferException:Failure to transfer(转)

    ArtifactTransferException: Failure to transfer org.springframework:spring-aop:jar:3.2.8.RELEASE from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework:spring-aop:jar:3.2.8.RELEASE from/to central (http://repo.maven.apache.org/maven2): No response received after 60000

    这句话的意思是:
    

    对于这个包传输以本地仓库失败,解决不会重新试,直到maven再改更新索引,或强制更新。

    实际的解决办法是:直接去本地仓库,(C:UsersAdministrator.m2 epository)把这个spring-aop:jar:3.2.8.RELEASE 的目录删除掉(因为包没有下载下来),再次刷新你的项目就中以了,

    或者在你的项目上右击,选择maven--->update project就可以(Force Update)

  • 相关阅读:
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    FM
    GBDT+LR
    推荐系统架构设计
    DSSM双塔模型
    git
  • 原文地址:https://www.cnblogs.com/Akke/p/4947386.html
Copyright © 2011-2022 走看看