Pom.xml第一行报错

img

第一行报错,提示这种
org.codehaus.plexus:plexus-archiver:jar:2.1 failed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elaps

把本地Repository目录里的这个目录删了,再重新下载maven依赖。
C:\Users\用户名\.m2\repository\org\codehaus\plexus

大神,没找到这个目录,我是导入的别人的项目。