I have a remote maven repo set up and can successfully upload artifacts and download via POMs. I also see the repo listed along with maven central in my m2eclipse global 'Maven Repositories'.
My problem is that while Maven Central is browsable and updatable in m2eclipse, my internal one is not and when it tries to update I get this:
"Unable to update index for Nexus|http://devserver:8081/nexus/content/groups/public"
Putting that url in a browser does work.
A solution is "I was able to fix it by launching the Nexus webapp and I choose repair index and rebuild index on the Public Repository Group."
but I can not rebuild the public index, and actually the index works fine for my colleague in the same office.
- nexus Nexus Public Mirror http://devserver:8081/nexus/content/groups/public *
Any ideas how to make m2eclipse to index properly? Thanks!