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 2015/06/04 00:55:50 UTC

ambari git commit: AMBARI-11655. ambari-views-utils-0.0.1-SNAPSHOT.jar should not be distributed with ambari install (Erik Bergenholtz via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk 302370d94 -> 77040938d


AMBARI-11655. ambari-views-utils-0.0.1-SNAPSHOT.jar should not be distributed with ambari install (Erik Bergenholtz via rlevas)


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

Branch: refs/heads/trunk
Commit: 77040938d8447669d8691f030fe24cbb89491453
Parents: 302370d
Author: Erik Bergenholtz <eb...@hortonworks.com>
Authored: Wed Jun 3 18:55:32 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Wed Jun 3 18:55:38 2015 -0400

----------------------------------------------------------------------
 ambari-server/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/77040938/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index af37093..a17e529 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1237,6 +1237,7 @@
                 <copy todir="${ambari-admin-dir}/target" flatten="true">
                   <fileset dir="${contrib-views-dir}">
                     <include name="*/target/*jar" />
+                    <exclude name="**/ambari-views-utils*jar" />
                   </fileset>
                 </copy>
               </target>