diff --git a/checkstyle/src/test/plugin-test/.cvsignore b/checkstyle/src/test/plugin-test/.cvsignore
new file mode 100644
index 00000000..b0afd1ae
--- /dev/null
+++ b/checkstyle/src/test/plugin-test/.cvsignore
@@ -0,0 +1,2 @@
+gump.xml
+*.log
diff --git a/checkstyle/src/test/plugin-test/LICENSE.txt b/checkstyle/src/test/plugin-test/LICENSE.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/checkstyle/src/test/plugin-test/maven.xml b/checkstyle/src/test/plugin-test/maven.xml
new file mode 100644
index 00000000..cf10f9c4
--- /dev/null
+++ b/checkstyle/src/test/plugin-test/maven.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${expectedFile} not generated
+
+
+
\ No newline at end of file
diff --git a/checkstyle/src/test/plugin-test/project.xml b/checkstyle/src/test/plugin-test/project.xml
new file mode 100644
index 00000000..23645e53
--- /dev/null
+++ b/checkstyle/src/test/plugin-test/project.xml
@@ -0,0 +1,40 @@
+
+
+
+ 3
+ test-maven-checkstyle-plugin
+ Test project for Maven Checkstyle 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 Checkstyle plugin
+ Test for Maven Checkstyle plugin
+ http://maven.apache.org/reference/plugins/checkstyle/
+ /www/maven.apache.org/reference/plugins/checkstyle/
+
+ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/checkstyle/
+ http://cvs.apache.org/viewcvs/maven/src/plugins-build/checkstyle/
+
+
+
+ dIon Gillard
+ dion
+ dion@multitask.com.au
+ Multitask Consulting
+
+ Documentation
+
+
+
+
+
+ src/main
+
+
diff --git a/checkstyle/src/test/plugin-test/src/main/org/apache/maven/Dummy.java b/checkstyle/src/test/plugin-test/src/main/org/apache/maven/Dummy.java
new file mode 100644
index 00000000..b966b0c8
--- /dev/null
+++ b/checkstyle/src/test/plugin-test/src/main/org/apache/maven/Dummy.java
@@ -0,0 +1,6 @@
+package org.apache.maven;
+
+public class Dummy
+{
+ public String badChecky = "error";
+}
\ No newline at end of file
diff --git a/checkstyle/xdocs/current/changes.xml b/checkstyle/xdocs/current/changes.xml
index 59e6c651..96dd9e3b 100644
--- a/checkstyle/xdocs/current/changes.xml
+++ b/checkstyle/xdocs/current/changes.xml
@@ -9,6 +9,7 @@
+ Add test project