Skip to content

Commit d911c4e

Browse files
committed
fix: #254 Add renamed sonar-maven-plugin (no longer in default groups)
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 2b5ffa7 commit d911c4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,14 @@
201201
<profiles>
202202
<profile>
203203
<id>coverage</id>
204+
<dependencies>
205+
<dependency>
206+
<groupId>org.sonarsource.scanner.maven</groupId>
207+
<artifactId>sonar-maven-plugin</artifactId>
208+
<version>3.9.1.2184</version>
209+
<scope>test</scope>
210+
</dependency>
211+
</dependencies>
204212
<build>
205213
<plugins>
206214
<plugin>

0 commit comments

Comments
 (0)