Add the possibility for users to override a file genereated by maven

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-03-21 12:47:36 +00:00
parent 0903b3cc9e
commit 6792415feb

View File

@@ -93,7 +93,7 @@
</fileset>
</copy>
<!-- Copy all of the user-supplied xdocs -->
<copy todir="${docsPdf}" force="true">
<copy todir="${docsPdf}" force="true" overwrite="true">
<fileset dir="${docsXdocSrc}">
<include name="**/*.*"/>
</fileset>