From: SourceForge.net <no...@so...> - 2006-06-24 18:19:32
|
Feature Requests item #1325169, was opened at 2005-10-12 14:52 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497856&aid=1325169&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: findbugs Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kaj Hejer (kajh99) Assigned to: Nobody/Anonymous (nobody) Summary: [findbugs] Make maven:check-source task fail upon violation Initial Comment: It would be great if the maven-findbugs-plugin had a property like maven.checkstyle.fail.on.violation that would make the maven:check-source task fail upon a violation and stop the build process. The default should be false, but those of us who want this feature could set this property to true. ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2006-06-24 13:19 Message: Logged In: YES user_id=498804 Stashing my notes here: This requires using the FindBugs "warningsProperty" in the Ant task call, changing plugin.jelly to check the property after the Ant call runs, and failing the build if the user sets a new property (e.g. maven.findbugs.failOnWarnings) to true. (Please beat me to it and provide a patch ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497856&aid=1325169&group_id=61626 |