From 4dc1d93628186030a9486c2cffaa5d3e995aa94d Mon Sep 17 00:00:00 2001 From: vmassol Date: Wed, 8 Jun 2005 10:25:13 +0000 Subject: [PATCH] MPDASHBOARD-27: 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. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189569 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/plugin.jelly | 44 ++++++++++++++++++++++++------------- dashboard/xdocs/changes.xml | 6 +++++ 2 files changed, 35 insertions(+), 15 deletions(-) diff --git a/dashboard/plugin.jelly b/dashboard/plugin.jelly index 520d0f95..807ecdf3 100644 --- a/dashboard/plugin.jelly +++ b/dashboard/plugin.jelly @@ -19,6 +19,7 @@ --> + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 8b39b1f9..040ad289 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,12 @@ + + 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.