aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-api/pom.xml')
-rw-r--r--ufund-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-api/pom.xml b/ufund-api/pom.xml
index ce96d60..d874a29 100644
--- a/ufund-api/pom.xml
+++ b/ufund-api/pom.xml
@@ -73,8 +73,8 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<configuration>
- <destfile>/target/coverage-reports/jacoco-unit.exec</destfile>
- <datafile>/target/coverage-reports/jacoco-unit.exec</datafile>
+ <destFile>/target/coverage-reports/jacoco-unit.exec</destFile>
+ <dataFile>/target/coverage-reports/jacoco-unit.exec</dataFile>
</configuration>
<executions>
<execution>