diff --git a/ant/plugin.jelly b/ant/plugin.jelly index d9a15200..85b881b1 100644 --- a/ant/plugin.jelly +++ b/ant/plugin.jelly @@ -2,10 +2,7 @@ - + xmlns:j="jelly:core"> @@ -24,355 +21,8 @@ name="ant:generate-build" description="Generate an Ant build file"> - - - ${maven.repo.remote} - ${repos[0]} - - - - build.xml generated by maven from project.xml version ${pom.currentVersion} - on date ${TODAY}, time ${TSTAMP} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${maven.ant.excludeTests} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly new file mode 100644 index 00000000..abf2b9fa --- /dev/null +++ b/ant/src/plugin-resources/templates/build.jelly @@ -0,0 +1,356 @@ + + + + + ${maven.repo.remote} + ${repos[0]} + + + build.xml generated by maven from project.xml version ${pom.currentVersion} + on date ${TODAY}, time ${TSTAMP} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${maven.ant.excludeTests} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 5ab388fa..e9283c97 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Separate build.xml template from plugin.jelly + Allow dependencies other than 'jars' to be downloaded