From e3d21ecbbe359a859fb302980a53cb3d4990fefd Mon Sep 17 00:00:00 2001 From: carlos Date: Thu, 11 Aug 2005 23:18:24 +0000 Subject: [PATCH] Fixed typoAdded Cobertura aggregator git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@231536 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/xdocs/properties.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dashboard/xdocs/properties.xml b/dashboard/xdocs/properties.xml index f5422316..52cb8966 100644 --- a/dashboard/xdocs/properties.xml +++ b/dashboard/xdocs/properties.xml @@ -227,6 +227,22 @@ maven.dashboard.aggregator.jcoverageloc.goal = maven-jcoverage-plugin:report maven.dashboard.aggregator.jcoverageloc.description = JCoverage total lines of code maven.dashboard.aggregator.jcoverageloc.report = jcoverage/index.html +# Properties for the Cobertura covered lines percent aggregator +maven.dashboard.aggregator.coberturalipc.script = ${maven.dashboard.aggregators.dir}/coberturalipc.jelly +maven.dashboard.aggregator.coberturalipc.artifact = ${maven.docs.dest}/cobertura/coverage.xml +maven.dashboard.aggregator.coberturalipc.label = Cobertura %lines +maven.dashboard.aggregator.coberturalipc.goal = maven-cobertura-plugin:report +maven.dashboard.aggregator.coberturalipc.description = Cobertura covered lines percentile +maven.dashboard.aggregator.coberturalipc.report = cobertura/index.html + +# Properties for the Cobertura total lines aggregator +maven.dashboard.aggregator.coberturaloc.script = ${maven.dashboard.aggregators.dir}/coberturaloc.jelly +maven.dashboard.aggregator.coberturaloc.artifact = ${maven.docs.dest}/cobertura/coverage.xml +maven.dashboard.aggregator.coberturaloc.label = Cobertura LOC +maven.dashboard.aggregator.coberturaloc.goal = maven-cobertura-plugin:report +maven.dashboard.aggregator.coberturaloc.description = Cobertura total lines of code +maven.dashboard.aggregator.coberturaloc.report = cobertura/index.html + # Properties for the FindBugs file violations aggregator maven.dashboard.aggregator.fbfiles.script = ${maven.dashboard.aggregators.dir}/fbfiles.jelly maven.dashboard.aggregator.fbfiles.artifact = ${maven.build.dir}/findbugs-raw-report.xml