add ./mvnw clean

This commit is contained in:
Yuxin Deng 2025-11-11 22:14:26 -05:00
parent 29517e02a6
commit 0ceb9cf2e8

2
Jenkinsfile vendored
View file

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