From c7588afa59231066d764f67b4032659a7628c74b Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 26 Nov 2023 16:13:32 -0500 Subject: [PATCH] Move Checkstyle files to src/conf --- pom.xml | 4 ++-- checkstyle-header.txt => src/conf/checkstyle-header.txt | 0 checkstyle.xml => src/conf/checkstyle.xml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename checkstyle-header.txt => src/conf/checkstyle-header.txt (100%) rename checkstyle.xml => src/conf/checkstyle.xml (100%) diff --git a/pom.xml b/pom.xml index 8dcba4e..feef265 100644 --- a/pom.xml +++ b/pom.xml @@ -548,7 +548,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - ${basedir}/checkstyle.xml + ${basedir}/src/conf/checkstyle.xml true false @@ -663,7 +663,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - ${basedir}/checkstyle.xml + ${basedir}/src/conf/checkstyle.xml false diff --git a/checkstyle-header.txt b/src/conf/checkstyle-header.txt similarity index 100% rename from checkstyle-header.txt rename to src/conf/checkstyle-header.txt diff --git a/checkstyle.xml b/src/conf/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to src/conf/checkstyle.xml