Add npm repo

Add npm repo as the default one does not work properly or does not
contain everything

Issue-ID: CLAMP-450
Change-Id: I159e1cdae04b7bc9a8f9a770b7f34bd3167da0d2
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 448f290..6edd4df 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>