Skip to content
Snippets Groups Projects
Commit 7c5dfb16 authored by Martin Vogel's avatar Martin Vogel
Browse files

chore: add jacoco (planning#667)

parent 6cf34f44
No related branches found
No related tags found
1 merge request!321Draft: planning#667 Derive VPKI Certs from PKCS KeyStore
......@@ -13,12 +13,6 @@
<packaging>jar</packaging>
<name>FIT-Connect Java SDK - Tools Lib</name>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>dev.fitko.fitconnect.sdk</groupId>
......@@ -42,4 +36,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment