diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-10-03 17:57:17 +0200 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-10-03 15:57:54 +0000 |
commit | fd200512af757af56b106e158b58f4877a6bd08f (patch) | |
tree | bc4bae25256686b3212633e56ef4db97800d4168 /pom.xml | |
parent | fdb4df7fac5e017514c6892d32daaa77240b666e (diff) |
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>
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> |