From 00069f7ff816f591dde86c4ac17e0ebd8245207c Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 19 Nov 2018 14:16:32 +0100 Subject: [PATCH] more excludes --- findbugs-excludes.xml | 3 +-- pmd-excludes.xml | 9 +++++++++ pom.xml | 13 +++++++++---- 3 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 pmd-excludes.xml diff --git a/findbugs-excludes.xml b/findbugs-excludes.xml index e59ebf25..e893f7b3 100644 --- a/findbugs-excludes.xml +++ b/findbugs-excludes.xml @@ -6,7 +6,6 @@ - - + \ No newline at end of file diff --git a/pmd-excludes.xml b/pmd-excludes.xml new file mode 100644 index 00000000..1cb4b818 --- /dev/null +++ b/pmd-excludes.xml @@ -0,0 +1,9 @@ + + + excludes + .*/batis.mapper/*.* + .*/batis.model/*.* + \ No newline at end of file diff --git a/pom.xml b/pom.xml index dea8b3c3..aa4f5ebb 100644 --- a/pom.xml +++ b/pom.xml @@ -80,10 +80,15 @@ false ${java.version} false - - .*/batis.mapper/*.* - .*/batis.model/*.* - + .*/batis.mapper/*.* + .*/batis.model/*.* + + + + + + +