Removes downloaded directory indexes
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/5b2113bc Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/5b2113bc Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/5b2113bc Branch: refs/heads/develop Commit: 5b2113bcafb460fb73f5216c0feccbdd3e64dba6 Parents: 676e66b Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Sun Apr 6 13:53:36 2014 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Sun Apr 6 13:53:36 2014 +0200 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/5b2113bc/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 0c828b7..bc67c12 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -103,7 +103,7 @@ <arg value="http://struts.apache.org/development/2.x/docs/" /> </exec> <delete> - <fileset dir="${project.build.directory}/cwiki/" includes="index.*"/> + <fileset dir="${project.build.directory}/cwiki/" includes="**/index.*"/> </delete> <copy file="${project.build.directory}/cwiki/home.html" tofile="${project.build.directory}/cwiki/index.html"/> </tasks>