gpt4 book ai didi

maven-2 - Maven 中的可选过滤器文件

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

我在 pom.xml 中配置了以下过滤器:

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

build.properties 包含为生产构建 Web 应用程序时使用的过滤器。 user.properties 是用户覆盖 build.properties 中配置的过滤器以进行本地部署和测试的地方(例如 servername=localhost 而不是 servername =生产服务器.com)。

user.properties 不存储在源代码管理中,因为它对于每个开发人员来说都是本地的。当我们使用 Jenkins 构建 Web 应用程序时,它失败并显示“加载属性文件时出错”。

有没有办法将过滤器指定为可选,或者告诉 Maven 忽略缺失的过滤器?

最佳答案

看看为服务器构建和开发人员工作站build设置不同的 Maven 构建配置文件

关于maven-2 - Maven 中的可选过滤器文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10385491/

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