diff --git a/dashboard/sample/project.xml b/dashboard/sample/project.xml
deleted file mode 100644
index 5654d6e6..00000000
--- a/dashboard/sample/project.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
- 3
-
-
- maven-dashboard-sample
-
-
- Dashboard Sample
-
-
- 1.0
-
-
-
- Apache Software Foundation
- http://jakarta.apache.org/
-
-
-
- 2003
-
-
- org.apache.maven.dashboard.sample
-
-
- A sample project using the Dashboard report
-
-
- http://maven.apache.org/
-
-
-
- scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven
- http://cvs.apache.org/viewcvs/maven/
-
-
-
-
-
-
-
-
-
-
-
-
-
- src/java
-
-
-
- maven-dashboard-plugin
-
-
-
\ No newline at end of file
diff --git a/dashboard/sample/subproject1/project.xml b/dashboard/sample/subproject1/project.xml
deleted file mode 100644
index 68dc0a58..00000000
--- a/dashboard/sample/subproject1/project.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
- 3
-
-
- maven-dashboard-sample-subproject1
-
-
- Dashboard Sample Subproject1
-
-
- 1.0
-
-
-
- Apache Software Foundation
- http://jakarta.apache.org/
-
-
-
- 2003
-
-
- org.apache.maven.dashboard.sample.subproject1
-
-
- A sample project using the Dashboard report
-
-
- http://maven.apache.org/
-
-
-
- scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven
- http://cvs.apache.org/viewcvs/maven/
-
-
-
-
-
-
-
-
-
-
-
-
-
- src/java
- src/test
-
-
- **/Test*.java
-
-
-
-
-
- maven-checkstyle-plugin
- maven-clover-plugin
-
-
-
\ No newline at end of file
diff --git a/dashboard/sample/subproject2/project.xml b/dashboard/sample/subproject2/project.xml
deleted file mode 100644
index 4276b879..00000000
--- a/dashboard/sample/subproject2/project.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
- 3
-
-
- maven-dashboard-sample-subproject2
-
-
- Dashboard Sample Subproject2
-
-
- 1.0
-
-
-
- Apache Software Foundation
- http://jakarta.apache.org/
-
-
-
- 2003
-
-
- org.apache.maven.dashboard.sample.subproject2
-
-
- A sample project using the Dashboard report
-
-
- http://maven.apache.org/
-
-
-
- scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven
- http://cvs.apache.org/viewcvs/maven/
-
-
-
-
-
-
-
-
-
-
-
-
-
- src/java
-
-
-
- maven-checkstyle-plugin
-
-
-
\ No newline at end of file
diff --git a/dashboard/sample/subproject3/project.xml b/dashboard/sample/subproject3/project.xml
deleted file mode 100644
index d318a3c6..00000000
--- a/dashboard/sample/subproject3/project.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- 3
-
-
- maven-dashboard-sample-subproject3
-
-
- Dashboard Sample Subproject3
-
-
- 1.0
-
-
-
- Apache Software Foundation
- http://jakarta.apache.org/
-
-
-
- 2003
-
-
- org.apache.maven.dashboard.sample.subproject3
-
-
- A sample project using the Dashboard report
-
-
- http://maven.apache.org/
-
-
-
- scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven
- http://cvs.apache.org/viewcvs/maven/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/dashboard/sample/.cvsignore b/dashboard/src/plugin-test/.cvsignore
similarity index 100%
rename from dashboard/sample/.cvsignore
rename to dashboard/src/plugin-test/.cvsignore
diff --git a/dashboard/src/plugin-test/LICENSE.txt b/dashboard/src/plugin-test/LICENSE.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/dashboard/src/plugin-test/maven.xml b/dashboard/src/plugin-test/maven.xml
new file mode 100644
index 00000000..7523ec9e
--- /dev/null
+++ b/dashboard/src/plugin-test/maven.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dashboard/sample/project.properties b/dashboard/src/plugin-test/project.properties
similarity index 82%
rename from dashboard/sample/project.properties
rename to dashboard/src/plugin-test/project.properties
index 9820ec25..89c6d4e5 100644
--- a/dashboard/sample/project.properties
+++ b/dashboard/src/plugin-test/project.properties
@@ -3,6 +3,8 @@
# -------------------------------------------------------------------
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
-maven.checkstyle.header.file = ${basedir}/../../LICENSE.txt
+maven.checkstyle.header.file = ${basedir}/LICENSE.txt
maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,cloverncloc
+
+offline=true
diff --git a/dashboard/src/plugin-test/project.xml b/dashboard/src/plugin-test/project.xml
new file mode 100644
index 00000000..1c1a9d33
--- /dev/null
+++ b/dashboard/src/plugin-test/project.xml
@@ -0,0 +1,35 @@
+
+
+ 3
+ test-maven-dashboard-plugin
+ Maven Dashboard plugin test
+ maven
+ 1.0
+
+ Apache Software Foundation
+ http://jakarta.apache.org/
+
+ 2003
+ org.apache.maven.dashboard.test
+ Test project for Maven Dashboard plugin
+ http://maven.apache.org/reference/plugins/dashboard/
+
+ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/dashboard/
+ http://cvs.apache.org/viewcvs/maven-plugins/dashboard/
+
+
+
+
+
+ src/java
+ src/test
+
+
+ **/Test*.java
+
+
+
+
+ maven-dashboard-plugin
+
+
\ No newline at end of file
diff --git a/dashboard/sample/subproject1/.cvsignore b/dashboard/src/plugin-test/subproject1/.cvsignore
similarity index 100%
rename from dashboard/sample/subproject1/.cvsignore
rename to dashboard/src/plugin-test/subproject1/.cvsignore
diff --git a/dashboard/sample/subproject2/project.properties b/dashboard/src/plugin-test/subproject1/project.properties
similarity index 79%
rename from dashboard/sample/subproject2/project.properties
rename to dashboard/src/plugin-test/subproject1/project.properties
index dfa71125..4e429a7b 100644
--- a/dashboard/sample/subproject2/project.properties
+++ b/dashboard/src/plugin-test/subproject1/project.properties
@@ -3,4 +3,4 @@
# -------------------------------------------------------------------
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
-maven.checkstyle.header.file = ${basedir}/../../../LICENSE.txt
+maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
diff --git a/dashboard/src/plugin-test/subproject1/project.xml b/dashboard/src/plugin-test/subproject1/project.xml
new file mode 100644
index 00000000..532518fa
--- /dev/null
+++ b/dashboard/src/plugin-test/subproject1/project.xml
@@ -0,0 +1,10 @@
+
+
+ ${basedir}/../project.xml
+ test-maven-dashboard-plugin-subproject1
+ Maven Dashboard plugin test - Subproject1
+
+ maven-checkstyle-plugin
+ maven-clover-plugin
+
+
diff --git a/dashboard/sample/subproject1/src/java/org/apache/maven/dashboard/sample/subproject1/Sample.java b/dashboard/src/plugin-test/subproject1/src/java/org/apache/maven/dashboard/test/subproject1/Sample.java
similarity index 96%
rename from dashboard/sample/subproject1/src/java/org/apache/maven/dashboard/sample/subproject1/Sample.java
rename to dashboard/src/plugin-test/subproject1/src/java/org/apache/maven/dashboard/test/subproject1/Sample.java
index 1d70fd20..aa24913c 100644
--- a/dashboard/sample/subproject1/src/java/org/apache/maven/dashboard/sample/subproject1/Sample.java
+++ b/dashboard/src/plugin-test/subproject1/src/java/org/apache/maven/dashboard/test/subproject1/Sample.java
@@ -1,4 +1,4 @@
-package org.apache.maven.dashboard.sample.subproject1;
+package org.apache.maven.dashboard.test.subproject1;
/* ====================================================================
* The Apache Software License, Version 1.1
@@ -61,7 +61,7 @@ package org.apache.maven.dashboard.sample.subproject1;
*
* @author Vincent Massol
*
- * @version $Id: Sample.java,v 1.2 2003/11/05 19:26:58 vmassol Exp $
+ * @version $Id: Sample.java,v 1.1 2003/11/17 21:36:58 vmassol Exp $
*/
public class Sample
{
diff --git a/dashboard/sample/subproject1/src/test/org/apache/maven/dashboard/sample/subproject1/TestSample.java b/dashboard/src/plugin-test/subproject1/src/test/org/apache/maven/dashboard/test/subproject1/TestSample.java
similarity index 96%
rename from dashboard/sample/subproject1/src/test/org/apache/maven/dashboard/sample/subproject1/TestSample.java
rename to dashboard/src/plugin-test/subproject1/src/test/org/apache/maven/dashboard/test/subproject1/TestSample.java
index f0fdd984..3d8db863 100644
--- a/dashboard/sample/subproject1/src/test/org/apache/maven/dashboard/sample/subproject1/TestSample.java
+++ b/dashboard/src/plugin-test/subproject1/src/test/org/apache/maven/dashboard/test/subproject1/TestSample.java
@@ -1,4 +1,4 @@
-package org.apache.maven.dashboard.sample.subproject1;
+package org.apache.maven.dashboard.test.subproject1;
/* ====================================================================
* The Apache Software License, Version 1.1
@@ -63,7 +63,7 @@ import junit.framework.TestCase;
*
* @author Vincent Massol
*
- * @version $Id: TestSample.java,v 1.1 2003/11/05 19:26:58 vmassol Exp $
+ * @version $Id: TestSample.java,v 1.1 2003/11/17 21:37:00 vmassol Exp $
*/
public class TestSample extends TestCase
{
diff --git a/dashboard/sample/subproject2/.cvsignore b/dashboard/src/plugin-test/subproject2/.cvsignore
similarity index 100%
rename from dashboard/sample/subproject2/.cvsignore
rename to dashboard/src/plugin-test/subproject2/.cvsignore
diff --git a/dashboard/sample/subproject1/project.properties b/dashboard/src/plugin-test/subproject2/project.properties
similarity index 79%
rename from dashboard/sample/subproject1/project.properties
rename to dashboard/src/plugin-test/subproject2/project.properties
index dfa71125..4e429a7b 100644
--- a/dashboard/sample/subproject1/project.properties
+++ b/dashboard/src/plugin-test/subproject2/project.properties
@@ -3,4 +3,4 @@
# -------------------------------------------------------------------
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
-maven.checkstyle.header.file = ${basedir}/../../../LICENSE.txt
+maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
diff --git a/dashboard/src/plugin-test/subproject2/project.xml b/dashboard/src/plugin-test/subproject2/project.xml
new file mode 100644
index 00000000..edb44528
--- /dev/null
+++ b/dashboard/src/plugin-test/subproject2/project.xml
@@ -0,0 +1,9 @@
+
+
+ ${basedir}/../project.xml
+ test-maven-dashboard-plugin-subproject2
+ Maven Dashboard plugin test - Subproject2
+
+ maven-checkstyle-plugin
+
+
diff --git a/dashboard/sample/subproject2/src/java/org/apache/maven/dashboard/sample/subproject2/Sample.java b/dashboard/src/plugin-test/subproject2/src/java/org/apache/maven/dashboard/test/subproject2/Sample.java
similarity index 96%
rename from dashboard/sample/subproject2/src/java/org/apache/maven/dashboard/sample/subproject2/Sample.java
rename to dashboard/src/plugin-test/subproject2/src/java/org/apache/maven/dashboard/test/subproject2/Sample.java
index 5f7373cd..7e93ae56 100644
--- a/dashboard/sample/subproject2/src/java/org/apache/maven/dashboard/sample/subproject2/Sample.java
+++ b/dashboard/src/plugin-test/subproject2/src/java/org/apache/maven/dashboard/test/subproject2/Sample.java
@@ -1,4 +1,4 @@
-package org.apache.maven.dashboard.sample.subproject2;
+package org.apache.maven.dashboard.test.subproject2;
/* ====================================================================
* The Apache Software License, Version 1.1
@@ -61,7 +61,7 @@ package org.apache.maven.dashboard.sample.subproject2;
*
* @author Vincent Massol
*
- * @version $Id: Sample.java,v 1.1 2003/11/04 21:11:32 vmassol Exp $
+ * @version $Id: Sample.java,v 1.1 2003/11/17 21:37:00 vmassol Exp $
*/
public class Sample
{
diff --git a/dashboard/sample/subproject3/.cvsignore b/dashboard/src/plugin-test/subproject3/.cvsignore
similarity index 100%
rename from dashboard/sample/subproject3/.cvsignore
rename to dashboard/src/plugin-test/subproject3/.cvsignore
diff --git a/dashboard/sample/subproject3/project.properties b/dashboard/src/plugin-test/subproject3/project.properties
similarity index 79%
rename from dashboard/sample/subproject3/project.properties
rename to dashboard/src/plugin-test/subproject3/project.properties
index dfa71125..4e429a7b 100644
--- a/dashboard/sample/subproject3/project.properties
+++ b/dashboard/src/plugin-test/subproject3/project.properties
@@ -3,4 +3,4 @@
# -------------------------------------------------------------------
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
-maven.checkstyle.header.file = ${basedir}/../../../LICENSE.txt
+maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
diff --git a/dashboard/src/plugin-test/subproject3/project.xml b/dashboard/src/plugin-test/subproject3/project.xml
new file mode 100644
index 00000000..844a3148
--- /dev/null
+++ b/dashboard/src/plugin-test/subproject3/project.xml
@@ -0,0 +1,6 @@
+
+
+ ${basedir}/../project.xml
+ test-maven-dashboard-plugin-subproject3
+ Maven Dashboard plugin test - Subproject3
+