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

feature(#664): add jacoco

parent 6d79870e
No related branches found
No related tags found
1 merge request!211#664 Test JWK Generator
...@@ -69,6 +69,10 @@ ...@@ -69,6 +69,10 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins> </plugins>
</build> </build>
......
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