From c5607d12ae02807ca0c1ea3983b1aabe8030ab59 Mon Sep 17 00:00:00 2001 From: kske Date: Sun, 9 Jan 2022 11:49:10 +0100 Subject: [PATCH] Fix SonarQube scan --- Jenkinsfile | 2 +- proc/.classpath | 12 ++++++------ proc/pom.xml | 3 --- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7787aec..7496af2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { } steps { withSonarQubeEnv('KSKE SonarQube') { - sh "$SONAR_MAVEN_GOAL" + sh 'mvn sonar:sonar' } } } diff --git a/proc/.classpath b/proc/.classpath index 42c6248..15a6560 100644 --- a/proc/.classpath +++ b/proc/.classpath @@ -16,17 +16,17 @@ - + + + + + + - - - - - diff --git a/proc/pom.xml b/proc/pom.xml index 790eba1..e0971cd 100644 --- a/proc/pom.xml +++ b/proc/pom.xml @@ -24,9 +24,6 @@ - - -