|
@@ -90,6 +90,10 @@
|
|
|
<groupId>com.github.eirslett</groupId>
|
|
|
<artifactId>frontend-maven-plugin</artifactId>
|
|
|
<version>0.0.19</version>
|
|
|
+ <configuration>
|
|
|
+ <nodeVersion>v0.10.31</nodeVersion>
|
|
|
+ <npmVersion>1.4.28</npmVersion>
|
|
|
+ </configuration>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>install node and npm</id>
|
|
@@ -97,8 +101,8 @@
|
|
|
<goal>install-node-and-npm</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
- <nodeVersion>v0.10.33</nodeVersion>
|
|
|
- <npmVersion>1.4.4</npmVersion>
|
|
|
+ <nodeVersion>v0.10.31</nodeVersion>
|
|
|
+ <npmVersion>1.4.28</npmVersion>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
</executions>
|
|
@@ -149,18 +153,6 @@
|
|
|
<commandlineArgs>${args.npm.full.path} cache clean</commandlineArgs>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
- <execution>
|
|
|
- <id>npm-cache-info</id>
|
|
|
- <phase>compile</phase>
|
|
|
- <goals>
|
|
|
- <goal>exec</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <executable>${executable.node}</executable>
|
|
|
- <workingDirectory>${basedir}</workingDirectory>
|
|
|
- <commandlineArgs>${args.npm.full.path} cache ls</commandlineArgs>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
<execution>
|
|
|
<id>install-npm</id>
|
|
|
<phase>compile</phase>
|