gpt4 book ai didi

eclipse - Artifact 尚未打包

转载 作者:行者123 更新时间:2023-12-03 09:06:32 24 4
gpt4 key购买 nike

我让 Maven 将一些依赖文件复制到 GWT 项目的特定位置。 maven-dependency-plugin完成这项工作,到目前为止它有效。唯一的问题是我从 Eclipse 收到一个错误消息:

Artifact has not been packaged yet. When used on reactor artifact, copy should be executed after packaging: see MDEP-187.



我试图改变 <phase>但这没有用。我怎样才能摆脱那个错误,为什么会出现这个错误,因为 Maven 按预期构建。

<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.basedir}/war/WEB-INF/lib</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>

最佳答案

我遇到了同样的错误,我通过一种解决方法解决了这个问题。我已经在 eclipse ide 之外的控制台中使用 maven 编译并安装了该项目。在我刷新了 eclise ide 中的项目并且错误消失后。

关于eclipse - Artifact 尚未打包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30642630/

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