File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ if [ ! "$SONAR_TOKEN" ]; then
2424fi
2525
2626${MVN} -B verify -DskipShade -DskipTests \
27- org.sonarsource.scanner.maven: sonar-maven-plugin:3.6.0.1398 :sonar \
27+ sonar:sonar \
2828 -Dsonar.coverage.jacoco.xmlReportPaths=" $( pwd) /target/coverage/all.xml" \
2929 -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache-ratis
Original file line number Diff line number Diff line change 177177 <maven-surefire-plugin .version>3.0.0-M4</maven-surefire-plugin .version>
178178 <wagon-ssh .version>3.5.3</wagon-ssh .version>
179179 <hadoop-maven-plugins .version>3.4.0</hadoop-maven-plugins .version>
180+ <sonar-maven-plugin .version>5.0.0.4389</sonar-maven-plugin .version>
180181
181182
182183 <!-- org.codehaus.mojo -->
732733 <artifactId >cyclonedx-maven-plugin</artifactId >
733734 <version >${cyclonedx.version} </version >
734735 </plugin >
736+ <plugin >
737+ <groupId >org.sonarsource.scanner.maven</groupId >
738+ <artifactId >sonar-maven-plugin</artifactId >
739+ <version >${sonar-maven-plugin.version} </version >
740+ </plugin >
735741 </plugins >
736742 </pluginManagement >
737743
You can’t perform that action at this time.
0 commit comments