解决maven下载jar包失败,生成lastUpdate文件

解决方案:

1、 删除所有以.lastUpdate结尾的文件

a) 1、切换到maven的本地仓库

b) 2、在当前目录打开cmd命令行

c) 3、执行命令:for /r %i in (*.lastUpdated) do del %i

2、修改settings.xml文件

setting里面,找到mirrors,在里面添加这个


    UK
    UK Central
    http://uk.maven.org/maven2
    central

或者


        nexus-aliyun
        Nexus aliyun
        http://maven.aliyun.com/nexus/content/groups/public/
        central

 

你可能感兴趣的:(项目管理工具)