From 90ccacbb38ac8dd73e36150e8cbe89998de4b7a8 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 30 Jul 2023 20:10:42 +0800 Subject: [PATCH] update build time --- parent/pom.xml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 883b9ff0..5ced8657 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -106,6 +106,12 @@ maven-resources-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + + @@ -127,6 +133,25 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + + + timestamp-property + + timestamp-property + + + build.time + yyyy-MM-dd HH:mm + GMT+8 + + + + + org.apache.maven.plugins @@ -141,7 +166,8 @@ false - ${maven.build.timestamp} + + ${build.time} @@ -184,7 +210,8 @@ false - ${maven.build.timestamp} + + ${build.time}