From 0cd981354193c81b7657a2fb263123d140915ab3 Mon Sep 17 00:00:00 2001 From: Mkydy <2062771709@qq.com> Date: Sat, 14 May 2022 14:49:03 +0800 Subject: [PATCH] =?UTF-8?q?[NO]:=20FR202205270001=20[Describe]:=20?= =?UTF-8?q?=E9=9B=86=E6=88=90SpotBugs=E6=8F=92=E4=BB=B6=20[Issues]:=20NO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- pom.xml | 46 +++++++++++++++++++++++++++++++++++ spotbugs-security-exclude.xml | 2 ++ spotbugs-security-include.xml | 5 ++++ 4 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 spotbugs-security-exclude.xml create mode 100644 spotbugs-security-include.xml diff --git a/.gitignore b/.gitignore index 20d58f4..c1c06ac 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ gradle-app.setting *.iml .idea -.gitee \ No newline at end of file +.gitee +**/target/** \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6c1689e..ab22fc0 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,52 @@ pom 聚合服务 + + + alimaven + aliyun maven + https://maven.aliyun.com/repository/public + + true + + + false + + + + + + + com.github.spotbugs + spotbugs-maven-plugin + 4.6.0.0 + + + + com.github.spotbugs + spotbugs + 4.7.0 + + + + true + + target/spotbugs + + spotbugs-security-include.xml + + spotbugs-security-exclude.xml + + + com.h3xstream.findsecbugs + findsecbugs-plugin + 1.12.0 + + + + + + diff --git a/spotbugs-security-exclude.xml b/spotbugs-security-exclude.xml new file mode 100644 index 0000000..2536805 --- /dev/null +++ b/spotbugs-security-exclude.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/spotbugs-security-include.xml b/spotbugs-security-include.xml new file mode 100644 index 0000000..69e87f6 --- /dev/null +++ b/spotbugs-security-include.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file -- Gitee