Fix from Stephen McConnell re: incomplete copying done by site:fsdeploy

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-02-16 14:13:53 +00:00
parent fd9212facc
commit b2f390701a

View File

@@ -160,7 +160,7 @@
<copy todir="${pom.siteDirectory}">
<fileset dir="${docsDest}">
<include name="**/*.*"/>
<include name="**/*"/>
</fileset>
</copy>