From a14610df321423e5772b54bbe39e08ee754d9125 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Thu, 9 Mar 2017 21:16:04 +0000 Subject: [DCAE-1] Get demo working with non-SNAPSHOT Change-Id: I1710ce8b1f42f8d8f1b35512b9a3b83cf03c6597 Signed-off-by: Carsten Lund --- OPENECOMP-DEMO-RACKSPACE/maven.yaml | 40 ++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/OPENECOMP-DEMO-RACKSPACE/maven.yaml b/OPENECOMP-DEMO-RACKSPACE/maven.yaml index a19df0f..c78bf62 100644 --- a/OPENECOMP-DEMO-RACKSPACE/maven.yaml +++ b/OPENECOMP-DEMO-RACKSPACE/maven.yaml @@ -7,30 +7,38 @@ settings: + + + open-ecomp true + - - osecomp-nexus-snapshots - OSECOMP Snapshot Repository - @{NEXUS-URL-SNAPSHOTS} - - - eclipse - https://repo.eclipse.org/content/repositories/releases - - true - daily - - - false - - + + + snapshots + snapshots + https://nexus.openecomp.org/content/repositories/snapshots/ + + + + releases + releases + https://nexus.openecomp.org/content/repositories/releases/ + + + + staging + staging + https://nexus.openecomp.org/content/groups/staging/ + + + -- cgit 1.2.3-korg