Building failures after dating the repo

hello community is any one experiencing this
ever since i my repo update i have been getting built failures both on my locall machine and also on git hub that means i cannot compile or clean up


what solutions are available @Moses_Mutesasira

1 Like

what’s the output when you build locally

thats the second screen shot

sseugajja-joseph@sseugajja-joseph-Inspiron-5379:~/OpenELIS-Global-2$ mvn clean install
[INFO] Scanning for projects…
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.openelisglobal:openelisglobal:war:2.8.1.35
[WARNING] ‘version’ contains an expression but should be a constant. @ org.openelisglobal:openelisglobal:${major.version}.${minor.version}.${state.version}.${fix.version}, /home/sseugajja-joseph/OpenELIS-Global-2/pom.xml, line 11, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] -----------------< org.openelisglobal:openelisglobal >------------------
[INFO] Building openelisglobal 2.8.1.35
[INFO] --------------------------------[ war ]---------------------------------
[WARNING] The POM for org.itech:dataexport-api:jar:0.0.0.8 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.583 s
[INFO] Finished at: 2024-06-21T10:40:30+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project openelisglobal: Could not resolve dependencies for project org.openelisglobal:openelisglobal:war:2.8.1.35: org.itech:dataexport-api:jar:0.0.0.8 was not found in JFrog during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of openmrs-repo has elapsed or updates are forced → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] DependencyResolutionException - Apache Maven - Apache Software Foundation

Have you seen these intructions on the Read me ??

thank you @Moses_Mutesasira i forgot this :rofl:
:man_facepalming:

1 Like