I'm currently trying to download an Apache Maven plugin for Eclipse so I can migrate a project from Ant. I've read numerous tutorial sites on how to install this plugin, and most of them offer an update site. Unfortunately, my Eclipse is not finding any of the repositories that are supposedly at the URL's I've been given. Here are some of the one's I've tried:
http://m2eclipse.sonatype.org/sites/m2e/
http://download.eclipse.org/technology/m2e/releases/
http://mevenide.codehaus.org/maven-eclipse-plugin-plugin/
Sadly, all of these haven't proven useful yet, so I'm starting to think that perhaps a certain setting is off or missing within Eclipse itself that is preventing it from finding these repositories. Sometimes, though, it tells me that it is simply unable to read a repository. For example, Eclipse spat out this error a few times when trying to use http://m2eclipse.sonatype.org/sites/m2e/:
Unable to read repository at http://m2eclipse.sonatype.org/sites/m2e/content.xml.
When this happens, it seems as though its "finding" the repository, but it just can't read it... As I've said, I've followed a handful of instructions to downloading the plugin, and none have worked thanks to this initial step. Any ideas?