Skip to content

Commit f1d4980

Browse files
committed
ci: Call the sonar plugin with its full coordinates
Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
1 parent 928bb18 commit f1d4980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ node {
113113
}
114114

115115
sh """
116-
mvn -f kura/pom.xml sonar:sonar \
116+
mvn -f kura/pom.xml org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
117117
-Dmaven.test.failure.ignore=true \
118118
-Dsonar.organization=eclipse \
119119
-Dsonar.host.url=${SONAR_HOST_URL} \

0 commit comments

Comments
 (0)