aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-06-18 07:50:50 +0300
committerIttay Stern <ittay.stern@att.com>2019-06-18 08:46:24 +0300
commit1124e96b3b5812507b4a112f1e9b670ae0f9bda1 (patch)
tree03fe0600a4c74ab05cd4a32b0f472e1177cc12ad
parent6c98119d3f394b85683aa1625ca2c63d76235e36 (diff)
Show npm config
Issue-ID: CIMAN-234 Change-Id: Iecf36ab1a40e7d6f7638874a1bf95b3f398bf112 Signed-off-by: Ittay Stern <ittay.stern@att.com>
-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>