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. + +