YARN-6421. Upgrade frontend-maven-plugin to 1.1 to fix new YARN UI build error in ppc64le. Contributed by Sonia Garudi.
This commit is contained in:
parent
23b1a7bdf1
commit
f48e968bec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user