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 @@ - - -