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/*.* + + + + + + +