PMD in eclipse does not accept exclude-pattern
问题 I am using PMD under eclipse 4.3.1 / Kepler and I cannot exclude files and folders from the violation check. My folder structure /any/path/to/the/workspace/myproject1 /any/path/to/the/workspace/myproject2 /any/path/to/the/workspace/myprojectWithPMDrulesFile/pmd-rules.xml Now following folders get generated by testng ...../myproject1/test-output ...../myproject2/test-output Now I have configured following rules file: <?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns="http://pmd.sourceforge