We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec2761 commit 4b52daaCopy full SHA for 4b52daa
1 file changed
pom.xml
@@ -109,11 +109,6 @@
109
</execution>
110
</executions>
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>
117
</plugins>
118
</build>
119
</profile>
@@ -267,6 +262,11 @@
267
262
<originator>Organization: Linux Foundation</originator>
268
263
</configuration>
269
264
265
+ <plugin>
266
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>5.5.0.6356</version>
+ </plugin>
270
271
272
<reporting>
0 commit comments