vmassol 2004/08/28 11:24:53 Modified: checkstyle plugin.jelly checkstyle/xdocs changes.xml properties.xml Log: Added new <code>maven.checkstyle.suppressions.file</code> property. Revision Changes Path 1.29 +2 -0 maven-plugins/checkstyle/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/checkstyle/plugin.jelly,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- plugin.jelly 29 Jun 2004 05:42:45 -0000 1.28 +++ plugin.jelly 28 Aug 2004 18:24:52 -0000 1.29 @@ -147,6 +147,8 @@ file="${maven.checkstyle.header.file}"/> <property key="checkstyle.cache.file" file="${maven.checkstyle.cache.file}"/> + <property key="checkstyle.suppressions.file" + file="${maven.checkstyle.suppressions.file}"/> <ant:fileset dir="${pom.build.sourceDirectory}" includes="${maven.checkstyle.includes}" 1.36 +4 -0 maven-plugins/checkstyle/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/checkstyle/xdocs/changes.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- changes.xml 30 Jun 2004 04:15:06 -0000 1.35 +++ changes.xml 28 Aug 2004 18:24:53 -0000 1.36 @@ -27,6 +27,10 @@ <body> <release version="2.5-SNAPSHOT" date="In CVS"> <action dev="vmassol" type="add"> + Added new <code>maven.checkstyle.suppressions.file</code> + property. + </action> + <action dev="vmassol" type="add"> Added generation of a Checkstyle RSS feed. </action> <action dev="aheritier" type="fix" issue="MPCHECKSTYLE-21">Fix : Build failed if target directory and License file didn't exist.</action> 1.6 +12 -0 maven-plugins/checkstyle/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/maven-plugins/checkstyle/xdocs/properties.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- properties.xml 23 Apr 2004 15:48:47 -0000 1.5 +++ properties.xml 28 Aug 2004 18:24:53 -0000 1.6 @@ -118,6 +118,18 @@ violations in XML format) which is always created. </td> </tr> + <tr> + <td>maven.checkstyle.suppressions.file</td> + <td>Yes</td> + <td> + Specifies the location of the suppressions file to use. The plugin + defines a Checkstyle property named + <code>checkstyle.suppressions.file</code> with the value of this + property. This allows using the Checkstyle property your own + custom checkstyle configuration file when specifying a + suppressions file. + </td> + </tr> </table> </section> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]