Issue Type: Bug Bug
Affects Versions: 2.5.2
Assignee: Garvin LeClaire
Created: 20/Apr/13 11:36 AM
Description:

I would like to call findbugs on my project as part of a git pre-commit hook - so that I cannot commit files which have un-addressed findbugs findings in them.
Since I'm working on a legacy project with lots of findbugs findings, I want to restrict this to only the files I'm currently committing.
So I'd like to be able to invoke:

mvn -Dfindbugs._onlyAnalyze_=class1,class2 compile findbugs:check

where class1 and class2 are the only classes I've modified.

Project: Maven 2.x FindBugs Plugin
Priority: Major Major
Reporter: Stephen Cooper
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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

Reply via email to