diff --git a/base/pom.xml b/base/pom.xml index 7cacf151..f058e63e 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -23,6 +23,8 @@ dependencies + + 1.1.0-SNAPSHOT @@ -30,7 +32,12 @@ - + + com.ozonehis + analytics-queries + ${analyticsQueriesVersion} + zip + @@ -75,6 +82,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