From b6e7d96acfa2459c7a8c8f9fbdefcfacaf62e9f2 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 17 Dec 2020 14:37:06 -0500 Subject: 1) Adding docker.skip.push tag so that it can be used to skip docker push during verify job 2) Upgrading docker-maven-plugin to 0.34.0 and replacing dockerFileDir to contextDir 3) Refactoring execution section of docker-maven-plugin 4) Refactoring POM Names 5) Running mvn tidy:pom Issue-ID: CCSDK-3057 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I19b9e231e5288e1372a9b3ac89d263bbb2209186 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index cafbad02..65d7ba92 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,16 @@ distribution + ${project.version} + ${project.version} yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} ${maven.build.timestamp} + + false + true + UTF-8 UTF-8 @@ -83,5 +90,4 @@ - -- cgit 1.2.3-korg