From 76b433db6ccb40df16cb1b8f46ab2710cf03dc50 Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 17 Sep 2003 08:13:23 +0000 Subject: [PATCH] Added test project. Fixed bug where file wasn't being created in basedir git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114023 13f79535-47bb-0310-9956-ffa450edef68 --- ant/plugin.properties | 2 +- ant/src/test/plugin-test/.cvsignore | 1 + ant/src/test/plugin-test/maven.xml | 17 ++++++++++++ ant/src/test/plugin-test/project.xml | 39 ++++++++++++++++++++++++++++ ant/xdocs/changes.xml | 5 ++-- 5 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 ant/src/test/plugin-test/.cvsignore create mode 100644 ant/src/test/plugin-test/maven.xml create mode 100644 ant/src/test/plugin-test/project.xml diff --git a/ant/plugin.properties b/ant/plugin.properties index c0d990d0..bbb61dee 100644 --- a/ant/plugin.properties +++ b/ant/plugin.properties @@ -5,4 +5,4 @@ # keep them apart from the project specific properties. # ------------------------------------------------------------------- -maven.ant.generatebuild.file = build.xml +maven.ant.generatebuild.file = ${basedir}/build.xml diff --git a/ant/src/test/plugin-test/.cvsignore b/ant/src/test/plugin-test/.cvsignore new file mode 100644 index 00000000..69459fee --- /dev/null +++ b/ant/src/test/plugin-test/.cvsignore @@ -0,0 +1 @@ +gump.xml diff --git a/ant/src/test/plugin-test/maven.xml b/ant/src/test/plugin-test/maven.xml new file mode 100644 index 00000000..4b420c91 --- /dev/null +++ b/ant/src/test/plugin-test/maven.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + build.xml not generated + + + + \ No newline at end of file diff --git a/ant/src/test/plugin-test/project.xml b/ant/src/test/plugin-test/project.xml new file mode 100644 index 00000000..a13694f3 --- /dev/null +++ b/ant/src/test/plugin-test/project.xml @@ -0,0 +1,39 @@ + + + + 3 + test-maven-ant-plugin + Test project for Maven Ant Plugin + maven + 1.0-SNAPSHOT + + Apache Software Foundation + http://www.apache.org/ + http://maven.apache.org/images/jakarta-logo-blue.gif + + 2001 + org.apache.maven + http://maven.apache.org/images/maven.jpg + Test for Maven Ant plugin + Test for Maven Ant plugin + http://maven.apache.org/reference/plugins/ant/ + /www/maven.apache.org/reference/plugins/ant/ + + scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/ant/ + http://cvs.apache.org/viewcvs/maven/src/plugins-build/ant/ + + + + dIon Gillard + dion + dion@multitask.com.au + Multitask Consulting + + Documentation + + + + + + + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index e9283c97..d389cb71 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -7,9 +7,10 @@ - - Separate build.xml template from plugin.jelly + + Added test project + Separate build.xml template from plugin.jelly Allow dependencies other than 'jars' to be downloaded