From 617035543a912ad47f1b2901910384b34d697abd Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 6 Feb 2006 05:40:13 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.9 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375189 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/project.xml | 11 +++++++---- dashboard/xdocs/changes.xml | 26 ++++++++++++++------------ 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/dashboard/project.xml b/dashboard/project.xml index c11eaa77..7f9096d6 100644 --- a/dashboard/project.xml +++ b/dashboard/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugin-parent/project.xml 3 maven-dashboard-plugin Maven Dashboard Plugin - 1.9-SNAPSHOT + 1.9 Generate a dashboard containing global statistics about other maven reports Generate a statistic dashboard http://maven.apache.org/maven-1.x/reference/plugins/dashboard/ @@ -81,6 +79,11 @@ 1.8 MAVEN_DASHBOARD_1_8 + + 1.9 + 1.9 + MAVEN_DASHBOARD_1_9 + diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index e96fe7ba..f67e9c6c 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -17,32 +17,34 @@ * limitations under the License. */ --> - Changes Vincent Massol - + Allow sorting of dashboard items (requires Maven 1.1). Add message on status of finding dashboard-single.xml. Fix count of changelog-entries with maven-changelog-plugin-1.9. - Add new aggregators jiraopen and jirascheduled. + Add new aggregators + jiraopenand + jirascheduled. + Incorrect links with multiproject independent navigation. - maven.dashboard.report.showempty property not honored. + + maven.dashboard.report.showemptyproperty not honored. + Cobertura aggregator doesn't support offline mode. Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40). Added Cobertura aggregator. - - Properties maven.dashboard.basedir, - maven.dashboard.includes, maven.dashboard.excludes - and maven.dashboard.ignoreFailures were ignored and were always - defaulting to their multiproject plugin counterpart. - - - The JUnit pass rate aggregator was no longer showing values in the dashboard. + Properties + maven.dashboard.basedir, + maven.dashboard.includes, + maven.dashboard.excludesand + maven.dashboard.ignoreFailureswere ignored and were always defaulting to their multiproject plugin counterpart. + The JUnit pass rate aggregator was no longer showing values in the dashboard. Added aggregator totals to the HTML report.