diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-14 19:50:12 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-14 19:50:12 -0400 |
commit | 4f2f1d0944b15ced834255cd2934516a953b97a5 (patch) | |
tree | d06abfea653b5785a1f15321c26885fed117ca59 | |
parent | a50b260a6f33dbe78e7ac2aa80011b0a2397f3bc (diff) | |
parent | b1798a47cdceaa6d57f211acd5c0b386598af913 (diff) | |
download | JellySolutions-4f2f1d0944b15ced834255cd2934516a953b97a5.tar.gz JellySolutions-4f2f1d0944b15ced834255cd2934516a953b97a5.tar.bz2 JellySolutions-4f2f1d0944b15ced834255cd2934516a953b97a5.zip |
Merge branch 'api-auth' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b into api-auth
-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> |