You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2016/02/10 17:13:15 UTC

[18/24] ambari git commit: AMBARI-14974 Ambari maven builds fail on trunk (dsen)

AMBARI-14974 Ambari maven builds fail on trunk (dsen)


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 38a52256e0d421fe52beef4e4860b990000676b5
Parents: 400d495
Author: Dmytro Sen <ds...@apache.org>
Authored: Tue Feb 9 18:03:29 2016 +0200
Committer: Dmytro Sen <ds...@apache.org>
Committed: Tue Feb 9 18:03:29 2016 +0200

----------------------------------------------------------------------
 ambari-metrics/ambari-metrics-assembly/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/38a52256/ambari-metrics/ambari-metrics-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml
index 130097d..941c3aa 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -89,7 +89,7 @@
         <executions>
           <execution>
             <id>collector</id>
-            <phase>package</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>single</goal>
             </goals>
@@ -105,7 +105,7 @@
           </execution>
           <execution>
             <id>monitor</id>
-            <phase>package</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>single</goal>
             </goals>
@@ -121,7 +121,7 @@
           </execution>
           <execution>
             <id>grafana</id>
-            <phase>package</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>single</goal>
             </goals>
@@ -137,7 +137,7 @@
           </execution>
           <execution>
             <id>hadoop-sink</id>
-            <phase>package</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>single</goal>
             </goals>
@@ -175,7 +175,7 @@
             <executions>
               <execution>
                 <id>copy-resources</id>
-                <phase>prepare-package</phase>
+                <phase>package</phase>
                 <goals>
                   <goal>copy-resources</goal>
                 </goals>
@@ -611,7 +611,7 @@
             <executions>
               <execution>
                 <id>copy-resources</id>
-                <phase>prepare-package</phase>
+                <phase>package</phase>
                 <goals>
                   <goal>copy-resources</goal>
                 </goals>