Skip to content

Commit 721d981

Browse files
committed
Added Sonar plug-in
1 parent eb363e1 commit 721d981

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
@@ -163,6 +163,11 @@
163163
<artifactId>maven-war-plugin</artifactId>
164164
<version>3.0.0</version>
165165
</plugin>
166+
<plugin>
167+
<groupId>org.codehaus.mojo</groupId>
168+
<artifactId>sonar-maven-plugin</artifactId>
169+
<version>3.2</version>
170+
</plugin>
166171
</plugins>
167172
</pluginManagement>
168173
</build>

0 commit comments

Comments
 (0)