From 3816ec8dbb543fba186969ad5e59d7eede835adc Mon Sep 17 00:00:00 2001 From: carlos Date: Thu, 29 Sep 2005 23:12:44 +0000 Subject: [PATCH] Added properties maven.checkstyle.output.xml and maven.checkstyle.output.txt git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292577 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 11 ++++++----- checkstyle/plugin.properties | 4 ++++ checkstyle/xdocs/changes.xml | 1 + checkstyle/xdocs/properties.xml | 16 ++++++++++++++++ 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index b3df6eb6..c93457e7 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -208,12 +208,12 @@ + toFile="${maven.checkstyle.output.xml}"/> + toFile="${maven.checkstyle.output.txt}"/> @@ -229,8 +229,9 @@ + Generating report for severity ${severity}... + Added properties maven.checkstyle.output.xml and maven.checkstyle.output.txt It requires at least maven-plugin-plugin v1.7. It requires at least maven-xdoc-plugin v1.10. The checkstyle plugin use the maven.xdoc.locale.default to generate the report. diff --git a/checkstyle/xdocs/properties.xml b/checkstyle/xdocs/properties.xml index 49c7833f..c4c97fad 100644 --- a/checkstyle/xdocs/properties.xml +++ b/checkstyle/xdocs/properties.xml @@ -137,6 +137,22 @@ suppressions file. + + maven.checkstyle.output.xml + Yes + + Output file where the xml report is written. + Defaults to ${maven.build.dir}/checkstyle-raw-report.xml. + + + + maven.checkstyle.output.txt + Yes + + Output file where the txt report is written. + Defaults to ${maven.build.dir}/checkstyle-raw-report.txt. + +