1. 程式人生 > >Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:錯誤問題根源深入的分析

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:錯誤問題根源深入的分析

今天匯入mavn的java工程時候,遇到一個問題Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins報錯的問題,這個問題其中的本質是一個m2e的外掛版本引起的,官方對此有說明(大致的含義是eclipse能夠支援mavn的融合,利用了M2Eclipse作為外掛來更好的管理maven專案)
在這裡插入圖片描述

如果你想更換版本需要先解除安裝原來的m2e版本,然後變更版本
版本列表的地址是https://www.eclipse.org/m2e/m2e-downloads.html
在這裡插入圖片描述

下面是外掛安裝的圖,到此問題算是解決了。
在這裡插入圖片描述

相關推薦

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins錯誤問題根源深入分析

今天匯入mavn的java工程時候,遇到一個問題Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins報錯的問題,這個問題其中的本質是一個m2e的外掛版本

解決Maven出現Plugin execution not covered by lifecycle configuration 錯誤

style mic fff title over overflow font span config http://blog.163.com/xh_ding/blog/static/1939032892015222368827/ 解決Maven出現Plugin execut

解決MavenPlugin execution not covered by lifecycle configuration

bsp meta red protocol ips ada div pin AD 是因為maven中沒有對該plugin{Eclipse_folder}/plugins/org.eclipse.m2e.lifecyclemapping.defaults_1.8.2.2017

myEclipse&eclipse建立maven專案pom.xml報錯Plugin execution not covered by lifecycle configuration異常

Plugin execution not covered by lifecycle configuration異常 網上找了解決方法 這裡記錄一下 第一種: <plugins>標籤外面加上<pluginManagement>標籤 第二種: <

MyEclipse錯誤Plugin execution not covered by lifecycle configuration

MyEclipse2014在其POM檔案的一處提示出錯如下:  Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.1:com

Plugin execution not covered by lifecycle configuration: com.github.kongchen:swagger-maven-plugin:3.

Eclipse Maven專案報錯Plugin execution not covered by lifecycle configuration 1.<plugins> 標籤 外加上這一段即可 <pluginManagement>  &nbs

Plugin execution not covered by lifecycle configuration: 錯誤解決方案

當一個新的maven專案匯入到新的工作空間中可能會遇到maven外掛lifecycle configuration 錯誤,這個錯誤可能是某個外掛衝突,這個我還沒沒有太明白太搞懂,如果有人知道具體是什麼原因引起的還請解釋一下。 這個錯誤我在官網上面找到解決方案如下: 在eclipse 中找到 wind

Plugin execution not covered by lifecycle configuration

內容 desc art map conf meta des ati range Eclipse 環境 在工作空間 \.metadata\.plugins\org.eclipse.m2e.core\ 目錄下 增加 lifecycle-mapping-metadata.xml

mavenPlugin execution not covered by lifecycle configuration解決辦法

錯誤型別: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:1.7:run (execution: define-c

使用m2e將工程轉化為maven工程後eclipse報Plugin execution not covered by l

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!        

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:3.0.1 or one

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:3.0.1 or one of its dependencies could not be resolved: F

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.7 or one of

        今天在新環境部署系統時,發現專案出現故障!由於已經解決了,就不上錯誤圖片了,大致的錯誤資訊如:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resou

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project sharp-common: Execution default-test of go

1 [INFO] Scanning for projects... 2 [INFO] 3 [INFO] -----------------------< com.sharp:sharp-common >----------------------- 4 [INFO] Buildin

關於Maven的Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin錯誤問題

小編碰到這種錯誤的時候,瘋狂的百度,然並卵。 最後還是重新解壓一遍Maven壓縮包。重新配置才得以解救。 但是需要再新的Maven的setting.xml中新增中央庫映象 直接用 <mirror> <id>Central</i

Plugin 'org.apache.maven.plugins:maven-resources-plugin:2.7' not found less... (Ctrl+F1)問題解決

在匯入父工程時候,pom.xml中一個資源外掛maven找不到,清理,重新插入,都不行; 解決辦法,使用清理外掛清理下下載失敗的jar,maven工程中重新整理,清理,重新插入解決了報錯問題; cl

Eclipse中Maven新建web專案報錯Could not calculate build plan:Plugin org.apache.maven.plugins...

今天用maven新建了一個web專案,但是一直報了這個錯,如下圖,點OK之後的pom檔案還是同樣的錯,找了下資料,報錯消失: 修改pom檔案中的build標籤如下: <build>

Eclipse建立maven專案時,出現Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources錯

Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached

Unable to parse configuration of mojo org.apache.maven.plugins:maven-archetype-plugin:2.3:

RT,每次用maven建立一個專案都會出錯.具體報錯的內容如下;我在cmd中輸入:mvn archetype:create -DgroupId=org.edward.hellomaven -DartifactId=HelloMaven之後就出錯了[ERROR] Failed

MavenCould not find artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3

前些時候我學習Maven,我遇到了以下兩個錯誤(該死的這兩個錯誤,讓我浪費了四天時間): 1、Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the conf

Could not find goal 'create' in plugin org.apache.maven.plugins:maven-archetype-plugin:3.0.0 among

在使用maven建立工程;mvn archetype:create -DgroupId=org.ldy -DartifactId=proj 本地maven版本為:Apache Maven 3.3.9 遇到: Could not find goal ‘crea