Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何告诉 maven 将某些文件放入某些文件夹中?
例如,我想将 security.xml 放入目标文件夹中的 WEB-INF 中。默认情况下,maven 忽略此文件。
Maven 资源插件应该可以完成这项工作。如果你想参数化你的配置文件,你可以将它与Maven 过滤一起使用。