Skip to content

Commit 0cef5d6

Browse files
committed
removing it
1 parent 915454f commit 0cef5d6

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,7 @@
4646
</configuration>
4747
</execution>
4848

49-
<execution>
50-
<configuration>
51-
<destFile>${project.build.directory}/jacoco-it.exec</destFile>
52-
</configuration>
53-
</execution>
54-
<execution>
55-
<id>it-report</id>
56-
<phase>verify</phase>
57-
<goals>
58-
<goal>report-aggregate</goal>
59-
</goals>
60-
<configuration>
61-
<dataFileIncludes>**/jacoco-it.exec</dataFileIncludes>
62-
<outputDirectory>${project.reporting.outputDirectory}/jacoco</outputDirectory>
63-
</configuration>
64-
</execution>
49+
6550
</executions>
6651
</plugin>
6752
</plugins>

0 commit comments

Comments
 (0)