diff --git a/dashboard/project.xml b/dashboard/project.xml
index 30257576..24aa19a7 100644
--- a/dashboard/project.xml
+++ b/dashboard/project.xml
@@ -23,7 +23,7 @@
3
maven-dashboard-plugin
Maven Dashboard Plugin
- 1.8-SNAPSHOT
+ 1.8
Generate a dashboard containing global statistics about other maven reports
Generate a statistic dashboard
http://maven.apache.org/reference/plugins/dashboard/
@@ -75,6 +75,11 @@
1.7
MAVEN_DASHBOARD_1_7
+
+ 1.8
+ 1.8
+ MAVEN_CLOVER_1_8
+
diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml
index 3113d581..50870427 100644
--- a/dashboard/xdocs/changes.xml
+++ b/dashboard/xdocs/changes.xml
@@ -24,22 +24,16 @@
Vincent Massol
-
-
- Added aggregator totals to the HTML report.
+
+ Added aggregator totals to the HTML report.
+ Default values for
+ maven.dashboard.basedir,
+ maven.dashboard.includes,
+ maven.dashboard.excludesand
+ maven.dashboard.ignoreFailuresare copied from the equivalent Multiproject properties. This should reduce the number of properties you have to set to get going as you need now only set the Multiproject properties.
-
- Default values for maven.dashboard.basedir,
- maven.dashboard.includes, maven.dashboard.excludes
- and maven.dashboard.ignoreFailures are copied from
- the equivalent Multiproject properties. This should reduce the number of
- properties you have to set to get going as you need now only set the
- Multiproject properties.
-
-
- Prevent failure in junitpassrate.jelly due to a division
- by zero when there is a unit test source directory defined but no tests
- are executed.
+ Prevent failure in
+ junitpassrate.jellydue to a division by zero when there is a unit test source directory defined but no tests are executed.