From b59808f04f9b11032d9740c611eefda6bd4dfb0a Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 20 Jan 2023 20:14:46 +0100 Subject: [PATCH] Use custom surefire console reporter from build tools --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index fa3baf6230..fa9a286267 100644 --- a/pom.xml +++ b/pom.xml @@ -269,6 +269,21 @@ ${project.build.testResources[0].directory} + + true + false + true + true + true + true + + + + true + true + true + true + @@ -283,6 +298,11 @@ kotest-runner-junit5-jvm ${kotest.version} + + net.sourceforge.pmd + pmd-build-tools-config + ${pmd.build-tools.version} +