summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStone, Avi (as206k) <as206k@att.com>2018-05-14 14:04:34 +0300
committerStone, Avi (as206k) <as206k@att.com>2018-05-14 14:05:59 +0300
commit63e12f7ad2da2d4b325ae8cf5514c417c36f95db (patch)
tree7848da5ccfa0b9dd80fe26b959184d1fd1c284f0
parent05f83a7be91c23904bf146286de624825ac52a95 (diff)
Fix pom.xml
Change pom version according to ONAP versioning Change-Id: Ia03d26d6f8e001dcb5f3ddfac93fd67baa456e8a Issue-ID: SDC-1316 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r--pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 98c7474..dec8a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,8 +291,8 @@
<configuration>
<workingDirectory>${project.basedir}/public</workingDirectory>
<installDirectory>target</installDirectory>
- <nodeVersion>v8.7.0</nodeVersion>
- <yarnVersion>v1.3.2</yarnVersion>
+ <nodeVersion>v9.11.1</nodeVersion>
+ <yarnVersion>v1.6.0</yarnVersion>
</configuration>
<executions>
<execution>
@@ -303,6 +303,15 @@
<phase>generate-resources</phase>
</execution>
<execution>
+ <id>yarn-install</id>
+ <goals>
+ <goal>yarn</goal>
+ </goals>
+ <configuration>
+ <arguments>global add node-gyp</arguments>
+ </configuration>
+ </execution>
+ <execution>
<id>yarn install</id>
<goals>
<goal>yarn</goal>