X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod2%2Fauth-service%2Fpom.xml;h=b1135c5a37a56084255511d3ae96b07bc1fd0a3f;hb=86c9032dcba9a92a9525dd65ecfe910e8c73664a;hp=1fd4f026c12f7d558ee2602cb3de3fabe16fa1dd;hpb=b50120936c0c848ef5c3ff1e46438f592aa83747;p=dcaegen2%2Fplatform.git diff --git a/mod2/auth-service/pom.xml b/mod2/auth-service/pom.xml index 1fd4f02..b1135c5 100644 --- a/mod2/auth-service/pom.xml +++ b/mod2/auth-service/pom.xml @@ -39,6 +39,8 @@ 11 ${java.version} ${java.version} + 1.4.10 + onap/${project.groupId}.${project.artifactId} @@ -99,11 +101,6 @@ - - org.springframework.security - spring-security-test - test - com.squareup.okhttp3 mockwebserver @@ -125,13 +122,13 @@ jaxb-api 2.3.1 - - org.testng - testng - RELEASE - test - - + + @@ -161,11 +158,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