Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to run m2eclipse on a workstation behind a proxy. I have configured Eclipse and Meven's settings.xml to recognize the proxy.
Yet I still get the following message every time I try and update something:
Unable to update index for central|http://repo1.maven.org/maven2

share|improve this question
Can you post the section of your settings.xml? Does Maven work from the command line? – artbristol Jun 15 '11 at 13:22
Works fine from command line. Apparently, this is a known m2eclipse issue. what I do now, is build via command line and use mvn eclipse:eclipse. This refreshes the referenced libraries in eclipse, and allows to continue devlopment – Yishai Landau Jun 20 '11 at 16:17

1 Answer

Configure your eclipse network settings to support the proxy and try.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.