From c39d340306a146dfe97d8247a6cf32a0f724c1fa Mon Sep 17 00:00:00 2001 From: Lucius Bachmann Date: Fri, 17 May 2024 17:15:31 +0200 Subject: [PATCH] testing: set printFailingErrors to true for pmd check That you see the violations directly in stdout of maven. --- topics/testing/code/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/testing/code/pom.xml b/topics/testing/code/pom.xml index d852258..721541e 100644 --- a/topics/testing/code/pom.xml +++ b/topics/testing/code/pom.xml @@ -142,6 +142,7 @@ 3.22.0 false + true pmd-config.xml