diff --git a/api/findbugs.sh b/api/findbugs.sh new file mode 100755 index 00000000..f8c90c73 --- /dev/null +++ b/api/findbugs.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +mvn compile findbugs:findbugs findbugs:gui + diff --git a/api/pom.xml b/api/pom.xml index 57e50c05..a6c326ee 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -94,13 +94,25 @@ - + org.codehaus.mojo findbugs-maven-plugin 3.0.5 + + Max + Low + true + + + com.h3xstream.findsecbugs + findsecbugs-plugin + LATEST + + + - +