This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 226129

Summary: Honor findbugs settings in pom.xml
Product: java Reporter: scooper4711
Component: FindBugsAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description scooper4711 2013-02-14 15:36:48 UTC
We have configured findbugs for all our enterprise projects by configuring it in a parent pom which all projects include.
This settings for the <excludeFilterFile> which resides in a build tools jar which findbugs leverages.

We're following the configuration outlined here:
http://mojo.codehaus.org/findbugs-maven-plugin/examples/multi-module-config.html

Ideally, the Findbugs extension would just run mvn findbugs:findbugs and leverage the generated target/findbugs.xml file.