From 9f93f7960c97642a79ed30b84d5127017ed9fc73 Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Fri, 18 Dec 2020 14:37:27 +0100 Subject: Introduce spotbug plugin Issue-ID: CPS-159 Signed-off-by: Claudio David Gasparini Change-Id: I889b3009505421621007031fb99a43c5cd30be82 --- spotbugs/pom.xml | 28 ++++++++++++++++++++++++ spotbugs/src/main/resources/spotbugs-exclude.xml | 27 +++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 spotbugs/pom.xml create mode 100644 spotbugs/src/main/resources/spotbugs-exclude.xml (limited to 'spotbugs') diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml new file mode 100644 index 000000000..133c4f731 --- /dev/null +++ b/spotbugs/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + org.onap.cps + spotbugs + 0.0.1-SNAPSHOT + + + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + \ No newline at end of file diff --git a/spotbugs/src/main/resources/spotbugs-exclude.xml b/spotbugs/src/main/resources/spotbugs-exclude.xml new file mode 100644 index 000000000..c46270c1c --- /dev/null +++ b/spotbugs/src/main/resources/spotbugs-exclude.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg