From 342dbc8a4af828aa7e918138dc693b9d4f85c2a0 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Fri, 23 Mar 2018 17:56:37 +0000 Subject: [PATCH] Update module poms to skip maven deploy The rationale for this change is that the only deployable artifact is the champ microservice as a docker component. The intention is to allow the failing Jenkins merge job to complete. Issue-ID: AAI-927 Change-Id: Ib73470697cd79d12b8d1d47df9afa930f4768d8f Signed-off-by: Michael Arrastia --- champ-lib/champ-core/pom.xml | 13 ++++++++++--- champ-lib/champ-janus/pom.xml | 11 +++++++++-- champ-lib/champ-titan/pom.xml | 11 +++++++++-- champ-lib/pom.xml | 17 +---------------- champ-service-deps-janus/pom.xml | 7 +++++++ champ-service-deps-titan/pom.xml | 7 +++++++ champ-service/pom.xml | 4 ++-- 7 files changed, 45 insertions(+), 25 deletions(-) diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 4e55bff..840fc61 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -50,7 +50,7 @@ limitations under the License. ${event.client.version} - + org.codehaus.groovy groovy @@ -104,7 +104,14 @@ limitations under the License. - + --> diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index dbba4e4..1a0475d 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -173,7 +173,14 @@ limitations under the License. - + --> diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 15e14da..ffff015 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -172,7 +172,14 @@ limitations under the License. - + --> diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 18070dd..921e733 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -274,23 +274,8 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - 2.8.2 - - - default-deploy - none - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging + true + --> com.spotify docker-maven-plugin -- 2.16.6