Missing artifact lastUpdated 解决

Missing artifact lastUpdated 解决
1、确保svn可以连接,发生这样的问题先看下svn连接是否正常

2、在本地仓库的相关jar目录下查看是否有.lastUpdated 这样的文件
   删除这个是之前没有下载完成的jar,由于它的存在,影响了maven的更新,删之,再次update dependencies,搞定。

------------------------

<groupId>com.xiaonei</groupId>
    <artifactId>xiaonei-commons-menu</artifactId>
     <version>1.0-SNAPSHOT</version>
     <type>pom</type>

你可能感兴趣的:(update)