From 081dd785f3279d4ee402f25bccf5fdf89d35eeb5 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 5 Oct 2017 18:43:15 +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 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 + + + - +