From 0586da4e5172ea4508b62698ded43c6c59eb7d6d Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 17 Jul 2019 10:43:14 -0400 Subject: Remove staging plugin Remove staging-profile, which had been needed for daily builds in old daily build jobs. Change-Id: I13d1b628268f46d59ff4521ffebf2f6d3b2b6390 Issue-ID: CCSDK-1496 Signed-off-by: Timoney, Dan (dt5972) --- standalone/pom.xml | 395 ++++++++++++++++++++++++++++------------------------- 1 file changed, 209 insertions(+), 186 deletions(-) (limited to 'standalone') diff --git a/standalone/pom.xml b/standalone/pom.xml index 1e68cdb6..107918e6 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -1,189 +1,212 @@ - - - 4.0.0 - pom - org.onap.ccsdk.parent - standalone-parent - 1.3.0-SNAPSHOT - - - http://wiki.onap.org - ONAP :: ${project.groupId} :: ${project.artifactId} - Root POM to be used in place of oparent for CCSDK based projects - - - org.onap.oparent - oparent - 2.0.0 - - - - JIRA - https://jira.onap.org/ - - - - - - - https://nexus.onap.org - 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 - - - 1.8 - 1.8 - 2.5.0 - true - - - java - jacoco - ${project.build.directory}/surefire-reports - true - ${project.version} - - - - 2.1.1 - 2.9.8 - 2.0 - - 1.1.5 - 1.3.0 - 1.5.0 - - - - - - - - org.onap.sdc.sdc-distribution-client - sdc-distribution-client - ${sdc.client.version} - compile - - - org.onap.sdc.sdc-tosca - sdc-tosca - ${sdc.tosca.version} - compile - - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - ${dmaap.listener.version} - - - org.slf4j - slf4j-api - 1.7.21 - - - org.apache.logging.log4j - log4j-slf4j-impl - 2.11.2 - - - com.fasterxml.jackson.core - jackson-core - ${fasterxml.jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${fasterxml.jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${fasterxml.jackson.version} - - - org.apache.velocity - velocity-engine-core - ${velocity.version} - - - junit - junit - 4.12 - test - - - org.mockito - mockito-core - 1.10.19 - test - - - org.testng - testng - 6.11 - test - - - ch.vorburger.mariaDB4j - mariaDB4j - 2.2.3 - test - - - - - - - - nexus-staging - - - !altDeploymentRepository - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://${onap.nexus.host} - 176c31dfe190a - ecomp-staging - - - - - - - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.5 - - true - - - - - - ONAP - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + + 4.0.0 + pom + org.onap.ccsdk.parent + standalone-parent + 1.3.1-SNAPSHOT + + + http://wiki.onap.org + ONAP :: ${project.groupId} :: ${project.artifactId} + Root POM to be used in place of oparent for CCSDK based projects + + + org.onap.oparent + oparent + 2.0.0 + + + + JIRA + https://jira.onap.org/ + + + + + + + https://nexus.onap.org + 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 + + + 1.8 + 1.8 + 2.5.0 + true + + + java + jacoco + ${project.build.directory}/surefire-reports + true + ${project.version} + + + + 2.1.1 + 2.9.8 + 2.0 + + 1.1.5 + 1.3.0 + 1.5.0 + + + + + + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + ${sdc.client.version} + compile + + + org.onap.sdc.sdc-tosca + sdc-tosca + ${sdc.tosca.version} + compile + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${dmaap.listener.version} + + + org.slf4j + slf4j-api + 1.7.21 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.11.2 + + + com.fasterxml.jackson.core + jackson-core + ${fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${fasterxml.jackson.version} + + + org.apache.velocity + velocity-engine-core + ${velocity.version} + + + junit + junit + 4.12 + test + + + org.mockito + mockito-core + 1.10.19 + test + + + org.testng + testng + 6.11 + test + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + + + + + onap-public + https://nexus.onap.org/content/groups/public + + true + never + + + true + always + + + + onap-staging + https://nexus.onap.org/content/groups/staging + + true + never + + + true + always + + + + ecomp-release + onap-repository-releases + https://nexus.onap.org/content/repositories/releases + + true + never + + + false + + + + ecomp-snapshot + onap-repository-snapshots + https://nexus.onap.org/content/repositories/snapshots + + false + + + true + + + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + true + + + + + + ONAP + -- cgit 1.2.3-korg