We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c622a6 commit d124305Copy full SHA for d124305
1 file changed
pom.xml
@@ -54,6 +54,20 @@
54
</configuration>
55
</plugin>
56
57
+ <plugin>
58
+ <groupId>org.jacoco</groupId>
59
+ <artifactId>jacoco-maven-plugin</artifactId>
60
+ <version>0.7.8</version>
61
+ <executions>
62
+ <execution>
63
+ <goals>
64
+ <goal>prepare-agent</goal>
65
+ <goal>report</goal>
66
+ </goals>
67
+ </execution>
68
+ </executions>
69
+ </plugin>
70
+
71
<plugin>
72
<groupId>pl.project13.maven</groupId>
73
<artifactId>git-commit-id-plugin</artifactId>
0 commit comments