X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dcae-analytics%2Fdcae-analytics-tca-web%2Fpom.xml;fp=dcae-analytics%2Fdcae-analytics-tca-web%2Fpom.xml;h=f511100e24d24ef60bf32504766f74cc2d2b6607;hb=ddb39820395d7fcb8a898eff9e08bc725680e3c2;hp=a878a0ff6b6b099be54a029e3a582a6f27cfaa7a;hpb=7791b721b19906d59236167bf92cd221aedd21b0;p=dcaegen2%2Fanalytics%2Ftca-gen2.git diff --git a/dcae-analytics/dcae-analytics-tca-web/pom.xml b/dcae-analytics/dcae-analytics-tca-web/pom.xml index a878a0f..f511100 100644 --- a/dcae-analytics/dcae-analytics-tca-web/pom.xml +++ b/dcae-analytics/dcae-analytics-tca-web/pom.xml @@ -3,6 +3,8 @@ ~ ================================================================================ ~ Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. ~ ================================================================================ + ~ Modifications Copyright (C) 2019 IBM + ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at @@ -39,6 +41,7 @@ ${project.parent.basedir} + onap/${project.groupId}.${project.artifactId} @@ -151,25 +154,37 @@ - com.spotify - docker-maven-plugin - - false - ${docker.repository}/onap/${project.groupId}.${project.artifactId} - ${project.basedir} - - - ${project.basedir} - ${project.build.directory} - ${project.build.finalName}.jar - - - - ${project.version} - latest - - - + com.spotify + dockerfile-maven-plugin + 1.4.3 + + ${project.basedir} + ${docker.repository}/${docker.image.name} + + ${project.version} + latest + ${project.version}-${maven.build.timestamp}Z + + true + + target + ${dependency.dir.name} + /opt + ${project.build.finalName}.jar + + + + + default + install + + build + push + + + + +