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