? 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. + + jcoveragelitot + JCoverage + + Total number of code lines. + + Index: src\plugin-test\project.properties =================================================================== RCS File: /dummyroot/maven-plugins/dashboard/src/plugin-test/project.properties retrieving revision 1.15 diff -u -r1.15 src\plugin-test\project.properties --- src\plugin-test\project.properties +++ src\plugin-test\project.properties 15 Sep 2004 14:57:10 -0000 @@ -36,7 +36,7 @@ # Define what dashboard aggregators will be run. This property is inherited # by the subprojects and thus they don't need to define it again. -maven.dashboard.aggregators = csall,cserrors,cswarnings,csfiles,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl,pmdfiles,pmdviolations,jcoveragelipc +maven.dashboard.aggregators = csall,cserrors,cswarnings,csfiles,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl,pmdfiles,pmdviolations,jcoveragelipc,jcoveragelitot # Make sure that an XML report is generated whenever Clover is run. Also # inherited by the subprojects.