MyEclipse2014+Maven3.3.9 創建下項目報錯

MyEclipse2014 導入項目 Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resource-plugin:3.1:compile (execution: default-compile, phase: compile)

Eclipse 導入項目 Pom.xml出現如下錯誤:

  Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resource-plugin:3.1:compile (execution: default-compile, phase: compile)

 

這表示m2e在其執行maven的生命週期管理時沒有定義該插件,所以提示出錯。

具體的解決方案請參考:

https://www.cnblogs.com/heimafeng/p/6413237.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章