Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: None
-
Component/s: PMD
-
Labels:None
-
Number of attachments :
Description
According to PMD documentation, exclude-patterns should be independendant on the program running PMD :
http://pmd.sourceforge.net/howtomakearuleset.html
But Maven scans through all the files, not taking into account the exclude-patterns and thus including files that shouldn't be.
THose file should be filtered out by the maven plugin