Failure to transfer org.apache.maven: maven-artifact-manager:pom:2.0.6 from http://repo.maven.apache

来源:互联网 发布:mm131美女图片站源码 编辑:程序博客网 时间:2024/04/29 04:36

Failure to transfer org.apache.maven: maven-artifact-manager:pom:2.0.6 from http://repo.maven.apache.org/maven2

up vote0down votefavorite

I had some problems at the time of import a spring mvc project, i already did and resolved a lot of dependency issues. Currently i just have the following error:

Could not transfer artifact org.apache.maven:maven-artifact-manager:pom:2.0.6 from/to central (http://repo.maven.apache.org/maven2): connection timed out tohttp://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom pom.xml

I thought it was a network problem but it does not. Any suggestions ??? (I repeat: I don't have dependency issues)

shareimprove this question
 
 
If you're getting a timeout trying to connect to repo.maven.apache.org, how is it not a network problem? – azurefrog Jun 18 '14 at 3:44
 
I already tried to connect to that address and at least in the browser it does not have any problems, moreover my issue ws presented since 3 days. It is not a network problem. – CompuScientist Jun 18 '14 at 4:10
1 
If it works with your browser bot not from command line i assume you have proxy in between so you need to check the settings.xml file or your network connections. – khmarbaise Jun 18 '14 at 6:09

1 Answer

activeoldestvotes
up vote2down voteaccepted

I finally resolved the problem, it was such a kind of cleaning, here are the steps

-Right click on project Run as/maven clean

-Right click on project Run as/maven install

-Right click on project Maven/Update project and check the option: Force update of snapshots/releases

-Restart STS or Eclipse IDE

shareimprove this answer
1 0