gpt4 book ai didi

maven - 如何在 web.xml 的 maven-war-plugin 中设置显示名称

转载 作者:行者123 更新时间:2023-12-04 22:23:21 27 4
gpt4 key购买 nike

如何使用 maven-war-plugin 通过 maven 定义 web.xml 显示名称?

在 maven-ear-plugin 中有一个配置选项 displayName 来设置 EAR/application.xml display-name 属性。

错误的做法?只是在 web.xml 中手动设置?

最佳答案

更简单...

<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<configuration>
<filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
</configuration>
</plugin>

请参阅 filteringDeploymentDescriptors 的文档。这从 2.1 开始可用,但默认情况下禁用。

关于maven - 如何在 web.xml 的 maven-war-plugin 中设置显示名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10499038/

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