brett 2004/04/16 18:12:50
Modified: ant plugin.jelly
Log:
add message so there is some output
Revision Changes Path
1.11 +2 -0 maven-plugins/ant/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/ant/plugin.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- plugin.jelly 8 Apr 2004 00:34:44 -0000 1.10
+++ plugin.jelly 17 Apr 2004 01:12:50 -0000 1.11
@@ -41,6 +41,8 @@
name="ant:generate-build"
description="Generate an Ant build file">
+ <ant:echo>Generating ${maven.ant.generatebuild.file}</ant:echo>
+
<j:file name="${maven.ant.generatebuild.file}" prettyPrint="true">
<j:import file="${plugin.resources}/templates/build.jelly" inherit="true"/>
</j:file>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]