Skip to content

Commit a2b65ed

Browse files
authored
build: remove unused sonar plugin (#7167)
2 parents 3e3274f + 407792b commit a2b65ed

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ Copyright (c) 2012 - Jeremy Long
173173
<jackson.version>2.18.1</jackson.version>
174174
<!--necassary for some IDEs to be able to execute test cases (Netbeans)-->
175175
<surefireArgLine />
176-
177-
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
178-
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
179-
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/jacoco-results/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
180-
<sonar.language>java</sonar.language>
181176
</properties>
182177
<distributionManagement>
183178
<snapshotRepository>
@@ -666,11 +661,6 @@ Copyright (c) 2012 - Jeremy Long
666661
</execution>
667662
</executions>
668663
</plugin>
669-
<plugin>
670-
<groupId>org.sonarsource.scanner.maven</groupId>
671-
<artifactId>sonar-maven-plugin</artifactId>
672-
<version>4.0.0.4121</version>
673-
</plugin>
674664
<plugin>
675665
<groupId>org.apache.maven.plugins</groupId>
676666
<artifactId>maven-resources-plugin</artifactId>

0 commit comments

Comments
 (0)