From 870926d389457a373c06b26e3b8f210a803a42d0 Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Sat, 22 Oct 2022 23:37:46 +0100 Subject: [PATCH] Disable PMD in legacy module Currently the build reports 4629 PMD violations. --- commons-math-legacy/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml index d8ab07ec1..25a96106b 100644 --- a/commons-math-legacy/pom.xml +++ b/commons-math-legacy/pom.xml @@ -41,6 +41,9 @@ ${basedir}/.. legacy + + + true