From c5bfc898e79431603cbd8fda93fc67efd2aad77f Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Sat, 20 Jul 2019 03:24:28 +0000 Subject: Fix cli build job error Change-Id: I3b183668443475f83b957b0872de9471a070f5c1 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1689 Signed-off-by: Vijay Venkatesh Kumar --- component-json-schemas/pom.xml | 11 +++++++++-- dcae-cli/pom.xml | 11 +++++++++-- pom.xml | 12 +++++++++--- 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/component-json-schemas/pom.xml b/component-json-schemas/pom.xml index 9d22f01..24f92b6 100644 --- a/component-json-schemas/pom.xml +++ b/component-json-schemas/pom.xml @@ -1,7 +1,7 @@ 4.0.0 @@ -52,6 +51,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${project.artifactId}-${project.version} + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + true + + org.apache.maven.plugins maven-deploy-plugin diff --git a/dcae-cli/pom.xml b/dcae-cli/pom.xml index a45a3f3..e9a5a91 100644 --- a/dcae-cli/pom.xml +++ b/dcae-cli/pom.xml @@ -1,7 +1,7 @@ 4.0.0 @@ -44,6 +43,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${project.artifactId}-${project.version} + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + true + + org.apache.maven.plugins maven-deploy-plugin diff --git a/pom.xml b/pom.xml index 533acae..6c179a6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 @@ -49,6 +47,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${project.artifactId}-${project.version} + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + true + + org.apache.maven.plugins maven-deploy-plugin -- cgit 1.2.3-korg