[ http://jira.codehaus.org/browse/MPMD-44?page=comments#action_77865 ] 
            
Aaron Digulla commented on MPMD-44:
-----------------------------------

I've just checked out the source and found the bug:

In PmdReport.java, line 161 reads:

     * @parameter

but it should be:

     * @parameter expression="${rulesets}"

Otherwise, the parameters from the POM file are never copied into the field.

> Allow to specify the rulesets as described in the docs
> ------------------------------------------------------
>
>                 Key: MPMD-44
>                 URL: http://jira.codehaus.org/browse/MPMD-44
>             Project: Maven 2.x Pmd Plugin
>          Issue Type: Improvement
>            Reporter: Aaron Digulla
>
> Adding rulesets doesn't work as described in the docs. Looking at the source, 
> there is no place where the "rulesets" list is used or defined.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to