zoukankan      html  css  js  c++  java
  • maven的pom 提示错误 Failure to transfer com.thoughtworks.xstream:xstream:jar:

    pom文件提示错误,信息如下

    Description    Resource    Path    Location    Type
    Failure to transfer com.thoughtworks.xstream:xstream:jar:1.4.3 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 com.thoughtworks.xstream:xstream:jar:1.4.3 from/to central (http://repo.maven.apache.org/maven2): No response received after 60000    pom.xml    /testweb    line 1    Maven Configuration Problem

    或者

    Failure to transfer org.apache.maven.plugins:maven-surefire-plugin

    网上搜到的方案 如下

    1 删除m2 epository 所有 .lastUpdated为扩展名的文件

    2 打开cmd 在 工程目录执行 mvn clean install -U ,注意U 大写

    这两个方案我本地都不好使。。。

    最后用最笨的方法,把另一台电脑的 respository目录直接拷贝覆盖本地的,

    问题解决

    总结

    这个问题一般发生在 新建工程时

    现象是 Pom 文件第一行提示出错,各种找不到jar

    这个问题是由于 .lastUpdated 文件引起的

  • 相关阅读:
    HDU 1950 Bridging signals
    HDU 1025 (LIS+二分) Constructing Roads In JGShining's Kingdom
    HDU 1160 FatMouse's Speed
    HDU 1257 最少拦截系统
    HDU 1574 RP问题
    解同余式ax ≡ c(mod m)
    拓展欧几里得算法及代码实现
    百练 1088 滑雪
    [再做01背包] POJ 3624 Charm Bracelet
    百练 2755 神奇的口袋
  • 原文地址:https://www.cnblogs.com/zhujiabin/p/4986389.html
Copyright © 2011-2022 走看看