evenisse 2004/03/21 04:47:36
Modified: pdf plugin.jelly
Log:
Add the possibility for users to override a file genereated by maven
Revision Changes Path
1.18 +1 -1 maven-plugins/pdf/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/pdf/plugin.jelly,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- plugin.jelly 4 Mar 2004 18:37:54 -0000 1.17
+++ plugin.jelly 21 Mar 2004 12:47:36 -0000 1.18
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]