gpt4 book ai didi

eclipse - 我怎样才能摆脱警告 m2eclipse "goals inplace, exploded, manifest are ignored by m2e"

转载 作者:行者123 更新时间:2023-12-02 11:19:35 25 4
gpt4 key购买 nike

如何消除以下 m2eclipse 警告?

maven-war-plugin goals "inplace", "exploded", "manifest" are ignored by m2e

最佳答案

以下代码片段对我有用:

<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<versionRange>[1.0,)</versionRange>
<goals>
<goal>manifest</goal> <!-- put the goal you're executing in your pom.xml file -->
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>

关于eclipse - 我怎样才能摆脱警告 m2eclipse "goals inplace, exploded, manifest are ignored by m2e",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10384109/

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