Maven downloads have .lastUpdated as extension

Posted by user303158 on Stack Overflow See other posts from Stack Overflow or by user303158
Published on 2010-03-27T12:19:05Z Indexed on 2010/03/27 12:23 UTC
Read the original article Hit count: 248

Filed under:
|

I am a beginner to Eclipse and maven. 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 (for instance: Missing artifact org.springframework:spring-test:jar:3.0.1.RELEASE:test). If I look in my repository I see the jar files there but they have an extra extension .lastUpdated. Why is maven appending .lastUpdated to the jars? And more importantly: how can I fix this? Btw there is no mention of the type lastUpdated in my POMs.

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about eclipse