From 931e951c754aa0c391975d19963adced32e7fce1 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 5 Dec 2003 14:18:14 +0000 Subject: [PATCH] - Start work on 1.3 version - Start exploring plugin dependencies git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114447 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/project.xml | 22 ++++++++++++++++++++-- dashboard/xdocs/changes.xml | 10 ++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/dashboard/project.xml b/dashboard/project.xml index e01c1cbd..d6f72ba3 100644 --- a/dashboard/project.xml +++ b/dashboard/project.xml @@ -5,7 +5,7 @@ 3 maven-dashboard-plugin Maven Dashboard Plugin - 1.2 + 1.3-SNAPSHOT Generate a dashboard containing global statistics about other maven reports Generate a statistic dashboard http://maven.apache.org/reference/plugins/dashboard/ @@ -31,6 +31,11 @@ 1.2 MAVEN_DASHBOARD_1_2 + + 1.3 + 1.3 + HEAD + @@ -52,7 +57,20 @@ jdt@roe.ac.uk - + + + maven + maven-clover-plugin + 1.4-SNAPSHOT + plugin + + + maven + maven-junit-report-plugin + 1.4-SNAPSHOT + plugin + + maven-changes-plugin maven-changelog-plugin diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index ce0530a8..8dd359c2 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -7,11 +7,17 @@ + + + Added explicit dependencies on other Maven plugins. + + + - + Added column legends to the dashboard report. - + Added JUnit aggregators.