I am facing a situation where my eclipse indigo is "Unable to update index for central|http://repo1.maven.org/maven2"
.
I am using an external Maven 3.0.3 installation and m2eclipse configured with Eclipse Indigo and I am definitely not behind any proxy.
Also my networking configuration in eclipse is all set to direct and I am still unable to update the indices.
What may I have overlooked? I have searched on Google and other forums but am unable to resolve it.
settings.xml
. I think the information that the index could not be updated is cached somehere, and after reloading the settings.xml, this cache was cleared. You have to have at least a user settings.xml XOR the reference to an installed Maven runtime (which you have configured). – Polarimeter