Skip to content

Commit 2dad9b0

Browse files
committed
Add sonar profile
1 parent 7f9d7b3 commit 2dad9b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,18 @@
432432
</plugins>
433433
</build>
434434
</profile>
435+
<profile>
436+
<id>sonar</id>
437+
<build>
438+
<plugins>
439+
<plugin>
440+
<groupId>org.sonarsource.scanner.maven</groupId>
441+
<artifactId>sonar-maven-plugin</artifactId>
442+
<version>5.3.0.6276</version>
443+
</plugin>
444+
</plugins>
445+
</build>
446+
</profile>
435447
</profiles>
436448
<build>
437449
<defaultGoal>install</defaultGoal>

0 commit comments

Comments
 (0)