You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by db...@apache.org on 2016/04/19 16:32:01 UTC

ambari git commit: AMBARI-15938. View Commons is build as a view jar. (dipayanb)

Repository: ambari
Updated Branches:
  refs/heads/trunk 89fd30b40 -> e5f6b0fd1


AMBARI-15938. View Commons is build as a view jar. (dipayanb)


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

Branch: refs/heads/trunk
Commit: e5f6b0fd13e5699e9fb48d37917a37d94720f91d
Parents: 89fd30b
Author: Dipayan Bhowmick <di...@gmail.com>
Authored: Tue Apr 19 20:01:15 2016 +0530
Committer: Dipayan Bhowmick <di...@gmail.com>
Committed: Tue Apr 19 20:01:15 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/e5f6b0fd/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 0240733..165ba8f 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -130,6 +130,7 @@
                   <fileset dir="${contrib-views-dir}">
                     <include name="*/target/*jar" />
                     <exclude name="**/ambari-views-utils*jar" />
+                    <exclude name="**/ambari-views-commons*jar" />
                   </fileset>
                 </copy>
               </target>