您的位置:首页 > 运维架构 > Apache

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

2013-11-24 21:28 253 查看
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:

Open folder by running this text (without Quotes) in Search Explorer of Window “%USERPROFILE%.m2″.
After running above command, “m2″ folder of maven will open. Now search for file (without Quotes) “*.lastUpdated”.
In this step, delete all the files found by running Step 2.
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐