add message so there is some output

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-04-17 01:12:50 +00:00
parent 4961f719ce
commit b53cecfdee

View File

@@ -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>