diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-10-24 14:41:11 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-10-24 14:41:11 +0200 |
commit | faefc143f438e6217f29059bab3af7194a4d7a43 (patch) | |
tree | 700c472171071d2b7975b0aa89c9f00e141470be /pom.xml | |
parent | 8a359114b6fa9b18b398709136db22e40b79fdd3 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1102,7 +1102,7 @@ </goals> <phase>compile</phase> <configuration> - <arguments>install</arguments> + <arguments>install --registry https://registry.npmjs.com/</arguments> </configuration> </execution> <execution> |