From fe041c7b6e0eb1ee9a2445a41ffd6c1e7f3a95dc Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 25 Apr 2017 06:33:51 -0700 Subject: Add a repository to fix maven build The build was broken due to a snapshot reference, this snapshot repository is missing Change-Id: I301c37fc1c3f64dc64752df39d35780a49a88025 Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4d40546..74b9b95 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ + /content/repositories/staging/ /content/sites/site/org/openecomp/mso/${project.version} yyyyMMdd'T'HHmm @@ -120,8 +121,13 @@ ecomp-staging MSO Staging Repository - ${nexusproxy}/content/repositories/staging/ + ${nexusproxy}/${stagingNexusPath} + + ecomp-snapshots + MSO Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + CamundaWebRepo -- cgit 1.2.3-korg