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 eb5f458 commit 00a3e3dCopy full SHA for 00a3e3d
pom.xml
@@ -284,14 +284,17 @@
284
</goals>
285
<configuration>
286
<!-- Sets the path to the file which contains the execution data. -->
287
+
288
<dataFile>target/jacoco.exec</dataFile>
289
<!-- Sets the output directory for the code coverage report. -->
290
<outputDirectory>target/jacoco-ut</outputDirectory>
291
</configuration>
292
</execution>
293
</executions>
294
- <destFile>target/jacoco.exec</destFile>
295
+ <systemPropertyVariables>
296
+ <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
297
+ </systemPropertyVariables>
298
299
</plugin>
300
</plugins>
0 commit comments