aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ufund-api/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/ufund-api/pom.xml b/ufund-api/pom.xml
index d874a29..d2e8fb8 100644
--- a/ufund-api/pom.xml
+++ b/ufund-api/pom.xml
@@ -73,8 +73,10 @@
<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>
+ <!-- not sure what these were supposed to do, but 'datafile' is not a
+ configuration key for jacoco, and changing it to 'dataFile' breaks the build -->
+ <!-- <datafile>/target/coverage-reports/jacoco-unit.exec</datafile>-->
+ <!-- <datafile>/target/coverage-reports/jacoco-unit.exec</datafile>-->
</configuration>
<executions>
<execution>