From fce22831ab27c27c64b152861e6aa1439c43bb63 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 30 Jul 2023 20:09:04 +0800 Subject: [PATCH] update build time --- parent/pom.xml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index e73dc9a1..010746e1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -104,6 +104,12 @@ maven-resources-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + + @@ -125,6 +131,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 @@ -139,7 +164,7 @@ false - ${maven.build.timestamp} + ${build.time} @@ -182,7 +207,7 @@ false - ${maven.build.timestamp} + ${build.time}