From 3aab57d1e92769dc7c44a1ff6004ae6747eb7a6a Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Tue, 12 Nov 2024 20:16:02 +0100 Subject: [PATCH] removed cobertura --- Jenkinsfile | 1 - pom.xml | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ac5cf575..a27eee22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,6 @@ pipeline { post { always { junit '**/surefire-reports/*.xml' - cobertura coberturaReportFile: '**/target/site/cobertura/coverage.xml' } changed { mail to: "jenkins@wamblee.org", diff --git a/pom.xml b/pom.xml index ec3d5642..73a442eb 100644 --- a/pom.xml +++ b/pom.xml @@ -410,26 +410,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - post-integration-test - - cobertura - - - - - true - - html - xml - - - maven-site-plugin -- 2.31.1