We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26da232 commit f9015fdCopy full SHA for f9015fd
1 file changed
pom.xml
@@ -38,6 +38,7 @@
38
<maven-buildnumber-plugin-version>3.2.1</maven-buildnumber-plugin-version>
39
<mockito-version>5.20.0</mockito-version>
40
<slf4j-version>2.0.17</slf4j-version>
41
+ <sonar-scanner-version>5.3.0.6276</sonar-scanner-version>
42
43
<!-- Set UTF-8 encoding -->
44
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -433,6 +434,11 @@
433
434
</archive>
435
</configuration>
436
</plugin>
437
+ <plugin>
438
+ <groupId>org.sonarsource.scanner.maven</groupId>
439
+ <artifactId>sonar-maven-plugin</artifactId>
440
+ <version>${sonar-scanner-version}</version>
441
+ </plugin>
442
</plugins>
443
</pluginManagement>
444
<plugins>
0 commit comments