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>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>0.0.22</version>
|
<version>1.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<workingDirectory>${webappTgtDir}</workingDirectory>
|
<workingDirectory>${webappTgtDir}</workingDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -172,7 +172,7 @@
|
||||||
<workingDirectory>${webappTgtDir}</workingDirectory>
|
<workingDirectory>${webappTgtDir}</workingDirectory>
|
||||||
<executable>${node.executable}</executable>
|
<executable>${node.executable}</executable>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>node/npm/bin/npm-cli</argument>
|
<argument>node/node_modules/npm/bin/npm-cli</argument>
|
||||||
<argument>run</argument>
|
<argument>run</argument>
|
||||||
<argument>build:mvn</argument>
|
<argument>build:mvn</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
|
|
Loading…
Reference in New Issue