Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 87ce9104f -> e32310ccb


AMBARI-20878. Running "mvn package" on ambari-web should not update the 
yarn.lock file. (yusaku)


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

Branch: refs/heads/branch-2.5
Commit: e32310ccbec7bb4d4a0d3876da6137b01414df3d
Parents: 87ce910
Author: Yusaku Sako <yus...@hortonworks.com>
Authored: Thu Apr 27 12:17:41 2017 -0700
Committer: Yusaku Sako <yus...@hortonworks.com>
Committed: Thu Apr 27 12:23:30 2017 -0700

----------------------------------------------------------------------
 ambari-web/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e32310cc/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index ef51a7f..442a8d6 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -153,8 +153,7 @@
               <goal>yarn</goal>
             </goals>
             <configuration>
-              <arguments>install</arguments>
-              <arguments>--ignore-engines</arguments>
+              <arguments>install --ignore-engines --pure-lockfile</arguments>
             </configuration>
           </execution>
         </executions>

Reply via email to