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