我在使用 Eclipse(m2e 插件)的 maven 项目中遇到此错误:
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-war-plugin:2.1.1:exploded (execution: default, phase: compile) pom.xml /MyGWT S line 642 Maven Project Build Lifecycle Mapping Problem
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:gwt-maven-plugin:2.4.0:generateAsync (execution: default, phase: generate-sources) pom.xml /MyGWT line 618 Maven Project Build Lifecycle Mapping Problem
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:gwt-maven-plugin:2.4.0:i18n (execution: default, phase: generate-sources) pom.xml /MyGWT line 618 Maven Project Build Lifecycle Mapping Problem
我应该通过执行“忽略”来修复此错误,还是可以通过“发现新的 m2e 连接器”来修复?
我试着做一个“发现”,但市场上似乎没有这个插件。