pom 打包空目录

使用 org.apache.maven.plugins:maven-war-plugin 插件是会默认将空目录忽略,不会被打包,

在其 2.4 版本开始提供了一个参数:

可以将空目录打包进去。

注意一定要再插件配置的时候,提供版本号,否则,maven3 默认使用的是 org.apache.maven.plugins:maven-war-plugin2.2

则该配置不会起作用。要配置成2.4以上

posted @ 2015-12-02 17:31  a ray of sunshine  阅读(400)  评论(0编辑  收藏  举报