You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vs...@apache.org on 2017/05/01 13:10:20 UTC

ambari git commit: AMBARI-20902.Ambari build failure after npm to yarn package manager migration.(Venkata Sairam)

Repository: ambari
Updated Branches:
  refs/heads/trunk bfcc42dcc -> 8549682b5


AMBARI-20902.Ambari build failure after npm to yarn package manager migration.(Venkata Sairam)


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

Branch: refs/heads/trunk
Commit: 8549682b546b07f15cba4bf48737b3f751f90fb0
Parents: bfcc42d
Author: Venkata Sairam <ve...@gmail.com>
Authored: Mon May 1 18:39:56 2017 +0530
Committer: Venkata Sairam <ve...@gmail.com>
Committed: Mon May 1 18:39:56 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/8549682b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1cf13f4..e0d0373 100644
--- a/pom.xml
+++ b/pom.xml
@@ -399,6 +399,7 @@
             <exclude>ambari-metrics/**/.*/**</exclude>
             <!-- generated DDL-->
             <exclude>**/createDDL.jdbc</exclude>
+            <exclude>**/yarn.lock</exclude>
           </excludes>
         </configuration>
         <executions>