Skip to content

Commit c71abff

Browse files
committed
Add sonar scanner plugin to POM file
Fixes #62
1 parent 0ac7f91 commit c71abff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@
301301
<groupId>org.owasp</groupId>
302302
<artifactId>dependency-check-maven</artifactId>
303303
<version>${dependency-check-maven.version}</version>
304+
</plugin>
305+
<plugin>
306+
<groupId>org.sonarsource.scanner.maven</groupId>
307+
<artifactId>sonar-maven-plugin</artifactId>
308+
<version>5.3.0.6276</version>
304309
</plugin>
305310
</plugins>
306311
</build>

0 commit comments

Comments
 (0)