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 3e8e065 commit 25a02d3Copy full SHA for 25a02d3
1 file changed
pom.xml
@@ -363,8 +363,15 @@
363
<groupId>net.revelc.code</groupId>
364
<artifactId>formatter-maven-plugin</artifactId>
365
<version>0.5.2</version>
366
- </plugin>
367
- </plugins>
+ </plugin>
+
368
+ <plugin>
369
+ <groupId>org.sonarsource.scanner.maven</groupId>
370
+ <artifactId>sonar-maven-plugin</artifactId>
371
+ <version>5.5.0.6356</version>
372
373
+ <!-- Source: https://mvnrepository.com/artifact/org.sonarsource.scanner.maven/sonar-maven-plugin -->
374
+ </plugins>
375
</pluginManagement>
376
377
<plugins>
0 commit comments