From e94242606199c0d46a532220d8bad4c96788163c Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Thu, 11 Jul 2019 11:08:13 +0200 Subject: Oparent migration for sdc docker base Added oparent - neither errors nor warnings have been seen. Change-Id: I5f6b93e3fda12375a93a9e1b13bbdbdcafa5597d Issue-ID: SDC-2433 Signed-off-by: Tomasz Golabek --- pom.xml | 435 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 223 insertions(+), 212 deletions(-) diff --git a/pom.xml b/pom.xml index 0620a28..909ecd3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,175 +8,186 @@ 1.4.2-SNAPSHOT sdc-sdc-docker-base + + org.onap.oparent + oparent + 2.0.0 + + + - - /content/sites/site/org/onap/sdc/${project.artifactId}/${project.version} - - ${maven.build.timestamp} - yyyyMMdd'T'HHmmss'Z' - - ${project.version}-${timestamp} - ${project.version}-latest + + /content/sites/site/org/onap/sdc/${project.artifactId}/${project.version} + + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + + ${project.version}-${timestamp} + ${project.version}-latest - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://nexus.onap.org - 176c31dfe190a - ecomp-staging - - - - io.fabric8 - docker-maven-plugin - 0.25.2 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + + + io.fabric8 + docker-maven-plugin + 0.25.2 + + + + + onap/base_sdc-jetty + base_sdc-jetty + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-jetty + + + + + onap/base_sdc-kibana + base_sdc-kibana + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-kibana + + + + + onap/base_sdc-cassandra + base_sdc-cassandra + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-cassandra + + + + + onap/base_sdc-cqlsh + base_sdc-cqlsh + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-cqlsh + + + + + onap/base_sdc-python + base_sdc-python + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-python + + + + + onap/base_sdc-elasticsearch + base_sdc-elasticsearch + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-elasticsearch + + + + + onap/base_sdc-sanity + base_sdc-sanity + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-sanity + + + + + onap/base_sdc-vnc + base_sdc-vnc + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/base_sdc-vnc + + + + + + + clean-images + pre-clean + + remove + - - - - onap/base_sdc-jetty - base_sdc-jetty - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-jetty - - - - - onap/base_sdc-kibana - base_sdc-kibana - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-kibana - - - - - onap/base_sdc-cassandra - base_sdc-cassandra - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-cassandra - - - - - onap/base_sdc-cqlsh - base_sdc-cqlsh - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-cqlsh - - - - - onap/base_sdc-python - base_sdc-python - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-python - - - - - onap/base_sdc-elasticsearch - base_sdc-elasticsearch - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-elasticsearch - - - - - onap/base_sdc-sanity - base_sdc-sanity - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-sanity - - - - - onap/base_sdc-vnc - base_sdc-vnc - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir}/base_sdc-vnc - - - + true + + onap/base_sdc-jetty,onap/base_sdc-elasticsearch,onap/base_sdc-kibana,onap/base_sdc-cassandra,onap/base_sdc-sanity,onap/base_sdc-cqlsh,onap/base_sdc-python,onap/base_sdc-vnc + - - - clean-images - pre-clean - - remove - - - true - onap/base_sdc-jetty,onap/base_sdc-elasticsearch,onap/base_sdc-kibana,onap/base_sdc-cassandra,onap/base_sdc-sanity,onap/base_sdc-cqlsh,onap/base_sdc-python,onap/base_sdc-vnc - - + - - generate-images - package - - build - - + + generate-images + package + + build + + - - push-images - deploy - - push - - - onap/base_sdc-jetty,onap/base_sdc-elasticsearch,onap/base_sdc-kibana,onap/base_sdc-cassandra,onap/base_sdc-sanity,onap/base_sdc-cqlsh,onap/base_sdc-python,onap/base_sdc-vnc - - - - + + push-images + deploy + + push + + + + onap/base_sdc-jetty,onap/base_sdc-elasticsearch,onap/base_sdc-kibana,onap/base_sdc-cassandra,onap/base_sdc-sanity,onap/base_sdc-cqlsh,onap/base_sdc-python,onap/base_sdc-vnc + + + + + @@ -186,63 +197,63 @@ http://repo2.maven.org/maven2/ - ecomp-releases - ECOMP Release Repository - https://nexus.onap.org/content/repositories/releases/ + ecomp-releases + ECOMP Release Repository + https://nexus.onap.org/content/repositories/releases/ - ecomp-snapshots - ECOMP Snapshot Repository - https://nexus.onap.org/content/repositories/snapshots/ + ecomp-snapshots + ECOMP Snapshot Repository + https://nexus.onap.org/content/repositories/snapshots/ - ecomp-staging - ECOMP Staging Repository - https://nexus.onap.org/content/repositories/staging/ + ecomp-staging + ECOMP Staging Repository + https://nexus.onap.org/content/repositories/staging/ - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - ecomp-releases - ONAP Release Repository - - https://nexus.onap.org/content/repositories/releases/ - - - - ecomp-snapshots - ONAP Snapshot Repository - - https://nexus.onap.org/content/repositories/snapshots/ - - - true - - - false - - - - + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ONAP Release Repository + + https://nexus.onap.org/content/repositories/releases/ + + + + ecomp-snapshots + ONAP Snapshot Repository + + https://nexus.onap.org/content/repositories/snapshots/ + + + true + + + false + + + + - - ecomp-releases - Release Repository - https://nexus.onap.org/content/repositories/releases/ - - - ecomp-snapshots - Snapshot Repository - https://nexus.onap.org/content/repositories/snapshots/ - - - ecomp-site - dav:https://nexus.onap.org/content/sites/site/org/onap/sdc/${project.version} - - + + ecomp-releases + Release Repository + https://nexus.onap.org/content/repositories/releases/ + + + ecomp-snapshots + Snapshot Repository + https://nexus.onap.org/content/repositories/snapshots/ + + + ecomp-site + dav:https://nexus.onap.org/content/sites/site/org/onap/sdc/${project.version} + + -- cgit 1.2.3-korg