Maven:对不在“资源”下的文本文件使用过滤机制?
我需要自定义一些不在资源下的 XML 文件(特别是,它们在 EAR 的项目 src/main/application 下)。
过滤机制对此非常完美,但我的理解(正确?)是它仅适用于资源。
有没有办法对 src/main/resources 之外的其他目录中的文件进行过滤?
提前致谢。
I need to customize a number of XML files which are not under resources (in particular, they are under an EAR's project src/main/application).
The filtering mechanism would be perfect for this, but my understanding (correct?) is that it works for resources only.
Is there a way to use filtering for files in other directories than src/main/resources?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Maven EAR Plugin 可以过滤
src/main/application
的内容。如过滤 EAR 资源中所述:The Maven EAR Plugin can filter the content of
src/main/application
. As documented in Filtering EAR Resources: