From b740a78e4944234cddcbafc33a2af9a8e5c33472 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 5 Mar 2020 14:11:49 -0500 Subject: Test jobs fail using updated sonar/surefire Issue-ID: AAI-2826 Signed-off-by: Jimmy Forsyth Change-Id: I9db6f0aa5fa67e93d5f71e5da907b7f77168af27 --- pom.xml | 84 ++++++----------------------------------------------------------- 1 file changed, 7 insertions(+), 77 deletions(-) diff --git a/pom.xml b/pom.xml index 3ae9639..d575a70 100755 --- a/pom.xml +++ b/pom.xml @@ -46,15 +46,6 @@ true - - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - false - ${project.version} - - 0.28.0 @@ -867,11 +858,6 @@ - - org.codehaus.mojo - sonar-maven-plugin - 3.3 - org.codehaus.groovy.maven gmaven-plugin @@ -913,71 +899,15 @@ maven-dependency-plugin - - org.jacoco - jacoco-maven-plugin - 0.7.9 - - true - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco.exec - - ${project.reporting.outputDirectory}/jacoco - - - - default-check - - check - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - -noverify ${argLine} - alphabetical - - + org.apache.maven.plugins + maven-surefire-plugin + + + alphabetical + + org.springframework.boot spring-boot-maven-plugin -- cgit 1.2.3-korg