From 3d28c6a03769bfa23daad733c1984bf49fd2f601 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 5 Oct 2017 18:43:29 +0100 Subject: [PATCH] Configuration for Findbugs, with security plugin, and script to start gui --- api/findbugs.sh | 4 ++++ api/pom.xml | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100755 api/findbugs.sh diff --git a/api/findbugs.sh b/api/findbugs.sh new file mode 100755 index 000000000..f8c90c73b --- /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 290639336..ffbbd2f3c 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -75,13 +75,25 @@ - + org.codehaus.mojo findbugs-maven-plugin 3.0.5 + + Max + Low + true + + + com.h3xstream.findsecbugs + findsecbugs-plugin + LATEST + + + - +