From 1edc6ccafd76ba80e03ae764ac1c5d6cbb0c4b4a Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Thu, 17 May 2018 17:52:08 +0100 Subject: [PATCH] Update poms to upload champ-service jar The intention is to additionally resolve the build of the release-version-java-daily job. Change-Id: I39af216e187245a845cc1f4921a02c21b4728884 Issue-ID: AAI-1146 Signed-off-by: Michael Arrastia --- champ-service/pom.xml | 20 ++------------------ pom.xml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 5648834..b3859df 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -32,10 +32,10 @@ limitations under the License. org.onap.aai champ-service 1.2.1-SNAPSHOT - champ ${basedir}/target + champ https://nexus.onap.org org.onap.aai.logging-service 1.2.2 @@ -290,22 +290,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - com.mycila license-maven-plugin @@ -337,7 +321,7 @@ limitations under the License. true docker-hub - ${docker.push.registry}/onap/${project.name} + ${docker.push.registry}/onap/${docker.name} ${docker.location} latest diff --git a/pom.xml b/pom.xml index 4629aee..07c283a 100755 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,18 @@ limitations under the License. champ-service + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + -- 2.16.6