You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/08/01 00:33:48 UTC

git commit: AMBARI-6424. Add ambari-views JAR to maven at release. Changing phase to allow rpm builds (Alejandro Fernandez via srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk 6705a0f61 -> fc724cb01


AMBARI-6424. Add ambari-views JAR to maven at release. Changing phase to
allow rpm builds (Alejandro Fernandez via srimanth)


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

Branch: refs/heads/trunk
Commit: fc724cb01a4a8ae8cdf2b13950f38ff044830574
Parents: 6705a0f
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Thu Jul 31 15:32:35 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Thu Jul 31 15:33:08 2014 -0700

----------------------------------------------------------------------
 ambari-views/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fc724cb0/ambari-views/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-views/pom.xml b/ambari-views/pom.xml
index a2686aa..fad949a 100644
--- a/ambari-views/pom.xml
+++ b/ambari-views/pom.xml
@@ -192,7 +192,7 @@
                 <executions>
                     <execution>
                         <id>sign-artifacts</id>
-                        <phase>verify</phase>
+                        <phase>deploy</phase>
                         <goals>
                             <goal>sign</goal>
                         </goals>
@@ -221,7 +221,7 @@
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>
-                                <phase>verify</phase>
+                                <phase>deploy</phase>
                                 <goals>
                                     <goal>sign</goal>
                                 </goals>