diff --git a/README.md b/README.md index 5221b138e..c8f639eb4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Build Status [![Build Status](https://travis-ci.org/METS-Programme/openmrs-module-aijar.svg?branch=master)](https://travis-ci.org/METS-Programme/openmrs-module-aijar) + # openmrs-module-aijar Configuration module for the UgandaEMR distribution being rolled out in Uganda diff --git a/api/src/main/resources/openmrs-distro.properties b/api/src/main/resources/openmrs-distro.properties index cfac45020..268448d0a 100644 --- a/api/src/main/resources/openmrs-distro.properties +++ b/api/src/main/resources/openmrs-distro.properties @@ -16,7 +16,7 @@ omod.dataexchange=${dataexchangeVersion} name=UgandaEMR omod.appui=${appuiVersion} omod.allergyui=${allergyuiVersion} -db.sql=classpath\://openmrs-distro-2.4.sql +db.sql=classpath\://new-install.sql omod.providermanagement=${providermanagementVersion} omod.appointmentschedulingui=${appointmentschedulinguiVersion} omod.formentryapp=${formentryappVersion} diff --git a/omod/pom.xml b/omod/pom.xml index 39d7f6e21..a77e032e4 100644 --- a/omod/pom.xml +++ b/omod/pom.xml @@ -26,6 +26,12 @@ ${project.parent.artifactId}-api ${project.parent.version} + + + ${project.parent.groupId} + ${project.parent.artifactId}-tools + ${project.parent.version} + ${project.parent.groupId} @@ -350,6 +356,20 @@ ${project.build.directory}/classes + + Copy new install script + + unpack-dependencies + + generate-resources + + ${project.parent.groupId} + ${project.parent.artifactId}-tools + true + new-install.sql + ${project.build.directory}/classes + +