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
Asked
Active
Viewed 1,181 times
1

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