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 - Honor findbugs settings in pom.xml
Summary: Honor findbugs settings in pom.xml
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-14 15:36 UTC by scooper4711
Modified: 2015-02-04 09:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.