New attempt for fixing NPM

Add registry settings for the build npm install so that we can use new
libraries

Issue-ID: CLAMP-519
Change-Id: Ia69346f60c66bf6344f475b3060491dffb806124
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/pom.xml b/pom.xml
index d4e9e1b..c0f31e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1102,7 +1102,7 @@
 						</goals>
 						<phase>compile</phase>
 						<configuration>
-							<arguments>install</arguments>
+							<arguments>install --registry https://registry.npmjs.com/</arguments>
 						</configuration>
 					</execution>
 					<execution>