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.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org