From d0dc04e232fded7b86698f6834bf9d0eb630e0d2 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Tue, 29 Aug 2017 16:06:38 -0700 Subject: [PATCH] Skip failing staging deploy in parent pom.xml Issue-Id: CCSDK-67 Change-Id: Idc816f281e03aa568e1ea7bf1b7d4a43c9027a52 Signed-off-by: Marcus G K Williams --- pom.xml | 472 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 244 insertions(+), 228 deletions(-) diff --git a/pom.xml b/pom.xml index 615c37bb..cd7cb32f 100755 --- a/pom.xml +++ b/pom.xml @@ -1,231 +1,247 @@ - - 4.0.0 - pom - org.onap.ccsdk.parent - parent - 0.0.1-SNAPSHOT - - Parent POMs - http://wiki.onap.org - Parent POMs to be used by clients of CCSDK - - - - nexus.onap.org - 443 - https - ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/groups/public - ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases - ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots - ecomp-releases - - - - - - - - onap-public - ${onap.nexus.public-url} - - true - - never - - - true - always - - - - - ecomp-release - onap-repository-releases - ${onap.nexus.release-url} - - true - never - - - false - - - - ecomp-snapshot - onap-repository-snapshots - ${onap.nexus.snapshot-url} - - false - - - true - - - - opendaylight-mirror - opendaylight-mirror - ${opendaylight.nexus.public-url} - - true - never - - - false - - - - opendaylight-snapshot - opendaylight-snapshot - ${opendaylight.nexus.snapshot-url} - - false - - - true - - - - - - - - ecomp-releases - onap-repository-releases - ${onap.nexus.release-url} - - - ecomp-snapshots - onap-repository-snapshots - ${onap.nexus.snapshot-url} - - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - org.apache.maven.doxia - doxia-core - 1.7 - - - org.apache.maven.doxia - doxia-sink-api - 1.7 - - - org.apache.maven.doxia - doxia-logging-api - 1.7 - - - - - attach-descriptor - - attach-descriptor - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - ${java.version.source} - ${java.version.target} - - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - maven-source-plugin - 2.1.1 - - - bundle-sources - package - - - jar-no-fork - - - test-jar-no-fork - - - - - - - - - - - - - - org.codehaus.mojo - properties-maven-plugin - 1.0.0 - - - - set-system-properties - - - - - maven.wagon.http.ssl.allowall - ${ssl.allowall} - - - maven.wagon.http.ssl.insecure - ${ssl.insecure} - - - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.3 - - - maven-scm-plugin - 1.8.1 - - ${project.artifactId}-${project.version} - - - - - - ONAP - - - - odlparent-boron-sr3 - odlparent-carbon-sr1 - + 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 + parent + 0.0.1-SNAPSHOT + + Parent POMs + http://wiki.onap.org + Parent POMs to be used by clients of CCSDK + + + + nexus.onap.org + 443 + https + ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/groups/public + ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases + ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots + ecomp-releases + + + + + + + + onap-public + ${onap.nexus.public-url} + + true + + never + + + true + always + + + + + ecomp-release + onap-repository-releases + ${onap.nexus.release-url} + + true + never + + + false + + + + ecomp-snapshot + onap-repository-snapshots + ${onap.nexus.snapshot-url} + + false + + + true + + + + opendaylight-mirror + opendaylight-mirror + ${opendaylight.nexus.public-url} + + true + never + + + false + + + + opendaylight-snapshot + opendaylight-snapshot + ${opendaylight.nexus.snapshot-url} + + false + + + true + + + + + + + + ecomp-releases + onap-repository-releases + ${onap.nexus.release-url} + + + ecomp-snapshots + onap-repository-snapshots + ${onap.nexus.snapshot-url} + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + org.apache.maven.doxia + doxia-core + 1.7 + + + org.apache.maven.doxia + doxia-sink-api + 1.7 + + + org.apache.maven.doxia + doxia-logging-api + 1.7 + + + + + attach-descriptor + + attach-descriptor + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + ${java.version.source} + ${java.version.target} + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + maven-source-plugin + 2.1.1 + + + bundle-sources + package + + + jar-no-fork + + + test-jar-no-fork + + + + + + + + + + + + + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + + set-system-properties + + + + + maven.wagon.http.ssl.allowall + ${ssl.allowall} + + + maven.wagon.http.ssl.insecure + ${ssl.insecure} + + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.3 + + + maven-scm-plugin + 1.8.1 + + ${project.artifactId}-${project.version} + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + injected-nexus-deploy + deploy + + deploy + + + + + true + + + + + + ONAP + + + + odlparent-boron-sr3 + odlparent-carbon-sr1 + -- 2.16.6