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:
Sunil G 2017-04-12 12:01:47 +05:30
parent 23b1a7bdf1
commit f48e968bec

View File

@ -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>