I'm having trouble using maven in eclipse. I'm behind a proxy. Maven works fine on CMD as I have configured on settings.xml. Eclipse's network also is fine with proxy. But m2eclipse won't update my dependencies and comes up with different errors often. This happens with both, embedded Maven or external(defined in window/preferences/maven/installations).
For example, I have STS installed and I try to create a SpringTemplate project. It compiles fine except some message on the header of pom.xml, which states:
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.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-surefire-plugin:pom:2.7.1 from/to central (http://repo1.maven.org/maven2): Connect times out
I tried deleting .lastupdated files in repository but doesn't work. I tried compiling projects through cmd and then importing in eclipse as maven projects but some similar messages will persist.
Any help would be much appreciated. Thanks in advance.