From 206130be32905f707fa3fd51e8bf88db86aa224c Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 9 Nov 2003 20:51:00 +0000 Subject: [PATCH] Better handling if the goal called to generate aggregator artifact fails. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114285 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/plugin.jelly | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/dashboard/plugin.jelly b/dashboard/plugin.jelly index ba92fbe9..08d302d0 100644 --- a/dashboard/plugin.jelly +++ b/dashboard/plugin.jelly @@ -134,17 +134,34 @@ + Generating data for aggregator [${aggregatorName}] + + - - - + - + Calling goal [${goalName}] to generate data... + + + + + + + + Error while calling goal [${goalName}]: + ${exception} + + + + + + +