From b665f8c86842c15f62d67b7dc841bf26e4787541 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 9 Oct 2017 15:44:32 -0400 Subject: [PATCH] Define onap.nexus.url in parent/pom.xml Define onap.nexus.url in parent/pom.xml, needed by staging plugin Change-Id: Idff22a7437ef44592792d145b9806ae95978af44 Issue-ID: CCSDK-113 Signed-off-by: Dan Timoney --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 2a15e819..db3862b8 100755 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ nexus.onap.org 443 https + https://nexus.onap.org ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/groups/public ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots -- 2.16.6