From bca23db21350e4e6b8d4ce492f02843c1887ed93 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 26 Jan 2026 13:39:50 +0100 Subject: [PATCH] remvoe unused jacoco plugin --- commafeed-server/pom.xml | 60 ------------------- .../src/test/resources/application.properties | 2 - 2 files changed, 62 deletions(-) delete mode 100644 commafeed-server/src/test/resources/application.properties diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 4c5eac2e..9659d5ba 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -219,61 +219,6 @@ - - org.jacoco - jacoco-maven-plugin - 0.8.14 - - - - com/steadystate/css/parser/SACParserCSS21TokenManager - - - - - unit-tests-agent - - prepare-agent - - - ${project.build.directory}/jacoco-output/jacoco-unit-tests.exec - - - - integration-tests-agent - - prepare-agent-integration - - - ${project.build.directory}/jacoco-output/jacoco-integration-tests.exec - - - - merge - post-integration-test - - merge - - - - - ${project.build.directory}/jacoco-output - - *.exec - - - - - - - generate-code-coverage-report - post-integration-test - - report - - - - io.github.git-commit-id git-commit-id-maven-plugin @@ -533,11 +478,6 @@ quarkus-junit5-mockito test - - io.quarkus - quarkus-jacoco - test - io.quarkiverse.playwright quarkus-playwright diff --git a/commafeed-server/src/test/resources/application.properties b/commafeed-server/src/test/resources/application.properties deleted file mode 100644 index b236ff3a..00000000 --- a/commafeed-server/src/test/resources/application.properties +++ /dev/null @@ -1,2 +0,0 @@ -# we generate the jacoco report ourselves by aggregating the unit tests and integration tests jacoco.exec files -quarkus.jacoco.report=false \ No newline at end of file