m2eclipse Error:ArtifactTransferException: Failure to transfer org.apache.felix:org.apache.felix.res

Posted yexianyi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了m2eclipse Error:ArtifactTransferException: Failure to transfer org.apache.felix:org.apache.felix.res相关的知识,希望对你有一定的参考价值。

Issue:

When you create and compile a project with pom.xml using m2eclipse, it may report some error like following:

 

Error:

ArtifactTransferException: Failure to transfer org.apache.felix:org.apache.felix.resolver:jar:0.1.0.Beta1 fromhttp://repository.jboss.org/nexus/content/groups/public/

 

Solution:

  1. Open folder by running this text (without Quotes) in Search Explorer of Window “%USERPROFILE%.m2″.
  2. After running above command, “m2″ folder of maven will open. Now search for file (without Quotes) “*.lastUpdated”.
  3. In this step, delete all the files found by running Step 2.
  4. Now go to Eclipse project and select “Maven | Update Dependency” or “Maven | Update Project”.

By now, your issue will be resolved.

 

Reference:

http://stackoverflow.com/questions/13425941/m2eclipse-issues-artifacttransferexception-but-pom-xml-compiles-installs-fro

以上是关于m2eclipse Error:ArtifactTransferException: Failure to transfer org.apache.felix:org.apache.felix.res的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse m2eclipse 从本地存储库获取依赖项

eclipse m2eclipse 从Maven的本地库中读取依赖库

m2eclipse 将 JDK 合规性设置为 1.4

Eclipse上安装m2eclipse

m2eclipse 对 maven 插件的处理效果如何?

Maven“模块”与“项目”(Eclipse,m2eclipse 插件)