X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod2%2Fauth-service%2Fpom.xml;h=b25fe99d24dce73323fa0d71cd2f6868aade9663;hb=fdbd89ed0c57f370f6ba3e6390f4b523c965fb9c;hp=1fd4f026c12f7d558ee2602cb3de3fabe16fa1dd;hpb=04ceefb1f221420c6e27c5aa73b8a574b0e79668;p=dcaegen2%2Fplatform.git diff --git a/mod2/auth-service/pom.xml b/mod2/auth-service/pom.xml index 1fd4f02..b25fe99 100644 --- a/mod2/auth-service/pom.xml +++ b/mod2/auth-service/pom.xml @@ -5,6 +5,7 @@ ~ * org.onap.dcae ~ * ================================================================================ ~ * Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. + ~ * Copyright (c) 2021 Samsung Electronics. All rights reserved. ~ * ================================================================================ ~ * Licensed under the Apache License, Version 2.0 (the "License"); ~ * you may not use this file except in compliance with the License. @@ -31,7 +32,7 @@ org.onap.dcaegen2.platform.mod auth-service - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT auth-service REST APIs to serve Auth Service @@ -39,6 +40,8 @@ 11 ${java.version} ${java.version} + 1.4.10 + onap/${project.groupId}.${project.artifactId} @@ -99,11 +102,6 @@ - - org.springframework.security - spring-security-test - test - com.squareup.okhttp3 mockwebserver @@ -125,13 +123,13 @@ jaxb-api 2.3.1 - - org.testng - testng - RELEASE - test - - + + @@ -161,11 +159,60 @@ + + com.spotify + dockerfile-maven-plugin + ${dockerfile-maven-plugin.version} + + ${project.basedir} + ${onap.nexus.dockerregistry.daily}/${docker.image.name} + + target + ${project.build.finalName}.jar + + + + + build-image + package + + build + + + + tag-and-push-image-latest + package + + tag + push + + + ${onap.nexus.dockerregistry.daily}/${docker.image.name} + latest + true + + + + tag-and-push-image-with-version + package + + tag + push + + + ${onap.nexus.dockerregistry.daily}/${docker.image.name} + ${project.version} + true + + + + org.apache.maven.plugins maven-surefire-plugin 2.22.2 + mod-auth-service