From 6f2b2081f589c56f61941edeb58dfbcba0885110 Mon Sep 17 00:00:00 2001 From: biniek Date: Mon, 17 Dec 2018 11:18:05 +0100 Subject: pom.xml cleanup Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab Issue-ID: VID-368 Signed-off-by: biniek --- deliveries/pom.xml | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 89 insertions(+), 91 deletions(-) (limited to 'deliveries') diff --git a/deliveries/pom.xml b/deliveries/pom.xml index f096c2b62..48b588ec5 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -1,106 +1,104 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - org.onap.vid - vid-parent - 4.0.0-SNAPSHOT - + + org.onap.vid + vid-parent + 4.0.0-SNAPSHOT + - pom - org.onap.vid - vid-deliveries + pom + vid-deliveries - VID Deliveries - ONAP VID Deliveries - - UTF-8 - UTF-8 - ${docker_registry} - true - + VID Deliveries + ONAP VID Deliveries + + UTF-8 + UTF-8 + ${docker_registry} + true + - + - - docker-proxy - - - - env.http_proxy - - - - ${env.http_proxy} - - + + docker-proxy + + + + env.http_proxy + + + + ${env.http_proxy} + + - + - - ${project.artifactId}-${project.version} - - - io.fabric8 - docker-maven-plugin - 0.16.5 + + ${project.artifactId}-${project.version} + + + io.fabric8 + docker-maven-plugin + 0.16.5 - - true + + true + 1.23 + + + onap/vid:${project.version} + + remove + docker-files + + / + vidadmin:vidadmin:vidadmin + assembly/assembly-for-plugin.xml + + + 4.0-STAGING-latest + latest + - 1.23 - - - onap/vid:${project.version} - - remove - docker-files - - / - vidadmin:vidadmin:vidadmin - assembly/assembly-for-plugin.xml - - - 4.0-STAGING-latest - latest - - - - - - + + + + - - - generate-image - package - - build - - - - - push-image - deploy - - build - push - - - + + + generate-image + package + + build + + - + + push-image + deploy + + build + push + + + - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - true - - - - + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + -- cgit 1.2.3-korg