2012-09-18 88 views
1

如何告訴maven將某些文件放入特定文件夾?maven config pom.xml

例如,我想將security.xml放入目標文件夾的WEB-INF中。 默認情況下,maven忽略此文件。

回答

1

Maven Resources Plugin應該做的工作。如果你想參數化你的配置文件,你可以將其與Maven Filtering一起使用。

+0

謝謝,Maven資源插件是我需要的。 http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html – pomkine