Fix coverage parameter injection phase
This commit is contained in:
parent
ed78127142
commit
9c7d4c2774
2
pom.xml
2
pom.xml
@ -142,7 +142,7 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>prepare-agent</goal>
|
<goal>prepare-agent</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>initialize</phase>
|
<phase>process-test-resources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<destFile>${project.build.directory}/report/jacoco.exec</destFile>
|
<destFile>${project.build.directory}/report/jacoco.exec</destFile>
|
||||||
<propertyName>surefireArgs</propertyName>
|
<propertyName>surefireArgs</propertyName>
|
||||||
|
Loading…
Reference in New Issue
Block a user