diff options
author | Jim Hahn <jrh3@att.com> | 2021-04-09 12:38:43 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-04-09 12:39:16 -0400 |
commit | b047465a0beb8735e7456c4d2877042102940983 (patch) | |
tree | 0b8299de871373fea33154a62059a3ed889b88d2 /integration | |
parent | a6129947e8c8d2c50552df59f8bad51a6b73cd69 (diff) |
Specify alternate repo from which to download npm
Issue-ID: POLICY-3182
Change-Id: I07797f1e2f58830c180303eeb1286b9564c3e4f8
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 2c6e9fd2..dcca1bd3 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -49,6 +49,7 @@ <version.javax.json>1.1.4</version.javax.json> <version.netty>4.1.58.Final</version.netty> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> + <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm> </properties> <distributionManagement> |