From: Timoney, Dan (dt5972) Date: Fri, 17 Aug 2018 18:38:54 +0000 (-0400) Subject: Add staging plugin config to client pom X-Git-Tag: 1.1.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0b24f8ecf7a6238017b6735b194da5c81fc758da;p=ccsdk%2Fparent.git 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) --- 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