You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2017/06/15 10:12:40 UTC

[2/2] ambari git commit: AMBARI-21246. Build creates tarball twice

AMBARI-21246. Build creates tarball twice


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/43f7a4ce
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/43f7a4ce
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/43f7a4ce

Branch: refs/heads/branch-2.5
Commit: 43f7a4ce459dcc9c58d208e3c4fee6ce63d55973
Parents: a262118
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Wed Jun 14 16:39:10 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Thu Jun 15 12:07:04 2017 +0200

----------------------------------------------------------------------
 ambari-agent/pom.xml  | 2 +-
 ambari-server/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/43f7a4ce/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 9e5b69c..8de433c 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -450,7 +450,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>build-tarball</id>
+            <id>make-assembly</id>
             <phase>${assemblyPhase}</phase>
             <goals>
               <goal>single</goal>

http://git-wip-us.apache.org/repos/asf/ambari/blob/43f7a4ce/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 9e0cad2..38fa81e 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -172,7 +172,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>build-tarball</id>
+            <id>make-assembly</id>
             <phase>${assemblyPhase}</phase>
             <goals>
               <goal>single</goal>