From 464f57c18c0bf4f599e2f294a31b93d737dfb82a Mon Sep 17 00:00:00 2001 From: Tony Hansen Date: Fri, 27 Oct 2017 12:44:06 +0000 Subject: add missing environment vars they were missing in pom.xml, which is why they were coming up empty in mvn-phase-script Change-Id: I9c7e3bfabc7f15f564cc1a9b1fc7bc52cab595c6 Signed-off-by: Tony Hansen Issue-ID: CCSDK-128 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index aeb9982..d6cfa03 100644 --- a/pom.xml +++ b/pom.xml @@ -155,6 +155,9 @@ ${project.artifactId} ${project.version} ${onap.nexus.url} + ${onap.nexus.rawrepo.baseurl.upload} + ${onap.nexus.rawrepo.baseurl.download} + ${onap.nexus.rawrepo.serverid} -- cgit 1.2.3-korg