From dfe5205bf91864febb2a69d33ede23f3824bb9ed Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 17 Jul 2019 11:07:44 -0400 Subject: Added npmVersion to install NPM To install local copy of npm, needed to make 2 changes to frontend-maven-plugin configuration: 1) Add tag 6.4.1 2) Removed tag Confirmed in local build that those changes result in npm being installed in local 'node' directory (which it was not before these changes). Also, changed parent version to 1.3.1-SNAPSHOT - this will be needed to prevent builds from breaking when new SAN certs are installed for ONAP gerrit. Change-Id: I576d8737eccfaa3024a36608edc1102535a55d26 Issue-ID: CCSDK-1491 Signed-off-by: Timoney, Dan (dt5972) --- cds-ui/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cds-ui/client') diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 86504b7ea..ed0087d7d 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -50,8 +50,8 @@ limitations under the License. 1.3 v8.12.0 + 6.4.1 https://nodejs.org/dist/ - https://nodejs.org/dist/npm/ ./ -- cgit 1.2.3-korg