diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-13 22:34:29 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-13 22:34:29 -0400 |
commit | b1798a47cdceaa6d57f211acd5c0b386598af913 (patch) | |
tree | 2074cfe68701c67450294b4254329880400bcbb9 /ufund-api | |
parent | 1bf30a02d52bb4f9503e3a5ad9cc52638196a8c4 (diff) | |
download | JellySolutions-b1798a47cdceaa6d57f211acd5c0b386598af913.tar.gz JellySolutions-b1798a47cdceaa6d57f211acd5c0b386598af913.tar.bz2 JellySolutions-b1798a47cdceaa6d57f211acd5c0b386598af913.zip |
fix pom
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/pom.xml | 6 |
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> |