Skip to content

Commit 80e653f

Browse files
committed
Update test-coverage profile to use the default configuration
1 parent ee31017 commit 80e653f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -320,24 +320,16 @@
320320
<version>${jacoco-maven-plugin.version}</version>
321321
<executions>
322322
<execution>
323-
<id>pre-unit-test</id>
323+
<id>prepare-agent</id>
324324
<goals>
325325
<goal>prepare-agent</goal>
326326
</goals>
327-
<configuration>
328-
<propertyName>surefireArgLine</propertyName>
329-
<destFile>${project.build.directory}/jacoco.exec</destFile>
330-
</configuration>
331327
</execution>
332328
<execution>
333-
<id>post-unit-test</id>
334-
<phase>test</phase>
329+
<id>report</id>
335330
<goals>
336331
<goal>report</goal>
337332
</goals>
338-
<configuration>
339-
<dataFile>${project.build.directory}/jacoco.exec</dataFile>
340-
</configuration>
341333
</execution>
342334
</executions>
343335
</plugin>

0 commit comments

Comments
 (0)