From 7fa6f16758df69a97a35655421c7dfe1fd6b1ec9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ana=C3=ABl=20Closson?= Date: Tue, 7 Feb 2017 14:26:21 +0100 Subject: [PATCH] Use nexus staging repo for deployments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I63871dfa4ff41ae608fc62722c129efaf3920926 Signed-off-by: Anaël Closson --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 3a8df13170..acbabf0b03 100644 --- a/pom.xml +++ b/pom.xml @@ -151,10 +151,24 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + http://nexus.openecomp.org/ + 176c31dfe190a + ecomp-staging + + org.apache.maven.plugins maven-deploy-plugin 2.8 + + + org.apache.maven.plugins -- 2.16.6