You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by br...@apache.org on 2022/12/22 07:20:28 UTC

[ambari] branch branch-2.7 updated: AMBARI-25811: Optimize ambari metrics build time (#3617)

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

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


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new ab819da924 AMBARI-25811: Optimize ambari metrics build time (#3617)
ab819da924 is described below

commit ab819da9245e81d5d52e66e40cfc7f317ef72e78
Author: Mohammad Arshad <ar...@apache.org>
AuthorDate: Thu Dec 22 12:50:20 2022 +0530

    AMBARI-25811: Optimize ambari metrics build time (#3617)
    
    Signed-off-by: Brahma Reddy Battula <br...@apache.org>
---
 ambari-metrics/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml
index a832d10363..8f3d199877 100644
--- a/ambari-metrics/pom.xml
+++ b/ambari-metrics/pom.xml
@@ -200,6 +200,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.4.2</version>
           <configuration>
             <descriptors>
               <descriptor>../ambari-project/src/main/assemblies/empty.xml</descriptor>


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