You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Felix Feisst (JIRA)" <ji...@codehaus.org> on 2013/10/18 11:09:53 UTC

[jira] (MPMD-171) Rule properties are ignored when run under MPMD

    [ https://jira.codehaus.org/browse/MPMD-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=334383#comment-334383 ] 

Felix Feisst commented on MPMD-171:
-----------------------------------

I can confirm this behaviour. I use a custom threshold for the rulesets/java/codesize.xml/TooManyMethods rule (property maxmethods) and it is ignore when using maven-pmd-plugin

This is a major bug for me, since I have to ensure code qualtity with maven and PMD and the default threshold is too low for me!
                
> Rule properties are ignored when run under MPMD
> -----------------------------------------------
>
>                 Key: MPMD-171
>                 URL: https://jira.codehaus.org/browse/MPMD-171
>             Project: Maven PMD Plugin
>          Issue Type: Bug
>          Components: PMD
>    Affects Versions: 3.0.1
>         Environment: Linux
>            Reporter: Johannes Wienke
>
> For our project I have defined a custom ruleset for PMD in an XML file [1]. This ruleset defines properties for some of the standard PMD rules using this syntax:
> {noformat}
> <rule ref="rulesets/java/naming.xml/LongVariable">
>     <properties>
>         <property name="minimum" value="25"/>
>     </properties>
> </rule>
> {noformat}
> When I execute PMD using a parallel ant file we maintain, these custom properties are respected correctly. However, when executing PMD through maven, the properties are completely ignored.
> The pom.xml we are using is available at [2].
> [1] https://code.cor-lab.org/projects/rsb/repository/rsb-java/revisions/7e71d4d3e6d57c8529111a7f7143edeb48ddec59/entry/codecheck/pmd-rules.xml
> [2] https://code.cor-lab.org/projects/rsb/repository/rsb-java/revisions/ff17c0dd008697f70dad27bd0319f4475ab87712/entry/pom.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira