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.