I recently installed eclipse 3.6.1, and the m2eclipse plugin to use with my existing maven build, but im running into a lot of problems trying to get it working.
My existing maven project builds fine from the commandline.
After importing my project tree into eclipse, I ran a build on one of the projects. It eventually died with this error:
10/18/10 2:03:02 PM PDT: [DEBUG] Unable to get resource 'org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6' from repository central (http://repo1.maven.org/maven2) Authorization failed: Transfer failed: Not authorized by proxy
Maven from the command line can download stuff from central without a problem.
Eclipse was able to download the m2eclispe plugin from the sonatype site.
-- so based on this, I know my proxy settings are working.
But for some reason eclipse or m2eclipse is unable to tell maven the right settings.
I checked the post here and tried deleting the *.lastupdated files, but that had no effect on the errors.
How do I fix this?