From 273c1c6817247bd3e87f865e3d80f548d84138ff Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 1 May 2019 08:27:56 -0400 Subject: Fix staging build Update to newly released oparent 2.0.0 to disable staging plugin, which breaks staging build. Change-Id: Iaa707b7b6be2d1245ecd1cf00268c8653e40ea08 Issue-ID: SDNC-735 Signed-off-by: Timoney, Dan (dt5972) --- pomba/network-discovery-api/pom.xml | 27 ++++++++++++++++++++++++++- pomba/pom.xml | 27 ++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index d8db0a0..d3db665 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.oparent oparent - 1.2.3 + 2.0.0 @@ -50,5 +50,30 @@ limitations under the License. test + + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + + + + + diff --git a/pomba/pom.xml b/pomba/pom.xml index 8a91074..23e9d8c 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.oparent oparent - 1.2.3 + 2.0.0 @@ -53,4 +53,29 @@ limitations under the License. + + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + + + + + -- cgit 1.2.3-korg