diff --git a/base/pom.xml b/base/pom.xml index f8501d8b..60c20681 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -153,6 +153,25 @@ + + maven-antrun-plugin + + + Copy OpenMRS Initializer configs for validation + pre-integration-test + + + + + + + + + run + + + + org.openmrs.maven.plugins openmrs-packager-maven-plugin diff --git a/prod/pom.xml b/prod/pom.xml index d2687bbf..76664dc5 100644 --- a/prod/pom.xml +++ b/prod/pom.xml @@ -139,6 +139,26 @@ + + + maven-antrun-plugin + + + Copy OpenMRS Initializer configs for validation + pre-integration-test + + + + + + + + + run + + + + org.openmrs.maven.plugins