Oliver B. Fischer created MFINDBUGS-162: -------------------------------------------
Summary: Generated FindBugs report does not pay attention to exclusion filter Key: MFINDBUGS-162 URL: https://jira.codehaus.org/browse/MFINDBUGS-162 Project: Maven 2.x FindBugs Plugin Issue Type: Bug Affects Versions: 2.4.0 Environment: Maven 2.2.1 Reporter: Oliver B. Fischer The by the FindBugs plugin generated report does not pay attention to the exclusion filter file specified in the POM. The situation is the following: If I specify an exclusion filter to exclude an class, method or something similar, the check goal uses this exclusion filter to skip error reports on the excluded artifacts. But the by the plugin generated report does not pay attention to this exclusion filter. IMHO this is an error. If I exclude specific artifacts I don't want to see them in the report. I created an example project to demonstrate this at github: https://github.com/plexusnexus/MavenFindBugsReportDefectExample To reproduce this defect do the following: - {{git clone g...@github.com:plexusnexus/MavenFindBugsReportDefectExample.git}} - {{cd MavenFindBugsReportDefectExample/config}} - {{mvn install}} - {{cd ..\example}} - {{mvn install}} - {{mvn site}} - Open the generated FindBugs report -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email