aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/pom.xml
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-17 23:12:49 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-17 23:12:49 -0400
commit5b6c20479fbb6ed0cabbbc88b42280c5a7dbd22c (patch)
tree16f93b3ce3b40de1e550f3824f60ca3aac632265 /ufund-api/pom.xml
parent7a5c5073e9e410b3ccc3ab7902a0d6f558277c7d (diff)
parent2b847078b7af4ade35461b8af52352bc88994be3 (diff)
downloadJellySolutions-5b6c20479fbb6ed0cabbbc88b42280c5a7dbd22c.tar.gz
JellySolutions-5b6c20479fbb6ed0cabbbc88b42280c5a7dbd22c.tar.bz2
JellySolutions-5b6c20479fbb6ed0cabbbc88b42280c5a7dbd22c.zip
Merge branch 'main' into funding_basket
Diffstat (limited to 'ufund-api/pom.xml')
-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 ce96d60..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>