Maven 常见错误

Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.4.1:runtime Cause: error in opening zip

我的解决办法: ls .m2 发现文件maven-resources-plugin-.pom.lastUpdated 并没有 maven-resources-plugin.jar
拷贝maven-resources-plugin.jar发现不行 直接
1.rm -rf .m2
2.sudo apt-get purge maven
3.sudo apt-get autoremove maven
4.sudo apt-get clean maven
5.sudo apt-get install maven
以上命令也就是完全卸载重新安装


原文地址:https://www.cnblogs.com/lovedeeply/p/3708068.html