When I run mvn clean install on the distro repo, The build executes successfully with a log like
[INFO] Copying fhir-omod-1.11.0.jar to /Users/bruce/openmrs-distro-platform/target/distro/web/WEB-INF/bundledModules/fhir-1.11.0.omod
[INFO] Copying webservices.rest-omod-2.21.0.jar to /Users/bruce/openmrs-distro-platform/target/distro/web/WEB-INF/bundledModules/webservices.rest-2.21.0.omod
[INFO] Copying owa-omod-1.8.1.jar to /Users/bruce/openmrs-distro-platform/target/distro/web/WEB-INF/bundledModules/owa-1.8.1.omod
...
I am instructed to run docker-compose up from target/distro directory.
I however cannot locate the folders that are specified for the modules and OWAs making it hard for me to know if the modules and OWAs were bundled with it.
The released file is a war package and running the docker command starts it with the tomcat server but I cannot recognise the presence of the Add On manager OWA or the path to it without finding its directory path
@elbertbiggs360, I’m sorry for not responding earlier (I though I had). Modules and OWAs are bundled inside the war. So go to target/distro/web/openmrs.war/WEB-INF/bundledModules or bundledOwas.
However, the Add On Manager OWA, which you mention, has not been bundled yet with the distribution. Are you trying to bundle it?