From 6394642f39043a58d0ced9e64b8951178c1b7d14 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Thu, 14 Sep 2017 15:10:24 -0400 Subject: Change deploy goal to push Docker image Also remove distribution section which is now in oparent Change-Id: I0573672c11fa6eaf7f7d974e7d6c21759bac1cb3 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang --- pom.xml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index ea210d5..b760888 100644 --- a/pom.xml +++ b/pom.xml @@ -302,7 +302,7 @@ ${project.artifactId} ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:${project.version}-${maven.build.timestamp} - false + true @@ -314,7 +314,7 @@ ${project.artifactId} ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:LATEST - false + true @@ -374,21 +374,4 @@ - - - - ecomp-releases - Open eCOMP Release Repository - ${nexusproxy}/${releases.path} - - - ecomp-snapshots - Open eCOMP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - ecomp-site - dav:${nexusproxy}/${site.path} - - -- cgit 1.2.3-korg