|
@@ -32,8 +32,8 @@
|
|
|
<packaging.type>pom</packaging.type>
|
|
|
<webappTgtDir>${basedir}/target/src/main/webapp</webappTgtDir>
|
|
|
<node.executable>${basedir}/target/src/main/webapp/node/node</node.executable>
|
|
|
- <nodeVersion>v4.4.5</nodeVersion>
|
|
|
- <npmVersion>2.15.5</npmVersion>
|
|
|
+ <nodeVersion>v5.7.1</nodeVersion>
|
|
|
+ <npmVersion>3.6.0</npmVersion>
|
|
|
<keep-ui-build-cache>false</keep-ui-build-cache>
|
|
|
</properties>
|
|
|
|
|
@@ -123,6 +123,7 @@
|
|
|
<plugin>
|
|
|
<groupId>com.github.eirslett</groupId>
|
|
|
<artifactId>frontend-maven-plugin</artifactId>
|
|
|
+ <version>0.0.22</version>
|
|
|
<configuration>
|
|
|
<workingDirectory>${webappTgtDir}</workingDirectory>
|
|
|
</configuration>
|