diff --git a/maven/core-unittests/pmd.xml b/maven/core-unittests/pmd.xml new file mode 100644 index 0000000000..b261165849 --- /dev/null +++ b/maven/core-unittests/pmd.xml @@ -0,0 +1,10 @@ + + + PMD rules for core unit tests. + + + + diff --git a/maven/core-unittests/pom.xml b/maven/core-unittests/pom.xml index d176fdf7eb..1096be32c0 100644 --- a/maven/core-unittests/pom.xml +++ b/maven/core-unittests/pom.xml @@ -97,6 +97,9 @@ false false 1.8 + + ${project.basedir}/pmd.xml +