From 9f6f0bc0e70a5b13b0e9db9e0d0e0ec85e1214ca Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Mon, 18 Sep 2017 17:09:35 -0400 Subject: Remove the mapping of docker executions The corresponding jjb has been changed to explicitly call the docker execution operations. Change-Id: I186b104c8ee65837f20978a5aefdd467bc624d31 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang --- pom.xml | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index b760888..95ad30d 100644 --- a/pom.xml +++ b/pom.xml @@ -270,8 +270,7 @@ docker-maven-plugin 0.4.11 - - ${project.artifactId} + ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId} openjdk:8-jre ["java", "-jar", "/opt/${project.build.finalName}.jar", "server"] @@ -284,40 +283,11 @@ 8080 + + ${project.version}-${maven.build.timestamp} + latest + - - - build-image - package - - build - - - - tag-image-timestamped-version - deploy - - tag - - - ${project.artifactId} - ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:${project.version}-${maven.build.timestamp} - true - - - - tag-image-latest-version - deploy - - tag - - - ${project.artifactId} - ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:LATEST - true - - - -- cgit 1.2.3-korg