1

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

Yishai Landau
  • 620
  • 4
  • 14
  • 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
  • please check this [reply][1]. Though if there is problem get back to me. [1]: http://stackoverflow.com/a/24540105/1802348 – positivecrux Jul 02 '14 at 20:12

1 Answers1

0

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

bhagyas
  • 3,050
  • 1
  • 23
  • 21