From 378a9c82736860de1164754e92461228fdcb3329 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 20:09:40 +0200 Subject: [PATCH] Skip empty surefire and pmd reports --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index a2322744b..c84cbc28d 100644 --- a/pom.xml +++ b/pom.xml @@ -710,10 +710,26 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin + + false + false + org.apache.maven.plugins maven-pmd-plugin + + true + + + + default + + cpd + pmd + + + org.codehaus.mojo