This is an automated email from the ASF dual-hosted git repository.

brahma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git


The following commit(s) were added to refs/heads/master by this push:
     new 345f32a  AMBARI-25959: Ambari Metrics Grafana rpm missing some grafana 
tarball files (#117)
345f32a is described below

commit 345f32a408adefbee84768ee5ffd75b580dc3b79
Author: Mohammad Arshad <arshad.mohamma...@gmail.com>
AuthorDate: Mon Jul 24 17:06:40 2023 +0530

    AMBARI-25959: Ambari Metrics Grafana rpm missing some grafana tarball files 
(#117)
    
    Signed-off-by: Brahma Reddy Battula <bra...@apache.org>
---
 ambari-metrics-grafana/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-metrics-grafana/pom.xml b/ambari-metrics-grafana/pom.xml
index 7794223..c6d4214 100644
--- a/ambari-metrics-grafana/pom.xml
+++ b/ambari-metrics-grafana/pom.xml
@@ -75,7 +75,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.7</version>
+        <version>3.1.0</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>
@@ -93,7 +93,7 @@
                 <untar
                   src="${project.build.directory}/grafana/grafana.tgz"
                   dest="${project.build.directory}/grafana"
-                  compression="gzip"
+                  compression="gzip" allowFilesToEscapeDest="false"
                   />
               </target>
             </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to