From 91a6840847593e2a568479e422de5450e2730f05 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 20 May 2024 08:44:29 -0400 Subject: [PATCH] Manage PMD plugin configuration --- pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 3514c3c19b..5378aacce5 100644 --- a/pom.xml +++ b/pom.xml @@ -356,6 +356,16 @@ false + + org.apache.maven.plugins + maven-pmd-plugin + + ${maven.compiler.target} + + ${basedir}/src/checkstyle/fileupload_basic.xml + + + @@ -395,12 +405,6 @@ org.apache.maven.plugins maven-pmd-plugin - - ${maven.compiler.target} - - ${basedir}/src/checkstyle/fileupload_basic.xml - -