- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我在使用 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 连接器”来修复?
我试着做一个“发现”,但市场上似乎没有这个插件。
最佳答案
m2e 抛出这个Plugin execution not covered by lifecycle configuration: ...
消息的原因在下一页有详细解释:
M2E plugin execution not covered
一般来说,m2e 用于将插件的目标执行解析/映射到 Eclipse 构建生命周期的方式在 0.12 版本之后已经被重新发明。现在,m2e 1.0 需要明确说明如何处理绑定(bind)到项目构建生命周期“有趣”阶段的所有 Maven 插件。通过在项目的 pom 中配置生命周期映射,或使用特定的 m2e 配置器 Eclipse 插件如果有人为社区好心地创建了它。
Should I fix this error by doing a "Ignore" or this is fixable with "Discover new m2e connectors"?
根据您的需求,如果您不希望 Eclipse 运行 Maven 定义的完整构建生命周期,请忽略它,否则正确配置每个未覆盖的插件执行(以防没有合适的 m2e 配置器可用),请参阅该链接中的示例 org.eclipse.m2e:lifecycle-mapping 插件配置。
希望这对您有所帮助。
关于java - 使用 m2e 的生命周期配置未涵盖插件执行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13053548/
我正在开发一个使用多个 turtle 的滚动游戏。玩家 turtle 根据按键命令在 Y 轴上移动。当危害和好处在 X 轴上移动时,然后循环并改变 Y 轴位置。我尝试定义一个名为 colliding(
我不明白为什么他们不接受这个作为解决方案,他们说这是一个错误的答案:- #include int main(void) { int val=0; printf("Input:- \n
我正在使用基于表单的身份验证。 我有一个注销链接,如下所示: 以及对应的注销方法: public String logout() { FacesContext.getCurren
在 IIS7 应用程序池中有一个设置 Idle-time out 默认是 20 分钟,其中说: Amount of time(in minutes) a worker process will rem
我是一名优秀的程序员,十分优秀!