From 6720a7f1e6a0d35ffca1b7c683e06b77abd1331b Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Wed, 8 Aug 2018 15:38:11 +0200 Subject: Preparing for INT-607 Attempt to fix build Change-Id: I47e1b77d9f434a5c6a116f42db338e9b08697559 Issue-ID: INT-607 Signed-off-by: Marcin Migdal --- test/mocks/pnfsimulator/pom.xml | 56 ++++++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 17 deletions(-) diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 442d3fcaa..03dc374ad 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -124,12 +124,6 @@ ${junit.jupiter.version} test - - org.junit.vintage - junit-vintage-engine - ${junit.vintage.version} - test - org.assertj assertj-core @@ -273,41 +267,69 @@ - tag-and-push-image-latest - deploy + tag-image-latest + package tag ${docker.image.name}:latest ${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest + - tag-and-push-image-with-version - deploy + push-image-latest + none + + push + + + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest + + + + tag-image-with-version + package tag ${docker.image.name}:latest ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} - true - tag-and-push-image-with-version-and-date - deploy + push-image-with-version + none + + push + + + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} + + + + tag-image-with-version-and-date + package tag ${docker.image.name}:latest - - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp} - - true + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp} + + + + push-image-with-version-and-date + none + + push + + + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp} -- cgit 1.2.3-korg