gpt4 book ai didi

java - 使用 m2e 的生命周期配置未涵盖插件执行

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:20:30 25 4
gpt4 key购买 nike

我在使用 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com