diff --git a/Jenkinsfile b/Jenkinsfile index 97d70c5d7..1477efce1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { withSonarQubeEnv(installationName:'sonar-1') { - sh './mvnw clean sonar:sonar' + sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes' } } }