Skip to content

Commit d0958e3

Browse files
committed
jacoco
1 parent 50c0d5f commit d0958e3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,25 @@
259259
</execution>
260260
</executions>
261261
</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+
<execution>
273+
<id>report</id>
274+
<phase>prepare-package</phase>
275+
<goals>
276+
<goal>report</goal>
277+
</goals>
278+
</execution>
279+
</executions>
280+
</plugin>
262281
</plugins>
263282
</build>
264283

0 commit comments

Comments
 (0)