diff options
-rw-r--r-- | catalog-ui/pom.xml | 7 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml index 63bd50d8c6..6e85d65d2f 100644 --- a/catalog-ui/pom.xml +++ b/catalog-ui/pom.xml @@ -77,6 +77,7 @@ <artifactId>frontend-maven-plugin</artifactId> <configuration> <installDirectory>${project.basedir}</installDirectory> + <npmDownloadRoot>${npm.registry}</npmDownloadRoot> </configuration> <executions> @@ -87,8 +88,8 @@ </goals> <configuration> <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions --> - <nodeVersion>v10.17.0</nodeVersion> - <npmVersion>6.11.3</npmVersion> + <nodeVersion>v14.16.1</nodeVersion> + <npmVersion>6.14.12</npmVersion> </configuration> </execution> @@ -109,7 +110,7 @@ </goals> <!-- Optional configuration which provides for running any npm command --> <configuration> - <arguments>install --registry ${npm.registry}</arguments> + <arguments>install</arguments> </configuration> </execution> @@ -153,7 +153,7 @@ Modifications copyright (c) 2018-2019 Nokia <nexus.id.snapshot>nexus</nexus.id.snapshot> <!--nexus--> - <npm.registry>https://registry.npmjs.org/</npm.registry> + <npm.registry>https://nexus3.onap.org/repository/npm.public/npm/-/</npm.registry> <nexus.proxy>https://nexus.onap.org</nexus.proxy> <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> <staging.profile.id>176c31dfe190a</staging.profile.id> |