From 60f6b6f99c817dae97dd80fabb4a0e67b83a807e Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Thu, 16 Feb 2017 09:49:26 -0500 Subject: [PATCH] Modify submodule deploy Change-Id: Ia78c65292f0a33d1c3696a01b1b33cd4ac13f71d Signed-off-by: Steve Smokowski --- aai-schema/pom.xml | 10 ++++++++++ ajsc-aai/pom.xml | 17 ++++++++++------- annotations/pom.xml | 10 ++++++++++ pom.xml | 11 ++++++++++- 4 files changed, 40 insertions(+), 8 deletions(-) diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index be2cd29..450b13b 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -87,6 +87,16 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + deploy + + + diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml index 38dc9c9..524ebaf 100644 --- a/ajsc-aai/pom.xml +++ b/ajsc-aai/pom.xml @@ -566,13 +566,16 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - - + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + diff --git a/annotations/pom.xml b/annotations/pom.xml index af6bdbb..86dcecd 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -78,6 +78,16 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + deploy + + + diff --git a/pom.xml b/pom.xml index 2078afe..355d68d 100644 --- a/pom.xml +++ b/pom.xml @@ -348,7 +348,16 @@ - + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + -- 2.16.6