From c6f0caea7ad151d0bec4cd7fa9c6823a262e312c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 1 Oct 2020 22:28:59 +0200 Subject: [PATCH] Remove odlmicro sonar aggregation odlmicro's project structure does not meet ODL project layout guicelines (parent vs. aggregator pom.xml) and therefore does not have the build order required for sonar report aggregation. Use default sonar configuration, as that is appropriate for this project. It also eliminates a warning. Change-Id: I0f3fc02a162da2616a31f600d7223bc67ba3ca58 Signed-off-by: Robert Varga --- jjb/odlmicro/odlmicro.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jjb/odlmicro/odlmicro.yaml b/jjb/odlmicro/odlmicro.yaml index 2aa4b0e550..38a833cc47 100644 --- a/jjb/odlmicro/odlmicro.yaml +++ b/jjb/odlmicro/odlmicro.yaml @@ -51,10 +51,7 @@ - project: name: odlmicro-sonar jobs: - - gerrit-maven-sonar: - mvn-params: > - -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec - -Dsonar.jacoco.reportPath=$WORKSPACE/target/jacoco.exec + - gerrit-maven-sonar project: "odlmicro" project-name: "odlmicro" -- 2.36.6