MPDASHBOARD-33: compatibility with the new checkstyle plugin (the generated directories layout changed in the plugin v >= 3.0).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@295124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-10-05 22:12:14 +00:00
parent 349170bac2
commit 2c77b6f5b2
3 changed files with 13 additions and 13 deletions

View File

@ -96,7 +96,7 @@ maven.dashboard.rungoals = true
# Properties for the Checkstyle files aggregator # Properties for the Checkstyle files aggregator
maven.dashboard.aggregator.csfiles.script = ${maven.dashboard.aggregators.dir}/csfiles.jelly maven.dashboard.aggregator.csfiles.script = ${maven.dashboard.aggregators.dir}/csfiles.jelly
maven.dashboard.aggregator.csfiles.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.csfiles.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.csfiles.label = CS Files maven.dashboard.aggregator.csfiles.label = CS Files
maven.dashboard.aggregator.csfiles.goal = checkstyle maven.dashboard.aggregator.csfiles.goal = checkstyle
maven.dashboard.aggregator.csfiles.description = Number of files checked with Checkstyle maven.dashboard.aggregator.csfiles.description = Number of files checked with Checkstyle
@ -104,7 +104,7 @@ maven.dashboard.aggregator.csfiles.report = checkstyle/index.html
# Properties for the Checkstyle error/warning aggregator (all errors/warnings) # Properties for the Checkstyle error/warning aggregator (all errors/warnings)
maven.dashboard.aggregator.csall.script = ${maven.dashboard.aggregators.dir}/csall.jelly maven.dashboard.aggregator.csall.script = ${maven.dashboard.aggregators.dir}/csall.jelly
maven.dashboard.aggregator.csall.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.csall.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.csall.label = CS err/warn maven.dashboard.aggregator.csall.label = CS err/warn
maven.dashboard.aggregator.csall.goal = checkstyle maven.dashboard.aggregator.csall.goal = checkstyle
maven.dashboard.aggregator.csall.description = Number of Checkstyle errors and warnings maven.dashboard.aggregator.csall.description = Number of Checkstyle errors and warnings
@ -112,7 +112,7 @@ maven.dashboard.aggregator.csall.report = checkstyle/index.html
# Properties for the Checkstyle error aggregator (only errors) # Properties for the Checkstyle error aggregator (only errors)
maven.dashboard.aggregator.cserrors.script = ${maven.dashboard.aggregators.dir}/cserrors.jelly maven.dashboard.aggregator.cserrors.script = ${maven.dashboard.aggregators.dir}/cserrors.jelly
maven.dashboard.aggregator.cserrors.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.cserrors.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.cserrors.label = CS errors maven.dashboard.aggregator.cserrors.label = CS errors
maven.dashboard.aggregator.cserrors.goal = checkstyle maven.dashboard.aggregator.cserrors.goal = checkstyle
maven.dashboard.aggregator.cserrors.description = Number of Checkstyle errors maven.dashboard.aggregator.cserrors.description = Number of Checkstyle errors
@ -120,7 +120,7 @@ maven.dashboard.aggregator.cserrors.report = checkstyle/index.html
# Properties for the Checkstyle warning aggregator (only warnings) # Properties for the Checkstyle warning aggregator (only warnings)
maven.dashboard.aggregator.cswarnings.script = ${maven.dashboard.aggregators.dir}/cswarnings.jelly maven.dashboard.aggregator.cswarnings.script = ${maven.dashboard.aggregators.dir}/cswarnings.jelly
maven.dashboard.aggregator.cswarnings.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.cswarnings.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.cswarnings.label = CS warnings maven.dashboard.aggregator.cswarnings.label = CS warnings
maven.dashboard.aggregator.cswarnings.goal = checkstyle maven.dashboard.aggregator.cswarnings.goal = checkstyle
maven.dashboard.aggregator.cswarnings.description = Number of Checkstyle warnings maven.dashboard.aggregator.cswarnings.description = Number of Checkstyle warnings

View File

@ -25,7 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.9-SNAPSHOT" date="in svn"> <release version="1.9-SNAPSHOT" date="in svn">
<action dev="aheritier" type="update">Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40).</action> <action dev="aheritier" type="update" issue="MPDASHBOARD-33" due-to="carlos@apache.org">Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40).</action>
<action dev="carlos" type="add" issue="MPDASHBOARD-31">Added Cobertura aggregator.</action> <action dev="carlos" type="add" issue="MPDASHBOARD-31">Added Cobertura aggregator.</action>
<action dev="vmassol" type="fix" issue="MPDASHBOARD-27"> <action dev="vmassol" type="fix" issue="MPDASHBOARD-27">
Properties <code>maven.dashboard.basedir</code>, Properties <code>maven.dashboard.basedir</code>,

View File

@ -101,35 +101,35 @@ maven.dashboard.rungoals = true
# Properties for the Checkstyle files aggregator # Properties for the Checkstyle files aggregator
maven.dashboard.aggregator.csfiles.script = ${maven.dashboard.aggregators.dir}/csfiles.jelly maven.dashboard.aggregator.csfiles.script = ${maven.dashboard.aggregators.dir}/csfiles.jelly
maven.dashboard.aggregator.csfiles.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.csfiles.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.csfiles.label = CS Files maven.dashboard.aggregator.csfiles.label = CS Files
maven.dashboard.aggregator.csfiles.goal = checkstyle maven.dashboard.aggregator.csfiles.goal = checkstyle
maven.dashboard.aggregator.csfiles.description = Number of files checked with Checkstyle maven.dashboard.aggregator.csfiles.description = Number of files checked with Checkstyle
maven.dashboard.aggregator.csfiles.report = checkstyle-report.html maven.dashboard.aggregator.csfiles.report = checkstyle/index.html
# Properties for the Checkstyle error/warning aggregator (all errors/warnings) # Properties for the Checkstyle error/warning aggregator (all errors/warnings)
maven.dashboard.aggregator.csall.script = ${maven.dashboard.aggregators.dir}/csall.jelly maven.dashboard.aggregator.csall.script = ${maven.dashboard.aggregators.dir}/csall.jelly
maven.dashboard.aggregator.csall.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.csall.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.csall.label = CS err/warn maven.dashboard.aggregator.csall.label = CS err/warn
maven.dashboard.aggregator.csall.goal = checkstyle maven.dashboard.aggregator.csall.goal = checkstyle
maven.dashboard.aggregator.csall.description = Number of Checkstyle errors and warnings maven.dashboard.aggregator.csall.description = Number of Checkstyle errors and warnings
maven.dashboard.aggregator.csall.report = checkstyle-report.html maven.dashboard.aggregator.csall.report = checkstyle/index.html
# Properties for the Checkstyle error aggregator (only errors) # Properties for the Checkstyle error aggregator (only errors)
maven.dashboard.aggregator.cserrors.script = ${maven.dashboard.aggregators.dir}/cserrors.jelly maven.dashboard.aggregator.cserrors.script = ${maven.dashboard.aggregators.dir}/cserrors.jelly
maven.dashboard.aggregator.cserrors.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.cserrors.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.cserrors.label = CS errors maven.dashboard.aggregator.cserrors.label = CS errors
maven.dashboard.aggregator.cserrors.goal = checkstyle maven.dashboard.aggregator.cserrors.goal = checkstyle
maven.dashboard.aggregator.cserrors.description = Number of Checkstyle errors maven.dashboard.aggregator.cserrors.description = Number of Checkstyle errors
maven.dashboard.aggregator.cserrors.report = checkstyle-report.html maven.dashboard.aggregator.cserrors.report = checkstyle/index.html
# Properties for the Checkstyle warning aggregator (only warnings) # Properties for the Checkstyle warning aggregator (only warnings)
maven.dashboard.aggregator.cswarnings.script = ${maven.dashboard.aggregators.dir}/cswarnings.jelly maven.dashboard.aggregator.cswarnings.script = ${maven.dashboard.aggregators.dir}/cswarnings.jelly
maven.dashboard.aggregator.cswarnings.artifact = ${maven.build.dir}/checkstyle-raw-report.xml maven.dashboard.aggregator.cswarnings.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
maven.dashboard.aggregator.cswarnings.label = CS warnings maven.dashboard.aggregator.cswarnings.label = CS warnings
maven.dashboard.aggregator.cswarnings.goal = checkstyle maven.dashboard.aggregator.cswarnings.goal = checkstyle
maven.dashboard.aggregator.cswarnings.description = Number of Checkstyle warnings maven.dashboard.aggregator.cswarnings.description = Number of Checkstyle warnings
maven.dashboard.aggregator.cswarnings.report = checkstyle-report.html maven.dashboard.aggregator.cswarnings.report = checkstyle/index.html
# Properties for the Clover TPC aggregator (TPC = Total Percent Coverage) # Properties for the Clover TPC aggregator (TPC = Total Percent Coverage)
maven.dashboard.aggregator.clovertpc.script = ${maven.dashboard.aggregators.dir}/clovertpc.jelly maven.dashboard.aggregator.clovertpc.script = ${maven.dashboard.aggregators.dir}/clovertpc.jelly