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
1 changed files with 2 additions and 2 deletions

View File

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