File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments