From: Chris Bowditch Date: Wed, 30 Mar 2016 07:54:13 +0000 (+0000) Subject: move findbugs plugin into a profile so its not run as part of install unless the... X-Git-Tag: fop-2_2~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ccfebcf0bd0f00f28df042c261132e58c25cbaeb;p=xmlgraphics-fop.git move findbugs plugin into a profile so its not run as part of install unless the profile is enabled git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1737082 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/fop-core/pom.xml b/fop-core/pom.xml index 4fcb4cb6a..794ce86e5 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -322,26 +322,6 @@ - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs.plugin.version} - - src/tools/resources/findbugs/exclusions.xml - Max - Low - - - - verify - verify - - check - - - - @@ -366,4 +346,32 @@ + + + runFindbugs + + + + org.codehaus.mojo + findbugs-maven-plugin + ${findbugs.plugin.version} + + src/tools/resources/findbugs/exclusions.xml + Max + Low + + + + verify + verify + + check + + + + + + + +