aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-10-24 14:41:11 +0200
committersebdet <sebastien.determe@intl.att.com>2019-10-24 14:41:11 +0200
commitfaefc143f438e6217f29059bab3af7194a4d7a43 (patch)
tree700c472171071d2b7975b0aa89c9f00e141470be /pom.xml
parent8a359114b6fa9b18b398709136db22e40b79fdd3 (diff)
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 448f290b..6edd4df5 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>