From f7370170d08776e1cc068e33b1173941c8b83de8 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Tue, 21 Jan 2020 16:34:57 +0100 Subject: [PATCH] Revert "TSK-369: Add testcoverage to SonarCloud" This reverts commit 8b3ef85ed0b650eb0cc3c30eb9a4ae4f5402bb49. --- pom.xml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/pom.xml b/pom.xml index 74f90978c..765a94087 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,6 @@ 2.2 3.1.11 0.8.13 - 0.8.3 - ${project.basedir}/../../target/jacoco.exec 1.4.197 @@ -236,46 +234,6 @@ - - org.jacoco - jacoco-maven-plugin - ${version.jacoco} - - - - prepare-agent - - - true - ${jacoco.reportPath} - - - - report - prepare-package - - report - - - - jacoco-check - - check - - - - - - - 0.0 - - - - - - - - org.apache.maven.plugins maven-compiler-plugin @@ -320,9 +278,6 @@ org.apache.maven.plugins maven-surefire-plugin ${version.maven.surefire} - - ${argLine} - org.apache.maven.plugins