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
Activity
David Matejcek
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | mpmd84-20100716.patch [ 50182 ] |
Dennis Lundberg
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
he..
i have the same problem with it. It seems that this issue is too unimportant to change.
So i looked into the source... and i asked me, why isn't the pmd.main() used to call pmd ?!
(ok, there is not so much configuration possible... )
But the latest pmd version can easily be configured...
any suggestions?
thanks...