From: Michael Arrastia Date: Thu, 17 May 2018 16:52:08 +0000 (+0100) Subject: Update poms to upload champ-service jar X-Git-Tag: v1.2.2~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=1edc6ccafd76ba80e03ae764ac1c5d6cbb0c4b4a 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 --- 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 + + + + +