diff --git a/pmd-excludes.xml b/pmd-excludes.xml
deleted file mode 100644
index 1cb4b818..00000000
--- a/pmd-excludes.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- excludes
- .*/batis.mapper/*.*
- .*/batis.model/*.*
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index aa4f5ebb..d6ec640b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,15 +80,10 @@
false
${java.version}
false
- .*/batis.mapper/*.*
- .*/batis.model/*.*
-
-
-
-
-
-
-
+
+ **/batis/mapper/*.java
+ **/batis/model/*.java
+