From: Steve Smokowski Date: Thu, 16 Feb 2017 14:49:26 +0000 (-0500) Subject: Modify submodule deploy X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=60f6b6f99c817dae97dd80fabb4a0e67b83a807e;p=aai%2Faai-service.git Modify submodule deploy Change-Id: Ia78c65292f0a33d1c3696a01b1b33cd4ac13f71d Signed-off-by: Steve Smokowski --- 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 + + +