From f30cc424142af02f46fc5b80b45ba4a825122a76 Mon Sep 17 00:00:00 2001 From: Martin Vogel <martin.vogel@sinc.de> Date: Tue, 20 Jun 2023 08:38:02 +0200 Subject: [PATCH] feature(#664): add jacoco --- tools/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/pom.xml b/tools/pom.xml index 529ce0ed8..37fb3a643 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -69,6 +69,10 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + </plugin> </plugins> </build> -- GitLab