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 <[email protected]> Authored: Tue Apr 19 20:01:15 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> 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>
