I am trying to install maven plugin in eclipse galileo. Every time I am entering the site name to connect to maven repository, it is showing HTTP proxy authentication error.
I also went to Windows --> Preferences --> General --> Network Connections and tried to give my userid and password there to authenticate the proxy. But once i click apply and close it. it is still in the default state (without my id and password in proxy) while reopening.
Can anybody help me in this.
Regards,
Ashish Nandan
avadesh Java
Greenhorn
Joined: Jul 14, 2009
Posts: 3
posted
0
Hi, you have to select "manual" from the drop down (native/direct/manual) and then make entries for proxy / userid and password for http,https and other if needed ... then save it .. it would keep the values
For some people the update-dev link works .. also are you able to access these links from your browser ?
satish kumar kandukuri
Greenhorn
Joined: Aug 10, 2005
Posts: 6
posted
0
Thank you. This information here helped me to connect from eclipse to download maven plugin. I had to use dev link though and had to configure Proxy settings in eclipse.
Where did the site.xml at the end of the URL come from? The correct URL is the one that Abhijit posted - browsing there looks like repository contents.
What URL did you give for the m2e plugin? The correct one is http://download.eclipse.org/technology/m2e/releases. (Note that you can no longer obtain the old m2eclipse plugin, or at least I haven't been able to find a URL for it.)
And if I recall correctly, Galileo should have the Eclipse Marketplace. If it does, try using the Marketplace to install the plugin.
subject: Installing Maven plugin in eclipse galileo