Skip to content

Commit

Permalink
Removes downloaded directory indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 6, 2014
1 parent 676e66b commit 5b2113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5b2113b

Please sign in to comment.