使用maven打包时如何排除conf文件

发布于 2024-12-08 12:06:15 字数 70 浏览 0 评论 0原文

我有一个项目将被其他项目使用,当我打包它时,它总是包含配置文件(beans.xml)。我只想排除这些配置文件。我该怎么做?谢谢

I have a project which will been used by other projects and when I package it, it always include the configuration files (beans.xml). I just want to exclude these configuration files. How can I do this ? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁吢 2024-12-15 12:06:15

如果您的 beans.xml 只是测试的一部分;你可以把它放在src/test/resources中。它不会被添加到生成的库中。

If your beans.xml is only part of your tests; you can put it in src/test/resources. It will not be added to the generated library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文