Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/dashboard/plugin.jelly,v retrieving revision 1.12 diff -u -r1.12 plugin.jelly --- plugin.jelly 13 Oct 2004 09:45:10 -0000 1.12 +++ plugin.jelly 16 Jan 2005 16:35:13 -0000 @@ -97,7 +97,7 @@ ${reactorProject.name} - + ${reactorProject.artifactId} - + + + + + + + + + + @@ -101,7 +122,16 @@ 2 - + + + + + + + + + + Index: src/plugin-test/maven.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/dashboard/src/plugin-test/maven.xml,v retrieving revision 1.10 diff -u -r1.10 maven.xml --- src/plugin-test/maven.xml 26 Nov 2004 08:33:03 -0000 1.10 +++ src/plugin-test/maven.xml 16 Jan 2005 16:35:13 -0000 @@ -55,41 +55,158 @@ + Check nb of columns in the report + Check tasklistclass aggregator - + + Check tasklistmethod aggregator - + + Check tasklist aggregator - + + Check SCM changed file aggregator - + + Check SCM commit aggregator - + - - + + Check that all project has link to their index.html page + + + + + + + Check that project1 has link to detailed report + + + + Check that project2 doesn't have link to detailed report + + + + + Check the link to the detailed report for each aggregator + + Check csallreport + + + + Check cserrors report + + + + Check cswarnings report + + + + Check csfiles report + + + + + + + + + Check junittests report + + + + Check junitpassrate report + + + + Check junitfailures report + + + + Check juniterrors report + + + + Check simiantdl report + + + + Check pmdfiles report + + + + Check pmdviolations report + + + + Check fbfiles report + + + + Check fbviolations report + + + + Check jcoveragelipc report + + + + Check jcoverageloc report + + + + Check tasklistclass report + + + + Check tasklistmethod report + + + + Check tasklist report + + + + Check scmchangedfiles report + + + + Check scmchangedcommit report + + + Index: src/plugin-test/subproject1/maven.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/dashboard/src/plugin-test/subproject1/maven.xml,v retrieving revision 1.1 diff -u -r1.1 maven.xml --- src/plugin-test/subproject1/maven.xml 26 Nov 2004 08:33:01 -0000 1.1 +++ src/plugin-test/subproject1/maven.xml 16 Jan 2005 16:35:13 -0000 @@ -19,6 +19,8 @@ + + Index: src/plugin-test/subproject1/project.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/dashboard/src/plugin-test/subproject1/project.xml,v retrieving revision 1.7 diff -u -r1.7 project.xml --- src/plugin-test/subproject1/project.xml 26 Nov 2004 08:33:01 -0000 1.7 +++ src/plugin-test/subproject1/project.xml 16 Jan 2005 16:35:13 -0000 @@ -37,6 +37,8 @@ maven-checkstyle-plugin maven-clover-plugin + maven-pmd-plugin + maven-findbugs-plugin maven-junit-report-plugin maven-simian-plugin maven-jcoverage-plugin Index: xdocs/changes.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/dashboard/xdocs/changes.xml,v retrieving revision 1.32 diff -u -r1.32 changes.xml --- xdocs/changes.xml 26 Nov 2004 19:18:23 -0000 1.32 +++ xdocs/changes.xml 16 Jan 2005 16:35:14 -0000 @@ -24,6 +24,9 @@ Vincent Massol + + Added Link to detail result for all aggregator. + Added Maven Change Log aggregators. Added Maven Tasks List aggregators. Index: xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/dashboard/xdocs/properties.xml,v retrieving revision 1.8 diff -u -r1.8 properties.xml --- xdocs/properties.xml 26 Nov 2004 08:33:04 -0000 1.8 +++ xdocs/properties.xml 16 Jan 2005 16:35:14 -0000 @@ -89,6 +89,7 @@ maven.dashboard.aggregator.csfiles.label = CS Files maven.dashboard.aggregator.csfiles.goal = checkstyle maven.dashboard.aggregator.csfiles.description = Number of files checked with Checkstyle +maven.dashboard.aggregator.csfiles.report = checkstyle-report.html # Properties for the Checkstyle error/warning aggregator (all errors/warnings) maven.dashboard.aggregator.csall.script = ${maven.dashboard.aggregators.dir}/csall.jelly @@ -96,6 +97,7 @@ maven.dashboard.aggregator.csall.label = CS err/warn maven.dashboard.aggregator.csall.goal = checkstyle maven.dashboard.aggregator.csall.description = Number of Checkstyle errors and warnings +maven.dashboard.aggregator.csall.report = checkstyle-report.html # Properties for the Checkstyle error aggregator (only errors) maven.dashboard.aggregator.cserrors.script = ${maven.dashboard.aggregators.dir}/cserrors.jelly @@ -103,6 +105,7 @@ maven.dashboard.aggregator.cserrors.label = CS errors maven.dashboard.aggregator.cserrors.goal = checkstyle maven.dashboard.aggregator.cserrors.description = Number of Checkstyle errors +maven.dashboard.aggregator.cserrors.report = checkstyle-report.html # Properties for the Checkstyle warning aggregator (only warnings) maven.dashboard.aggregator.cswarnings.script = ${maven.dashboard.aggregators.dir}/cswarnings.jelly @@ -110,6 +113,7 @@ maven.dashboard.aggregator.cswarnings.label = CS warnings maven.dashboard.aggregator.cswarnings.goal = checkstyle maven.dashboard.aggregator.cswarnings.description = Number of Checkstyle warnings +maven.dashboard.aggregator.cswarnings.report = checkstyle-report.html # Properties for the Clover TPC aggregator (TPC = Total Percent Coverage) maven.dashboard.aggregator.clovertpc.script = ${maven.dashboard.aggregators.dir}/clovertpc.jelly @@ -138,6 +142,7 @@ maven.dashboard.aggregator.junittests.label = JUnit Tests maven.dashboard.aggregator.junittests.goal = junit-report:report maven.dashboard.aggregator.junittests.description = Number of JUnit tests +maven.dashboard.aggregator.junittests.report = junit-report.html # Properties for the JUnit Failures aggregator maven.dashboard.aggregator.junitfailures.script = ${maven.dashboard.aggregators.dir}/junitfailures.jelly @@ -145,6 +150,7 @@ maven.dashboard.aggregator.junitfailures.label = JUnit Failures maven.dashboard.aggregator.junitfailures.goal = junit-report:report maven.dashboard.aggregator.junitfailures.description = Number of JUnit test failures +maven.dashboard.aggregator.junitfailures.report = junit-report.html # Properties for the JUnit Errors aggregator maven.dashboard.aggregator.juniterrors.script = ${maven.dashboard.aggregators.dir}/juniterrors.jelly @@ -152,6 +158,7 @@ maven.dashboard.aggregator.juniterrors.label = JUnit Errors maven.dashboard.aggregator.juniterrors.goal = junit-report:report maven.dashboard.aggregator.juniterrors.description = Number of JUnit test errors +maven.dashboard.aggregator.juniterrors.report = junit-report.html # Properties for the JUnit Pass Rate aggregator maven.dashboard.aggregator.junitpassrate.script = ${maven.dashboard.aggregators.dir}/junitpassrate.jelly @@ -159,6 +166,7 @@ maven.dashboard.aggregator.junitpassrate.label = JUnit Pass Rate maven.dashboard.aggregator.junitpassrate.goal = junit-report:report maven.dashboard.aggregator.junitpassrate.description = Percentage of JUnit tests that have passed vs tests in error or failed +maven.dashboard.aggregator.junitpassrate.report = junit-report.html # Properties for the PMD violations aggregator maven.dashboard.aggregator.pmdfiles.script = ${maven.dashboard.aggregators.dir}/pmdfiles.jelly @@ -166,6 +174,7 @@ maven.dashboard.aggregator.pmdfiles.label = PMD Files with Violations maven.dashboard.aggregator.pmdfiles.goal = pmd:report maven.dashboard.aggregator.pmdfiles.description = Number of files with PMD violations +maven.dashboard.aggregator.pmdfiles.report = pmd-report.html # Properties for the PMD violations aggregator maven.dashboard.aggregator.pmdviolations.script = ${maven.dashboard.aggregators.dir}/pmdviolations.jelly @@ -173,6 +182,7 @@ maven.dashboard.aggregator.pmdviolations.label = PMD Violations maven.dashboard.aggregator.pmdviolations.goal = pmd:report maven.dashboard.aggregator.pmdviolations.description = Number of PMD violations +maven.dashboard.aggregator.pmdviolations.report = pmd-report.html # Properties for the Simian duplicate lines aggregator maven.dashboard.aggregator.simiantdl.script = ${maven.dashboard.aggregators.dir}/simiantdl.jelly @@ -180,6 +190,7 @@ 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 +maven.dashboard.aggregator.simiantdl.report = simian-report.html # Properties for the JCoverage covered lines percent aggregator maven.dashboard.aggregator.jcoveragelipc.script = ${maven.dashboard.aggregators.dir}/jcoveragelipc.jelly @@ -187,6 +198,7 @@ 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 +maven.dashboard.aggregator.jcoveragelipc.report = jcoverage/index.html # Properties for the JCoverage total lines aggregator maven.dashboard.aggregator.jcoverageloc.script = ${maven.dashboard.aggregators.dir}/jcoverageloc.jelly @@ -194,43 +206,47 @@ maven.dashboard.aggregator.jcoverageloc.label = JCoverage LOC 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 # Classes Tasks aggregator maven.dashboard.aggregator.tasklistclass.script = ${maven.dashboard.aggregators.dir}/task-list-classes.jelly maven.dashboard.aggregator.tasklistclass.artifact = ${maven.build.dir}/generated-xdocs/task-list.xml maven.dashboard.aggregator.tasklistclass.label = Classes Tasks maven.dashboard.aggregator.tasklistclass.goal = maven-tasklist-plugin:report -maven.dashboard.aggregator.tasklistclass.description = Number of classes with task definition (@todo tag). +maven.dashboard.aggregator.tasklistclass.description = Total number of classes with task definition (@todo tag). +maven.dashboard.aggregator.tasklistclass.report = task-list.html # Methods Tasks aggregator maven.dashboard.aggregator.tasklistmethod.script = ${maven.dashboard.aggregators.dir}/task-list-methods.jelly maven.dashboard.aggregator.tasklistmethod.artifact = ${maven.build.dir}/generated-xdocs/task-list.xml maven.dashboard.aggregator.tasklistmethod.label = Methods Tasks maven.dashboard.aggregator.tasklistmethod.goal = maven-tasklist-plugin:report -maven.dashboard.aggregator.tasklistmethod.description = Number of methods with task definition (@todo tag). +maven.dashboard.aggregator.tasklistmethod.description = Total number of methods with task definition (@todo tag). +maven.dashboard.aggregator.tasklistmethod.report = task-list.html # All Tasks aggregator maven.dashboard.aggregator.tasklist.script = ${maven.dashboard.aggregators.dir}/task-list-all.jelly maven.dashboard.aggregator.tasklist.artifact = ${maven.build.dir}/generated-xdocs/task-list.xml maven.dashboard.aggregator.tasklist.label = All Tasks maven.dashboard.aggregator.tasklist.goal = maven-tasklist-plugin:report -maven.dashboard.aggregator.tasklist.description = Number of task definition (@todo tag). +maven.dashboard.aggregator.tasklist.description = Total number of task definition (@todo tag). +maven.dashboard.aggregator.tasklist.report = task-list.html # Changed log: total number of scm changed files aggregator -maven.dashboard.aggregator.scmchangedfiles.script = D:/Developpement/VMA/maven/dashboard/src/plugin-resources/aggregators/changelogfiles.jelly +maven.dashboard.aggregator.scmchangedfiles.script = ${maven.dashboard.aggregators.dir}/scmchangedfiles.jelly maven.dashboard.aggregator.scmchangedfiles.artifact = ${maven.build.dir}/changelog.xml maven.dashboard.aggregator.scmchangedfiles.label = SCM Changed Files maven.dashboard.aggregator.scmchangedfiles.goal = maven-changelog-plugin:report maven.dashboard.aggregator.scmchangedfiles.description = Total number of changed files in scm. +maven.dashboard.aggregator.scmchangedfiles.report = file-activity-report.html # Changed log: total number of scm commit aggregator -maven.dashboard.aggregator.scmchangedcommit.script = D:/Developpement/VMA/maven/dashboard/src/plugin-resources/aggregators/changelogcommit.jelly +maven.dashboard.aggregator.scmchangedcommit.script = ${maven.dashboard.aggregators.dir}/scmchangedcommit.jelly maven.dashboard.aggregator.scmchangedcommit.artifact = ${maven.build.dir}/changelog.xml maven.dashboard.aggregator.scmchangedcommit.label = SCM commits maven.dashboard.aggregator.scmchangedcommit.goal = maven-changelog-plugin:report maven.dashboard.aggregator.scmchangedcommit.description = Total number of scm commit. - - +maven.dashboard.aggregator.scmchangedcommit.report = changelog-report.html ]]> Index: src/plugin-test/subproject1/conf/test/changelog-report.xml =================================================================== RCS file: src/plugin-test/subproject1/conf/test/changelog-report.xml diff -N src/plugin-test/subproject1/conf/test/changelog-report.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ src/plugin-test/subproject1/conf/test/changelog-report.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,23 @@ + + + + + Changelog Report + + +
+

Timeframe: 30 days, Total Commits: 0 Total Number of Files Changed: 0

+ + + + + + + + + + +
DateAuthorFile/Message
+
+ +
Index: src/plugin-test/subproject1/conf/test/file-activity-report.xml =================================================================== RCS file: src/plugin-test/subproject1/conf/test/file-activity-report.xml diff -N src/plugin-test/subproject1/conf/test/file-activity-report.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ src/plugin-test/subproject1/conf/test/file-activity-report.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,18 @@ + + + + + File Activity Analysis + + +
+

Timeframe: 30 days, Total Commits: 0 Total Number of Files Changed: 0

+ + + + + +
File NameNumber of times changed
+
+ +