? src/plugin-resources/aggregators/jcoveragelipc.jelly Index: plugin.jelly =================================================================== RCS File: /dummyroot/maven-plugins/dashboard/plugin.jelly retrieving revision 1.11 diff -u -r1.11 plugin.jelly --- plugin.jelly +++ plugin.jelly 6 Sep 2004 10:09:48 -0000 Index: plugin.properties =================================================================== RCS File: /dummyroot/maven-plugins/dashboard/plugin.properties retrieving revision 1.9 diff -u -r1.9 plugin.properties --- plugin.properties +++ plugin.properties 6 Sep 2004 10:10:08 -0000 @@ -175,3 +175,11 @@ maven.dashboard.aggregator.simiantdl.label = Simian TDL maven.dashboard.aggregator.simiantdl.goal = maven-simian-plugin:report maven.dashboard.aggregator.simiantdl.description = Simian Total Duplicate Lines + +# Properties for the JCoverage covered lines percent aggregator +maven.dashboard.aggregator.jcoveragelipc.script = ${maven.dashboard.aggregators.dir}/jcoveragelipc.jelly +maven.dashboard.aggregator.jcoveragelipc.artifact = ${maven.build.dir}/jcoverage/coverage.xml +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 + Index: src\plugin-test\project.properties =================================================================== RCS File: /dummyroot/maven-plugins/dashboard/src/plugin-test/project.properties retrieving revision 1.14 diff -u -r1.14 src\plugin-test\project.properties --- src\plugin-test\project.properties +++ src\plugin-test\project.properties 6 Sep 2004 09:43:30 -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 +maven.dashboard.aggregators = csall,cserrors,cswarnings,csfiles,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl,pmdfiles,pmdviolations,jcoveragelipc # Make sure that an XML report is generated whenever Clover is run. Also # inherited by the subprojects. Index: src\plugin-test\subproject1\project.xml =================================================================== RCS File: /dummyroot/maven-plugins/dashboard/src/plugin-test/subproject1/project.xml retrieving revision 1.5 diff -u -r1.5 src\plugin-test\subproject1\project.xml --- src\plugin-test\subproject1\project.xml +++ src\plugin-test\subproject1\project.xml 6 Sep 2004 10:12:11 -0000 @@ -39,5 +39,6 @@ maven-clover-plugin maven-junit-report-plugin maven-simian-plugin + maven-jcoverage-plugin