瀏覽代碼

YARN-6362. Use frontend-maven-plugin 0.0.22 version for new yarn ui. Contributed by Kai Sasaki.

Sunil G 8 年之前
父節點
當前提交
1a98a279f4
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml

+ 3 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml

@@ -32,8 +32,8 @@
     <packaging.type>pom</packaging.type>
     <webappTgtDir>${basedir}/target/src/main/webapp</webappTgtDir>
     <node.executable>${basedir}/target/src/main/webapp/node/node</node.executable>
-    <nodeVersion>v4.4.5</nodeVersion>
-    <npmVersion>2.15.5</npmVersion>
+    <nodeVersion>v5.7.1</nodeVersion>
+    <npmVersion>3.6.0</npmVersion>
     <keep-ui-build-cache>false</keep-ui-build-cache>
   </properties>
 
@@ -123,6 +123,7 @@
           <plugin>
             <groupId>com.github.eirslett</groupId>
             <artifactId>frontend-maven-plugin</artifactId>
+            <version>0.0.22</version>
             <configuration>
               <workingDirectory>${webappTgtDir}</workingDirectory>
             </configuration>