[ 
http://jira.codehaus.org/browse/MPMD-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=194843#action_194843
 ] 

Tomasz Welman commented on MPMD-108:
------------------------------------

Configuration on which the issue occurs:

        <reporting>
                <plugins>
                        <plugin>
                                <artifactId>maven-pmd-plugin</artifactId>
                                <version>2.4</version>
                                <configuration>
                                        <rulesets>
                                                
<ruleset>tcrruleset.xml</ruleset>
                                        </rulesets>
                                        <targetJdk>1.6</targetJdk>
                                        <excludeRoots>
                                                
<excludeRoot>${project.build.testSourceDirectory}</excludeRoot>
                                                
<excludeRoot>${project.build.outputDirectory}</excludeRoot>
                                        </excludeRoots>
                                </configuration>
                        </plugin>
                </plugins>
        </reporting>

> maven-pmd-plugin does not use recent (5.0) version of PMD
> ---------------------------------------------------------
>
>                 Key: MPMD-108
>                 URL: http://jira.codehaus.org/browse/MPMD-108
>             Project: Maven 2.x PMD Plugin
>          Issue Type: Bug
>          Components: PMD
>    Affects Versions: 2.4
>         Environment: Linux (Ubuntu Jaunty 9.04), IBM Java JDK 1.6
>            Reporter: Tomasz Welman
>
> During the maven build. It says that there is no such rule as:
> basics.xml/EmptyInitializer
> The PMD docs are saying that's this is since PMD 5.0.
> Why the maven-pmd-plugin doesn't use this 5.0 version of PMD?

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