diff --git a/ant/plugin.jelly b/ant/plugin.jelly index 82cdf80b..659187d8 100644 --- a/ant/plugin.jelly +++ b/ant/plugin.jelly @@ -2,7 +2,8 @@ + xmlns:u="jelly:util" + xmlns:x="jelly:xml"> @@ -22,8 +23,13 @@ name="ant:generate-build" description="Generate an Ant build file"> + + + build.xml generated by maven from project.xml version ${pom.currentVersion} + on date ${TODAY}, time ${TSTAMP} + diff --git a/ant/project.xml b/ant/project.xml index 2a7a4d98..17629420 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -42,5 +42,18 @@ + + + + commons-jelly + commons-jelly-tags-xml + SNAPSHOT + + root.maven + + + + +