From 0ceb9cf2e85578f2002423c43fa948af3065d8f8 Mon Sep 17 00:00:00 2001 From: Yuxin Deng Date: Tue, 11 Nov 2025 22:14:26 -0500 Subject: [PATCH] add ./mvnw clean --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2b024b3b3..1882c5a53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { echo 'Running SonarQube analysis...' withSonarQubeEnv('SonarQubeServer') { sh """ - ./mvnw sonar:sonar \ + ./mvnw clean verify sonar:sonar \ -Dsonar.projectKey=${env.SONAR_PROJECT_KEY} \ -Dsonar.projectName=${env.PROJECT_NAME} \ -Dsonar.projectVersion=${env.BUILD_NUMBER} \