Browse Source

YARN-6421. Upgrade frontend-maven-plugin to 1.1 to fix new YARN UI build error in ppc64le. Contributed by Sonia Garudi.

Sunil G 8 năm trước cách đây
mục cha
commit
f48e968bec
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml

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

@@ -123,7 +123,7 @@
           <plugin>
             <groupId>com.github.eirslett</groupId>
             <artifactId>frontend-maven-plugin</artifactId>
-            <version>0.0.22</version>
+            <version>1.1</version>
             <configuration>
               <workingDirectory>${webappTgtDir}</workingDirectory>
             </configuration>
@@ -172,7 +172,7 @@
                   <workingDirectory>${webappTgtDir}</workingDirectory>
                   <executable>${node.executable}</executable>
                   <arguments>
-                    <argument>node/npm/bin/npm-cli</argument>
+                    <argument>node/node_modules/npm/bin/npm-cli</argument>
                     <argument>run</argument>
                     <argument>build:mvn</argument>
                   </arguments>