From 483dddf00bd596aa91c57cf836dd7c40ba7b411e Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 28 Aug 2004 18:24:53 +0000 Subject: [PATCH] Added new maven.checkstyle.suppressions.file property. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116012 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 2 ++ checkstyle/xdocs/changes.xml | 4 ++++ checkstyle/xdocs/properties.xml | 12 ++++++++++++ 3 files changed, 18 insertions(+) diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index 08c7a5fe..45d124e9 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -147,6 +147,8 @@ file="${maven.checkstyle.header.file}"/> + + + Added new maven.checkstyle.suppressions.file + property. + Added generation of a Checkstyle RSS feed. diff --git a/checkstyle/xdocs/properties.xml b/checkstyle/xdocs/properties.xml index 60100e3c..e76ec612 100644 --- a/checkstyle/xdocs/properties.xml +++ b/checkstyle/xdocs/properties.xml @@ -118,6 +118,18 @@ violations in XML format) which is always created. + + maven.checkstyle.suppressions.file + Yes + + Specifies the location of the suppressions file to use. The plugin + defines a Checkstyle property named + checkstyle.suppressions.file with the value of this + property. This allows using the Checkstyle property your own + custom checkstyle configuration file when specifying a + suppressions file. + +