From 56b626f0d97b686a58d283238f55ef2a6fd34147 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 10 Apr 2020 17:28:08 -0400 Subject: [PATCH] Move site files to their propper locations (not in the production folder.) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cf7ad608..f04501c1 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ ${basedir}/checkstyle.xml false - ${basedir}/src/main/resources/checkstyle/checkstyle-suppressions.xml + ${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml @@ -226,7 +226,7 @@ false true - ${basedir}/src/main/resources/pmd/pmd-ruleset.xml + ${basedir}/src/site/resources/pmd/pmd-ruleset.xml