Maven error when setting up openmrs-module-calculation module

While I was setting up the “openmrs-module-calculation” module in my Ubuntu system I came across this maven error after I ran “mvn clean install” on my terminal.

Please find the error message from this link: Maven error

Thank you
Sumedha

What does this command return? mvn -v

1 Like
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 1.8.0_292, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.11.0-37-generic", arch: "amd64", family: "unix"

Are you compiling from commandline or within an IDE? Have you made any local changes to the module?

1 Like

No, it’s a fresh clone from GitHub. I was setting up the DHIS2 Connector and for that, i had to clone the openmrs-module-calculation module. I also cloned openmrs-module-serialization.xstream and openmrs-module-html widgets and ran mvn clean install for those as well before setting up the calculation module and those builds were successful :slight_smile: