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/20 19:02:05 UTC

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

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 86abdc4  AMBARI-25811: Optimize ambari metrics build time (#84)
86abdc4 is described below

commit 86abdc4bfe19760b6a55a9104abf6c7dbbd45054
Author: Mohammad Arshad <ar...@gmail.com>
AuthorDate: Wed Dec 21 00:32:00 2022 +0530

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

diff --git a/pom.xml b/pom.xml
index 6e1f0be..a8bdc8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,6 +198,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