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

[2/8] 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/d06fba35
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d06fba35
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d06fba35

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: d06fba3506c1e60cbf8a0e737f65c7f842f8402f
Parents: 49f6b80
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 11:53:57 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/d06fba35/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index c1cb056..7690fcf 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -453,7 +453,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/d06fba35/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index ac78595..ca3b2da 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -182,7 +182,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>build-tarball</id>
+            <id>make-assembly</id>
             <phase>${assemblyPhase}</phase>
             <goals>
               <goal>single</goal>