I read this question about basic usage of Maven in Eclipse. First time I followed the instructions in the accepted answer it worked fine but now, when I try to do that again, it fails.
- Rebuilding the index doesn't seem to work - it returns immediately (first time it took 15-20 minutes or so).
- When I right-click on
Central
and switch betweenEnable minimum index
andFull index enabled
I get this error message:
- When trying to add a dependency in the dependency view, it just finds stuff that is already in the workspace.
What I have done to remedy this:
Preferences -> Maven -> Download repository index updates on startup
- checked and unchecked- Restarted Eclipse
- Deleted the
Nexus
directory specified in the error message - Created an empty file
_di.cfs
. This lead to some error message about reading beyond EOF.