From 384bb43203f29574c6bcf654499f8d89ed35b8fa Mon Sep 17 00:00:00 2001 From: rbuisson Date: Mon, 29 Apr 2024 11:39:33 +0200 Subject: [PATCH] HSC-252: Update build tasks with Ozone Artifact ID as a property --- maven-parent/assembly.xml | 2 +- maven-parent/pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/maven-parent/assembly.xml b/maven-parent/assembly.xml index 9c3edf8..4c54c82 100644 --- a/maven-parent/assembly.xml +++ b/maven-parent/assembly.xml @@ -17,4 +17,4 @@ ${project.build.directory}/${project.artifactId}-${project.version} - \ No newline at end of file + diff --git a/maven-parent/pom.xml b/maven-parent/pom.xml index f516aaf..ea885ac 100644 --- a/maven-parent/pom.xml +++ b/maven-parent/pom.xml @@ -66,8 +66,8 @@ true - ${project.build.directory}/ozone - ozone + ${project.build.directory}/${ozone.artifactId} + ${ozone.artifactId} @@ -119,7 +119,7 @@ true - ${project.build.directory}/ozone + ${project.build.directory}/${ozone.artifactId} @@ -137,7 +137,7 @@ true - ${project.build.directory}/ozone/distro/configs/openmrs/frontend_assembly + ${project.build.directory}/${ozone.artifactId}/distro/configs/openmrs/frontend_assembly false