Add npm repo 41/97541/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 24 Oct 2019 12:41:11 +0000 (14:41 +0200)
committersebdet <sebastien.determe@intl.att.com>
Thu, 24 Oct 2019 12:41:11 +0000 (14:41 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 448f290..6edd4df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </goals>
                                                <phase>compile</phase>
                                                <configuration>
-                                                       <arguments>install</arguments>
+                                                       <arguments>install --registry https://registry.npmjs.com/</arguments>
                                                </configuration>
                                        </execution>
                                        <execution>