From 8f86fe99effd739b69b6ee0aa1051aa2681100ae Mon Sep 17 00:00:00 2001 From: rbuisson Date: Mon, 18 Dec 2023 12:32:34 +0100 Subject: [PATCH] OZ-196: Fix OpenMRS config validation --- .ocd3.yml | 6 ++++++ pom.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .ocd3.yml diff --git a/.ocd3.yml b/.ocd3.yml new file mode 100644 index 0000000..e113737 --- /dev/null +++ b/.ocd3.yml @@ -0,0 +1,6 @@ +version: 1 +# Build and publish are handled by GitHub Actions. Only using OCD3 to trigger downstream jobs. +build: + bash_commands: "echo 'Build is handled by GitHub Actions. Skipping...' && exit 0" +deploy: + bash_commands: "echo 'Publishing is handled by GitHub Actions. Skipping...' && exit 0" \ No newline at end of file diff --git a/pom.xml b/pom.xml index b3112fb..e627f01 100644 --- a/pom.xml +++ b/pom.xml @@ -279,4 +279,31 @@ + + + validator + + + + + + org.openmrs.maven.plugins + openmrs-packager-maven-plugin + 1.7.0 + + + validate-configurations + integration-test + + validate-configurations + + + + + + + + + + \ No newline at end of file