From 2d917a2119d74679a23182a9f292bb25439620fc Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Fri, 26 May 2017 14:01:08 -0400 Subject: [PATCH] [AAI-ONAP] Update the pom for pushing to staging Change-Id: I2064d7f2d4f70a5128275a1b15a1575a2ef4e38f Signed-off-by: Venkata Harish K Kajur --- aai-annotations/pom.xml | 23 +++++++++++++++++++++++ aai-core/pom.xml | 21 +++++++++++++++++++++ aai-schema/pom.xml | 21 +++++++++++++++++++++ pom.xml | 21 +++++++++++++++++++++ 4 files changed, 86 insertions(+) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 214e5bd5..c05cd3ad 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -127,6 +127,29 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f761c500..e36e313f 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -414,6 +414,27 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 5e4ae95b..776795d9 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -122,6 +122,27 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + + 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 bbecdd81..5833515d 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,27 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + -- 2.16.6