gpt4 book ai didi

java - 使用资源过滤时,如何忽略 Eclipse 中 pom.xml 上丢失的过滤文件错误?

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:56:34 26 4
gpt4 key购买 nike

我有一个像这样的多模块项目:

parent
|
+-- childA
| +-- src/main/resources/application.properties
|
+-- childB
+-- src/main/resources/application.properties
+-- src/main/filters/filter.properties

我正在使用 childB 中的 filter.properties 过滤 childA 和 childB 中的 application.properties

我关注了this strategy将过滤器文件附加到 childB 的 Artifact ,然后将其解压到 childA 的目标上:

childA/target/filters/filter.properties

childA 有这样的资源过滤:

<build>
<filters>
<filter>target/filters/filter.properties</filter>
</filters>
</build>

Eclipse 在 childA/pom.xml 上标记错误:

Error loading property file 'parent\childA\target\filters\filter.properties' (org.apache.maven.plugins:maven-resources-plugin:3.0.2:copy-resources:default-resources:process-resources)

过滤器文件在我构建应用程序时可用,所以我不关心那里。

如何更新 childA 的 pom.xml 以永久忽略此错误?

最佳答案

从 Eclipse Luna 升级到 Neon 后问题消失了。

关于java - 使用资源过滤时,如何忽略 Eclipse 中 pom.xml 上丢失的过滤文件错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44206617/

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