From 0b24f8ecf7a6238017b6735b194da5c81fc758da Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 17 Aug 2018 14:38:54 -0400 Subject: Add staging plugin config to client pom Parent pom used to generate client code was missing configuration of Sonatype staging plugin, which is needed for daily release builds to work. Change-Id: I072ab5b902761bf56160e140608bbd691d786e68 Issue-ID: CCSDK-472 Signed-off-by: Timoney, Dan (dt5972) --- odlparent/client-parent/pom.xml | 116 +++++++++++++++++++++++++++------------- 1 file changed, 80 insertions(+), 36 deletions(-) diff --git a/odlparent/client-parent/pom.xml b/odlparent/client-parent/pom.xml index c55b8e6b..51ba5074 100644 --- a/odlparent/client-parent/pom.xml +++ b/odlparent/client-parent/pom.xml @@ -67,6 +67,17 @@ 2.0.0.Final 1.5.16 + + nexus.onap.org + 443 + https + https://nexus.onap.org/content/groups/public + https://nexus.onap.org/content/groups/staging + https://nexus.onap.org/content/repositories/releases + https://nexus.onap.org/content/repositories/snapshots + ecomp-staging + 176c31dfe190a + @@ -83,10 +94,10 @@ provided - com.openpojo - openpojo - ${openpojo.version} - test + com.openpojo + openpojo + ${openpojo.version} + test junit @@ -233,7 +244,7 @@ http://maven.restlet.com - + onap-bintray onap-bintray https://nexus.onap.org/content/repositories/bintray/ @@ -383,37 +394,42 @@ - - maven-antrun-plugin - 1.8 - - - initialize - - run - - - - - - - - - - - - - - - - - - - - - - - + + maven-antrun-plugin + 1.8 + + + initialize + + run + + + + + + + + + + + + + + + + + + + + + + + org.opendaylight.yangtools yang-maven-plugin @@ -507,6 +523,34 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + true + + + + maven-scm-plugin + 1.8.1 + + ${project.artifactId}-${project.version} + + + ONAP -- cgit 1.2.3-korg