Hi,
Finally, I resolved the problem. I think the m2eclipse 0.10.0 does not support the proxy, the 0.9.8 have resolved the problem :-). Thank you, ________________________________ De : EL KOURCHALI Mohamed Envoyé : mardi 23 mars 2010 09:39 À : [email protected] Objet : Unable to update index for central|http://repo1.maven.org/maven2 Hi, I have recently installed m2eclipse on ganymede eclipse version. When try to download from central repository http://repo1.maven.org/maven2, without using PROXY everything is fine. But when I use a PROXY i get this message error : 23/03/10 09:29:02 WET: Unable to update index for central|http://repo1.maven.org/maven2 23/03/10 09:29:00 WET: Updating index central|http://repo1.maven.org/maven2 I'm configuring the proxi on my eclipse references and in my settings.xml, as : <proxy> <id>optional</id> <active>true</active> <protocol>http</protocol> <username>proxyuser</username> <password>proxypass</password> <host>proxy.myorg.com</host> <port>3128</port> <nonProxyHosts>local.net|some.host.com</nonProxyHosts> </proxy> Is there any one who have already get this problem. Thank you for your help
