We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee31017 commit 80e653fCopy full SHA for 80e653f
pom.xml
@@ -320,24 +320,16 @@
320
<version>${jacoco-maven-plugin.version}</version>
321
<executions>
322
<execution>
323
- <id>pre-unit-test</id>
+ <id>prepare-agent</id>
324
<goals>
325
<goal>prepare-agent</goal>
326
</goals>
327
- <configuration>
328
- <propertyName>surefireArgLine</propertyName>
329
- <destFile>${project.build.directory}/jacoco.exec</destFile>
330
- </configuration>
331
</execution>
332
333
- <id>post-unit-test</id>
334
- <phase>test</phase>
+ <id>report</id>
335
336
<goal>report</goal>
337
338
339
- <dataFile>${project.build.directory}/jacoco.exec</dataFile>
340
341
342
</executions>
343
</plugin>
0 commit comments