Browse Source

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

Yusaku Sako 8 years ago
parent
commit
e32310ccbe
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ambari-web/pom.xml

+ 1 - 2
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>