I have an Eclipse setup with m2eclipse and subversive. I have imported a maven2 project from svn. But I get the error message that a whole bunch of artifacts are missing (fo
As rperez said, I use to delete all those .lastUpdated files. In Linux I have created a little script to keep it simple:
.lastUpdated
find -name \*.lastUpdated -exec rm -fv {} +
Just create a file with the previous content and put it on your local Maven repository. Usually it will be ~/.m2/repository.
~/.m2/repository