From d6a80dfa21ab2c35f897edc8ee46617b1fa8bc18 Mon Sep 17 00:00:00 2001 From: ruhanga Date: Fri, 21 Jun 2024 13:24:43 +0300 Subject: [PATCH] KH-544: Added Ozone analytics queries + switching locale to 'km' --- base/pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/base/pom.xml b/base/pom.xml index 66724722..23eadd49 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -28,6 +28,8 @@ dependencies + + 1.1.0-SNAPSHOT @@ -35,7 +37,6 @@ - ${project.groupId} @@ -44,9 +45,16 @@ zip +<<<<<<< HEAD com.ozonehis ${analyticQueriesArtifactId} +======= + + + com.ozonehis + analytics-queries +>>>>>>> KH-544: Added Ozone analytics queries + switching locale to 'km' ${analyticsQueriesVersion} zip @@ -155,6 +163,50 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + Copy Ozone Analytics Queries + generate-resources + + unpack-dependencies + + + true + true + + ${project.build.directory}/${project.artifactId}-${project.version}/distro/configs/analytics + analytics-queries + + + + + + + maven-antrun-plugin + + + Switch Ozone Analytics Queries to locale 'km' + generate-resources + + run + + + + + + + + + + + + + + net.mekomsolutions.maven.plugin