m2e is no longer working in my Eclipse Indigo. Nothing is printed to the Maven console, I can't download any sources and some dependencies won't be resolved. I'm using the embedded Maven installation.
Do you know how to fix this issue?
|
m2e is no longer working in my Eclipse Indigo. Nothing is printed to the Maven console, I can't download any sources and some dependencies won't be resolved. I'm using the embedded Maven installation. Do you know how to fix this issue?
| |||||||||
feedback
|
|
Just a wild guess (due to similar problems I had in the past):
m2e can only use the proxy set in your Maven settings file, not the one in your eclipse environment. So as a result, you could see all the old libraries contained in local repositories, but no new ones contained only in remote repositories located somewhere on the internet. Please add some more information about your configuration in eclipse (does eclipse find your user | |||
|
feedback
|