zoukankan      html  css  js  c++  java
  • 异常Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from http://maven.aliyun.com/nexus/content/groups/public was ...

    错误异常:Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to nexus (http://maven.aliyun.com/nexus/content/groups/public): maven.aliyun.com

    (说明:今天早上打开eclipse后,就显出这个错误,pom.xml上面有个小红×,网上试了很多方法)

    1.右击pom.xml->Run As->Maven Clean

       pom.xml->Run As->Maven Install

    (我用了,没效果,但是你可以先试试) 

    2.又尝试:在c盘用户里C:Users....m2 epositoryorgapachemavenplugins,

    (别人的方法:)发现没有maven-surefire-plugin-2.**.*.jar这样的文件........(我发现我都不缺),->project->maven->update...

    3.我的解决方案

      A.直接将C:Users....m2 epositoryorgapachemavenpluginsmaven-surefire-plugin,整个文件夹删除

      B.(Alt+F5)或者右击项目->Maven->Update project

    尾语:希望对你有帮助,如果还有问题,可加Q:2318645572交流

  • 相关阅读:
    清除缓存
    框架更新 (简)
    Xutils简
    动画
    夜间模式
    TabLoaout简单框架
    atomic原子类的理解
    单例模式中指令重排序及需要使用volatile的理解
    对volatile的理解
    jvm内存模型及垃圾回收GC
  • 原文地址:https://www.cnblogs.com/wx-ym-good/p/7349010.html
Copyright © 2011-2022 走看看