You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2017/04/27 19:23:15 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 94795d9e4 -> 36fd8c7cb


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/36fd8c7c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/36fd8c7c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/36fd8c7c

Branch: refs/heads/trunk
Commit: 36fd8c7cb1b3e828a1411ede0c0dcbbacb33b208
Parents: 94795d9
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Thu Apr 27 12:17:41 2017 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Thu Apr 27 12:17:41 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/36fd8c7c/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index 2f6d571..771b08d 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>