From 1cf551d4375aef5ce6c62f5861d0da46ebf3792d Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 22 Apr 2005 12:50:52 +0000 Subject: [PATCH] MPDASHBOARD-22: Added aggregator totals to the HTML report. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@164229 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/plugin-resources/templates/dashboard.jsl | 13 +++++++++++++ dashboard/src/plugin-test/maven.xml | 2 +- dashboard/xdocs/changes.xml | 3 +++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/dashboard/src/plugin-resources/templates/dashboard.jsl b/dashboard/src/plugin-resources/templates/dashboard.jsl index a5edf981..2b387f8e 100644 --- a/dashboard/src/plugin-resources/templates/dashboard.jsl +++ b/dashboard/src/plugin-resources/templates/dashboard.jsl @@ -52,6 +52,19 @@ + + + + Total + + + + + + + + + diff --git a/dashboard/src/plugin-test/maven.xml b/dashboard/src/plugin-test/maven.xml index d47bfda3..a10f1238 100644 --- a/dashboard/src/plugin-test/maven.xml +++ b/dashboard/src/plugin-test/maven.xml @@ -52,7 +52,7 @@ Check nb of rows in the report - + diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 048477f2..3113d581 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,9 @@ + + Added aggregator totals to the HTML report. + Default values for maven.dashboard.basedir, maven.dashboard.includes, maven.dashboard.excludes