Skip to content

Commit cdb1d07

Browse files
authored
Update pom.xml
1 parent ea57b16 commit cdb1d07

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,20 @@
240240
<groupId>org.jacoco</groupId>
241241
<artifactId>jacoco-maven-plugin</artifactId>
242242
<version>0.8.2</version>
243+
<executions>
244+
<execution>
245+
<goals>
246+
<goal>prepare-agent</goal>
247+
</goals>
248+
</execution>
249+
<execution>
250+
<id>report</id>
251+
<phase>test</phase>
252+
<goals>
253+
<goal>report</goal>
254+
</goals>
255+
</execution>
256+
</executions>
243257
</plugin>
244258
<plugin>
245259
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)