The OpenMRS platform has been installed on Tomcat (9.0.26) and the latest RefApp (Distro) repo from GitHub has been installed on top of it and it’s all working well. I have now been trying to sort out the JIRA ticket RA-1871
The above ticket is regarding a bug in Refapp 2.11.0 and it’s supposed be in the coreapps module. I am having difficulty finding out the location of the git repo that needs to be corrected to fix this error.
I was asked to clone the Refapp 2.11.0 repo using the SDK as mentioned in the below URL:
https://wiki.openmrs.org/display/docs/OpenMRS+SDK
I have the OpenMRS SDK 3.13.6 installed on my System and ran the command “mvn openmrs-sdk:clone” (with groupId as “org.openmrs.distro” and artifactId as “referenceapplication”). This resulted in the below error:
I am trying to understand the cause of the above error (I could have used the wrong groupId/ artfactId). Also, if I choose not to use the SDK in this case, to which git repo should I be making the changes to find a fix for this ticket?
Thank you.