From 3aa9669d43d8590cbc053074ee15a573abd5da31 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 16 Jan 2006 17:59:38 +0000 Subject: [PATCH] PR: MPDASHBOARD-35 Submitted by: Christoph Jerolimov Fix count of changelog-entries with maven-changelog-plugin-1.9. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369535 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugin-resources/aggregators/scmchangedcommit.jelly | 2 +- .../plugin-resources/aggregators/scmchangedfiles.jelly | 2 +- dashboard/xdocs/aggregators.xml | 8 +++++--- dashboard/xdocs/changes.xml | 1 + 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly b/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly index 0cc48577..d6afbbb7 100644 --- a/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly +++ b/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly @@ -30,7 +30,7 @@ - + diff --git a/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly b/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly index 7c082416..d9bd2436 100644 --- a/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly +++ b/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly @@ -30,7 +30,7 @@ - + diff --git a/dashboard/xdocs/aggregators.xml b/dashboard/xdocs/aggregators.xml index 880b4a6c..35f49045 100644 --- a/dashboard/xdocs/aggregators.xml +++ b/dashboard/xdocs/aggregators.xml @@ -205,15 +205,17 @@ SCM Changed Files Total number of changed files in scm. + Note: requires at least maven-changelog-plugin-1.9. - + scmchangedcommit - JavaNCSS Packages Total + SCM Committed Files Total number of scm commit. + Note: requires at least maven-changelog-plugin-1.9. - + javancsspackagestotal JavaNCSS diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 2f2590ee..bde24eff 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,7 @@ + Fix count of changelog-entries with maven-changelog-plugin-1.9. Add new aggregators jiraopen and jirascheduled. Incorrect links with multiproject independent navigation. maven.dashboard.report.showempty property not honored.