Skip to content

Commit 824f735

Browse files
committed
maybe we do not need that one
1 parent ae4c7e5 commit 824f735

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,15 +370,18 @@
370370
<goals>
371371
<goal>prepare-agent</goal>
372372
</goals>
373-
<configuration>
374-
</configuration>
375373
</execution>
376374
<execution>
377375
<id>report</id>
378376
<phase>test</phase>
379377
<goals>
380378
<goal>report</goal>
381379
</goals>
380+
<configuration>
381+
<formats>
382+
<format>XML</format>
383+
</formats>
384+
</configuration>
382385
</execution>
383386
</executions>
384387
</plugin>

sdk/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -609,30 +609,6 @@
609609
</execution>
610610
</executions>
611611
</plugin>
612-
<plugin>
613-
<groupId>org.jacoco</groupId>
614-
<artifactId>jacoco-maven-plugin</artifactId>
615-
<version>0.8.13</version>
616-
<executions>
617-
<execution>
618-
<goals>
619-
<goal>prepare-agent</goal>
620-
</goals>
621-
</execution>
622-
<execution>
623-
<id>report</id>
624-
<phase>prepare-package</phase>
625-
<goals>
626-
<goal>report</goal>
627-
</goals>
628-
<configuration>
629-
<formats>
630-
<format>XML</format>
631-
</formats>
632-
</configuration>
633-
</execution>
634-
</executions>
635-
</plugin>
636612
</plugins>
637613
</build>
638614
</profile>

0 commit comments

Comments
 (0)