diff options
author | Jim Hahn <jrh3@att.com> | 2021-04-09 14:50:26 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-04-09 14:51:54 -0400 |
commit | 44946f66b72e228c4e452332351508006fb733e6 (patch) | |
tree | ad456796ed1cad9fc2c14b20b7c82d6c7d58727d | |
parent | 42fa9f46d63968458cae9b2c72e7c4d0daca394b (diff) |
Use alternate repo for npm
Issue-ID: POLICY-3182
Change-Id: Ic5025fe29cb059f90405e0c7d96401a10b669588
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1171,6 +1171,7 @@ <version>1.8.0</version> <configuration> <installDirectory>${project.build.directory}/${ui.react.src}</installDirectory> + <npmDownloadRoot>${repo.npm}</npmDownloadRoot> </configuration> <executions> <execution> |