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