Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins问题的解决
Posted 大胡龙的小圈子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins问题的解决相关的知识,希望对你有一定的参考价值。
今天换了个maven仓库,结果新建maven工程的时候,忽然报错:
Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins...
在网上面找了很多种解决方案,都无济于事,后来在stackoverflow上看到一个靠谱的:
直接在pom.xml中增添如下代码即可:
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> </plugins> </build>
以后还是直接去stackoverflow搜索问题比较好,看些乱七八糟互相抄袭的博客/百度知道,果然还是前者比较高效
以上是关于Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins问题的解决的主要内容,如果未能解决你的问题,请参考以下文章
Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:mav问题
ReactJs:::Cannot read property 'map' of undefined
Cannot read property 'map' of undefined
尝试使用函数结果时出错,typeError: Cannot read property 'map' of undefined in React
我在我的 React 项目中收到此错误“TypeError: Cannot read property 'map' of undefined”
React/Redux Tools.js:9 Uncaught TypeError: Cannot read property 'map' of null