From c19393b8e17e520d7fa474da552e86e6cbd41add Mon Sep 17 00:00:00 2001 From: Quoc Nghia Nguyen Date: Wed, 11 Apr 2018 15:32:35 +0200 Subject: [PATCH] Fix nexus-staging-maven deployment issue - pom.xml: Recover element Change-Id: I7a848a1e12b1a93a311cad598d86e3d0092d7ff1 Issue-ID: EXTAPI-49 Signed-off-by: Quoc Nghia Nguyen --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index a85cb4c..80f0002 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,19 @@ + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + Apache2 -- 2.16.6