? src/plugin-resources/aggregators/jcoveragelitot.jelly Index: plugin.properties =================================================================== RCS File: /dummyroot/maven-plugins/dashboard/plugin.properties retrieving revision 1.10 diff -u -r1.10 plugin.properties --- plugin.properties +++ plugin.properties 15 Sep 2004 14:40:29 -0000 @@ -182,3 +182,11 @@ maven.dashboard.aggregator.jcoveragelipc.label = JCoverage %lines maven.dashboard.aggregator.jcoveragelipc.goal = maven-jcoverage-plugin:report maven.dashboard.aggregator.jcoveragelipc.description = JCoverage covered lines percentile + +# Properties for the JCoverage total lines aggregator +maven.dashboard.aggregator.jcoveragelitot.script = ${maven.dashboard.aggregators.dir}/jcoveragelitot.jelly +maven.dashboard.aggregator.jcoveragelitot.artifact = ${maven.build.dir}/jcoverage/coverage.xml +maven.dashboard.aggregator.jcoveragelitot.label = JCoverage total lines +maven.dashboard.aggregator.jcoveragelitot.goal = maven-jcoverage-plugin:report +maven.dashboard.aggregator.jcoveragelitot.description = JCoverage total lines + Index: xdocs\aggregators.xml =================================================================== RCS File: /dummyroot/maven-plugins/dashboard/xdocs/aggregators.xml retrieving revision 1.9 diff -u -r1.9 xdocs\aggregators.xml --- xdocs\aggregators.xml +++ xdocs\aggregators.xml 15 Sep 2004 15:24:16 -0000 @@ -144,6 +144,13 @@ Total percentage of lines covered. +