From fd49e50495816c67f714aa847ee0f4637b5b3031 Mon Sep 17 00:00:00 2001 From: Ian <52504170+ibacher@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:35:12 -0500 Subject: [PATCH] OZ-196: Fix distro parent POM (#37) --- ozone-distro-parent/pom.xml | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/ozone-distro-parent/pom.xml b/ozone-distro-parent/pom.xml index e834b1a..81998b4 100644 --- a/ozone-distro-parent/pom.xml +++ b/ozone-distro-parent/pom.xml @@ -70,6 +70,32 @@ org.apache.maven.plugins maven-resources-plugin + + + Exclude unneeded Ozone files + process-resources + + copy-resources + + + + ${project.build.directory}/${project.artifactId}-${project.version} + true + + + ${project.build.directory}/ozone + + distro/**/addresshierarchy/*.* + distro/**/ampathforms/*.json + distro/**/ampathformstranslations/*.json + distro/**/globalproperties/i18n.xml + distro/**/*demo.* + + + + + + Copy and substitute some helper files @@ -148,7 +174,7 @@ true - ${project.parent.basedir}/configs + ${project.basedir}/configs .gitkeep @@ -156,32 +182,6 @@ - - - - Exclude unneeded Ozone files - process-resources - - copy-resources - - - - ${project.build.directory}/${project.artifactId}-${project.version} - true - - - ${project.build.directory}/ozone - - distro/**/addresshierarchy/*.* - distro/**/ampathforms/*.json - distro/**/ampathformstranslations/*.json - distro/**/globalproperties/i18n.xml - distro/**/*demo.* - - - - -