zoukankan      html  css  js  c++  java
  • Maven Missing artifact jar

    maven error:
    Multiple annotations found at this line: - Missing artifact log4j:log4j:jar:1.2.15:compile - Missing artifact org.apache.xmlbeans:xmlbeans-xpath:jar:2.4.0:compile - Missing artifact org.apache.ws.commons.axiom:axiom-dom:jar:1.2.5:compile - Missing artifact org.apache.httpcomponents:httpcore:jar:4.0-alpha5:compile

    .... and so many more ...

    解决方法:

    It is not a unique issue, happens every now and then (sometimes due to a slow connection and sometimes due to proxy servers now allowing to download)

    You can get rid of this by either of the following ways:

    1) Force Update: Right Click on the Project in Eclipse -> Maven -> Update Project On this screen select the check box Force Update for Snapshots/Releases

    2) Clearing Maven Cache: If you still face a problem, go to the local repository on your system, which might be present at C:Usersmyusername.m2 epository and delete the .cache folder and then follow step 1.

    3)If still facing issues, manually go to the org/apache folder and delete everything and then follow step 1. (This will definitely solve the issue.这将一定能解决.)

  • 相关阅读:
    开窗函数Over
    CodeSmith
    codeMatic代码生成器
    Mvc身份认证方式
    Neo4j入门详细教程
    pathlib路径问题
    python_跨文件二维全局变量传参
    .md图片链接转存并替换路径,及相关报错解决方法
    ERROR: column "xxxxxx" does not exist解决办法
    SCP远程传输文件
  • 原文地址:https://www.cnblogs.com/shengs/p/5515602.html
Copyright © 2011-2022 走看看