欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Maven 引入项目出现Maven Project Build Lifecycle Mapping Problem

程序员文章站 2022-03-03 21:45:43
...

Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:maven-compiler-plugin:maven-*plugin:3.1:runtime Cause: zip file is empty

 

pom.xml /zheng-pay-web line 1 Maven Project Build Lifecycle Mapping Problem

 

这里的情况是:

/D:/maven/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-*plugin:3.1.jar

文件没有。或者是空文件。

 

 

解决方案

1、eclipse中在pom.xml文件右键->Maven->add plugin 增加对应的plugin

 

2、再右键pom.xml文件->debug->Maven install ,如果执行正确应该会在{user.home}\.m2\repository\org\apache\maven\plugins\maven-resources-plugin\下看到maven-*-plugin.jar文件

 

 

3、刷新工程(右键工程选择Maven->update projects)

 

 

相关标签: Maven