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 3b62aa8 commit c70214fCopy full SHA for c70214f
pom.xml
@@ -325,8 +325,8 @@
325
<artifactId>jacoco-maven-plugin</artifactId>
326
<version>0.6.3.201306030806</version>
327
<configuration>
328
- <destfile>${basedir}/target/coverage-reports/jacoco-unit.exec</destfile>
329
- <datafile>${basedir}/target/coverage-reports/jacoco-unit.exec</datafile>
+ <destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
+ <dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
330
</configuration>
331
</plugin>
332
<plugin>
0 commit comments