Skip to content
Snippets Groups Projects
Commit 92803831 authored by Guillaume Caillet's avatar Guillaume Caillet
Browse files

Restore jacoco plugin in core

parent 026d3f2a
Branches
Tags
1 merge request!542AWS Merge Dev Into Master
Pipeline #205421 failed
......@@ -280,27 +280,5 @@
<artifactId>spring-boot-starter-jersey</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment