Fixed typoAdded Cobertura aggregator

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@231536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2005-08-11 23:18:24 +00:00
parent 428c6897e2
commit e3d21ecbbe

View File

@ -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.description = JCoverage total lines of code
maven.dashboard.aggregator.jcoverageloc.report = jcoverage/index.html 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 # Properties for the FindBugs file violations aggregator
maven.dashboard.aggregator.fbfiles.script = ${maven.dashboard.aggregators.dir}/fbfiles.jelly maven.dashboard.aggregator.fbfiles.script = ${maven.dashboard.aggregators.dir}/fbfiles.jelly
maven.dashboard.aggregator.fbfiles.artifact = ${maven.build.dir}/findbugs-raw-report.xml maven.dashboard.aggregator.fbfiles.artifact = ${maven.build.dir}/findbugs-raw-report.xml