aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRossC <ross.carter@est.tech>2020-06-23 11:19:54 +0100
committerRossC <ross.carter@est.tech>2020-06-23 11:19:59 +0100
commited382c369c1b24ce056ce0b39b79a079c1681018 (patch)
treebd93e785b8f532c94467d829c218508a64febc11
parent3d168b00f159c33cc0afbe7837f9456ae43fbc6f (diff)
Changing format of timestamp for docker
Issue-ID: POLICY-2598 Change-Id: Ic72ec6ee112dc8a6b160702218480dcfafb3e811 Signed-off-by: RossC <ross.carter@est.tech>
-rw-r--r--policy-jdk/pom.xml1
-rw-r--r--policy-jre/pom.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml
index 6bc8caa1..ca19d5bc 100644
--- a/policy-jdk/pom.xml
+++ b/policy-jdk/pom.xml
@@ -41,6 +41,7 @@
<docker.pull.registry>docker.io</docker.pull.registry>
<docker.push.registry>docker.io</docker.push.registry>
<docker.build.version>${project.version}</docker.build.version>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
</properties>
<profiles>
diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml
index 8620572e..bbae4e7d 100644
--- a/policy-jre/pom.xml
+++ b/policy-jre/pom.xml
@@ -40,6 +40,7 @@
<docker.skip.push>false</docker.skip.push>
<docker.pull.registry>docker.io</docker.pull.registry>
<docker.push.registry>docker.io</docker.push.registry>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
</properties>
<profiles>