We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9dfe0 commit 038e897Copy full SHA for 038e897
pom.xml
@@ -83,6 +83,11 @@
83
84
<build>
85
<plugins>
86
+ <plugin>
87
+ <groupId>org.sonarsource.scanner.maven</groupId>
88
+ <artifactId>sonar-maven-plugin</artifactId>
89
+ <version>5.1.0.4751</version>
90
+ </plugin>
91
<plugin>
92
<groupId>org.apache.maven.plugins</groupId>
93
<artifactId>maven-deploy-plugin</artifactId>
@@ -183,6 +188,19 @@
183
188
</resource>
184
189
</resources>
185
190
</build>
191
+ <profiles>
192
+ <profile>
193
+ <id>sonar</id>
194
+ <build>
195
+ <plugins>
196
197
+ <groupId>org.jacoco</groupId>
198
+ <artifactId>jacoco-maven-plugin</artifactId>
199
200
+ </plugins>
201
+ </build>
202
+ </profile>
203
+ </profiles>
186
204
<distributionManagement>
187
205
<repository>
206
<id>github</id>
0 commit comments