aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-06-18 11:22:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-18 11:22:46 +0000
commitb83a6d85917a5fcbb5b54734b01e82fdaa1217d7 (patch)
tree58fcba66e6854811cf8e2964835aa5b44b567155
parent05b9d57045bcff4535b7285d5181135e3cc7dcdc (diff)
parent1124e96b3b5812507b4a112f1e9b670ae0f9bda1 (diff)
Merge "Show npm config"
-rwxr-xr-xvid-app-common/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index aefd58dc4..b713e0abd 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -184,6 +184,16 @@
</configuration>
</execution>
<execution>
+ <id>npm config list</id>
+ <configuration>
+ <arguments>config ls -l</arguments>
+ </configuration>
+ <goals>
+ <goal>npm</goal>
+ </goals>
+ <phase>generate-resources</phase>
+ </execution>
+ <execution>
<id>npm install</id>
<configuration>
<arguments>install</arguments>