We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c0d5f commit d0958e3Copy full SHA for d0958e3
pom.xml
@@ -259,6 +259,25 @@
259
</execution>
260
</executions>
261
</plugin>
262
+ <plugin>
263
+ <groupId>org.jacoco</groupId>
264
+ <artifactId>jacoco-maven-plugin</artifactId>
265
+ <version>0.8.8</version>
266
+ <executions>
267
+ <execution>
268
+ <goals>
269
+ <goal>prepare-agent</goal>
270
+ </goals>
271
+ </execution>
272
273
+ <id>report</id>
274
+ <phase>prepare-package</phase>
275
276
+ <goal>report</goal>
277
278
279
+ </executions>
280
+ </plugin>
281
</plugins>
282
</build>
283
0 commit comments