I have maven problems after fresh installation of STS 3.1
On any maven command, it breaks like this:
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'test-mvc'.
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
In "Problems" I see:
Failure to transfer org.apache.maven.plugins:maven-resources-pluginom:2.5 from http://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.plugins:maven-resources-plugin
om:2.5 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/...plugin-2.5.pom pom.xml /test-mvc line 1 Maven Configuration Problem
The exact same projects work on STS 2.9 - I run them side by side; and from command line.
Seems to be some connection problem, local to STS 3.1
Just reinstalled STS and it is still the issue.
Any clue?


om:2.5 from
Reply With Quote
