From 073bc8680240ef55dda08159db1f62cfac096854 Mon Sep 17 00:00:00 2001 From: Amos Laboso Date: Mon, 6 Jan 2025 12:53:26 +0300 Subject: [PATCH] =?UTF-8?q?O3-3511:=20Project=20that=20publishes=20a=20con?= =?UTF-8?q?tent=20package=20as=20a=20Maven=20artifact=E2=80=A6=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * O3-3511: Project that publishes a content package as a Maven artifact - fix to build failure * O3-3511: Project that publishes a content package as a Maven artifact - fix to build failure adding pluginRepository for snapshots --------- Co-authored-by: Amos Laboso --- pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9ffc4d8..be34770 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,14 @@ false + + openmrs-repo-snapshots + OpenMRS Snapshots Repo + https://mavenrepo.openmrs.org/snapshots + + true + + @@ -121,7 +129,7 @@ org.openmrs.maven.plugins openmrs-packager-maven-plugin - 1.8.0 + 1.9.0-SNAPSHOT validate-content-package @@ -147,7 +155,7 @@ org.openmrs.maven.plugins openmrs-packager-maven-plugin - 1.8.0 + 1.9.0-SNAPSHOT validate-content-package @@ -166,7 +174,7 @@ validate-configurations - ${project.basedir}/configs/backend_config + ${project.basedir}/configuration/backend_config