From e7ad5447ebd6570a234d5612f045dc09a3d5dd34 Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 5 Oct 2005 22:33:27 +0000 Subject: [PATCH] Added section about dashboard properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@295134 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/xdocs/index.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/checkstyle/xdocs/index.xml b/checkstyle/xdocs/index.xml index 8b2df54c..2e008620 100644 --- a/checkstyle/xdocs/index.xml +++ b/checkstyle/xdocs/index.xml @@ -40,6 +40,26 @@
  • maven-xdoc-plugin 1.10 (at least)
  • + +
    +

    + To use older versions of the the dashboard plugin report with the latest version of this one + you need to change these properties: +

    + +# Properties for the Checkstyle files aggregator +maven.dashboard.aggregator.csfiles.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml + +# Properties for the Checkstyle error/warning aggregator (all errors/warnings) +maven.dashboard.aggregator.csall.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml + +# Properties for the Checkstyle error aggregator (only errors) +maven.dashboard.aggregator.cserrors.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml + +# Properties for the Checkstyle warning aggregator (only warnings) +maven.dashboard.aggregator.cswarnings.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml + +