From 4e1d988756eef635065577a4c74f3dec3e18dffe Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 30 Apr 2004 16:57:57 +0000 Subject: [PATCH] added other aggregators git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115105 13f79535-47bb-0310-9956-ffa450edef68 --- project.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project.properties b/project.properties index cad4f56f..143d03e4 100644 --- a/project.properties +++ b/project.properties @@ -22,7 +22,10 @@ maven.xdoc.date.format = dd MMMM yyyy HH:mm z maven.html2xdoc.enabled=true # Choose aggregators to use for the dashboard plugin report -maven.dashboard.aggregators = csall,clovertpc,cloverloc,cloverncloc +maven.dashboard.aggregators = csall,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl + +# Make sure we generate a Clover XML report so that the dashboard +# Clover aggregator can extract Clover data maven.clover.report.xml=true # Checkstyle