From 115812fe62ff2ae71e301177130fec0266edabf4 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 26 Nov 2023 16:16:25 -0500 Subject: [PATCH] Move PMD files to src/conf --- pom.xml | 4 ++-- pmd.xml => src/conf/pmd.xml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename pmd.xml => src/conf/pmd.xml (100%) diff --git a/pom.xml b/pom.xml index feef265..70fdf9d 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ under the License. 1.8 - ${basedir}/pmd.xml + ${basedir}/src/conf/pmd.xml @@ -692,7 +692,7 @@ under the License. 1.8 - ${basedir}/pmd.xml + ${basedir}/src/conf/pmd.xml diff --git a/pmd.xml b/src/conf/pmd.xml similarity index 100% rename from pmd.xml rename to src/conf/pmd.xml