diff --git a/pom.xml b/pom.xml index bffc68aea9d5b7c611eeea9b769713f48aa4afc5..b45a739a49ac3d4074f7d447ab6cedb1826368d8 100644 --- a/pom.xml +++ b/pom.xml @@ -1430,23 +1430,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.2</version> - <configuration> - <destFile>${sonar.jacoco.reportPath}</destFile> - <append>true</append> - </configuration> - <executions> - <execution> - <id>agent</id> - <goals> - <goal>prepare-agent</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> <pluginManagement> <plugins>