eclipse 新建空白项目,导入旧项目,在对pom.xml 作update project时,均出现下列错误提示:
Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.5:runtime Cause: zip END header not found
解决办法:找到maven配置,打开settings.xml,查看所用的本地库是在哪个目录,把这个目录下的 org/* 删除掉,即正常。