From 22471531491355235b0dd22518d3f967b8094290 Mon Sep 17 00:00:00 2001 From: Francis Paquette Date: Wed, 1 May 2019 17:59:38 -0400 Subject: [PATCH] Unskipping deployment Issue-ID: AAI-2401 Change-Id: I1885bc0226cfac2de21e36ed63a2e0dca6631262 Signed-off-by: Francis Paquette --- elasticsearch-sg/pom.xml | 25 ++++++++++++++++++++----- pom.xml | 7 ------- search-data-service-app/pom.xml | 15 +++++++++------ 3 files changed, 29 insertions(+), 18 deletions(-) diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 322c742..5360c95 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -79,11 +79,26 @@ - org.apache.maven.plugins - maven-deploy-plugin - - true - + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + diff --git a/pom.xml b/pom.xml index 456185b..d3ffb93 100644 --- a/pom.xml +++ b/pom.xml @@ -76,13 +76,6 @@ true - - org.apache.maven.plugins - maven-deploy-plugin - - true - - diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 5cc0ab3..978b0c5 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -395,13 +395,16 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + none + + org.codehaus.mojo -- 2.16.6