2
I was using the Maven
in the Eclipse Luna
Normally, I decided to test the new version of Eclipse and when I create a project Maven
some exceptions are thrown:
Description Resource Path Location Type Failure to transfer org.apache.Maven:Maven-core:jar:2.0.6 from https://repo.maven.apache.org/maven2 was cached in the local Repository, Resolution will not be reattempted until the update interval of central has Elapsed or updates are Forced. Original error: Could not transfer Artifact org.apache.Maven:Maven-core:jar:2.0.6 from/to central (https://repo.maven.apache.org/maven2): connect timed out pom.xml /Testing line 1 Maven Configuration Problem
How can I solve this problem?
beauty, I already deleted the dependencies of the folder . m2. I will try to do
mvn clean install -U.
– DiegoAugusto
I managed to solve the problem, it was problem as the proxy
– DiegoAugusto