Fix coverage parameter injection phase

This commit is contained in:
Antonin Delpeuch 2020-06-19 21:27:59 +02:00
parent ed78127142
commit 9c7d4c2774

View File

@ -142,7 +142,7 @@
<goals>
<goal>prepare-agent</goal>
</goals>
<phase>initialize</phase>
<phase>process-test-resources</phase>
<configuration>
<destFile>${project.build.directory}/report/jacoco.exec</destFile>
<propertyName>surefireArgs</propertyName>