Skip to content

Commit eec2761

Browse files
committed
Add sonar-maven-plugin to pom.xml
1 parent 6e91301 commit eec2761

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@
108108
</goals>
109109
</execution>
110110
</executions>
111-
</plugin>
111+
</plugin>
112+
<plugin>
113+
<groupId>org.sonarsource.scanner.maven</groupId>
114+
<artifactId>sonar-maven-plugin</artifactId>
115+
<version>5.5.0.6356</version>
116+
</plugin>
112117
</plugins>
113118
</build>
114119
</profile>

0 commit comments

Comments
 (0)