From 1085d2a79f338f30ee07f9eace15e919a45a9efd Mon Sep 17 00:00:00 2001 From: rbuisson Date: Tue, 4 Jun 2024 16:41:15 +0200 Subject: [PATCH] KH-540: Copy OpenMRS configs for validation --- base/pom.xml | 19 +++++++++++++++++++ prod/pom.xml | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) 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