From 4be3fbbbee780bc80024f0440971e7183bb206e3 Mon Sep 17 00:00:00 2001 From: Markus Block Date: Thu, 20 Oct 2022 16:04:36 +0200 Subject: [PATCH] Replacing self-managed SonarQube with Sonarcloud (#1286) * replaced sonar url to use sonarcloud * changed sonar properties in pom for sonarcloud * changed sonar properties in pom for sonarcloud * added sonar plugin to avoid warning regarding relocation of sonar project * refactoring * removed sonar plugin from pom.xml, will added to seedjopb build parameter --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index dfaf2f65f..54b309af2 100644 --- a/pom.xml +++ b/pom.xml @@ -193,8 +193,12 @@ - https://sonar.ops.bosch-iot-rollouts.com - eclipse/hawkbit + https://sonarcloud.io + bosch-iot-rollouts + ${project.groupId}:${project.artifactId} + LOCAL_SCAN + true + 600 https://www.eclipse.org/hawkbit https://circleci.com/gh/eclipse/hawkbit @@ -203,7 +207,7 @@ **/src/main/java/org/eclipse/hawkbit/ui/**,**/target/generated-sources/apt/**,**/src/main/java/org/eclipse/hawkbit/repository/test/**,**/examples/** - 0.8.4 + 0.8.8 ${project.build.directory} ${project.basedir}/../hawkbit-test-report/target/jacoco-aggregate/jacoco.xml,