From cbbb2bdec871bd297fd74746e3bfcf16df8f76f7 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sat, 11 Mar 2023 21:19:49 +0800 Subject: [PATCH] add git-commit-id-maven-plugin --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/pom.xml b/pom.xml index 3766266..cd93534 100644 --- a/pom.xml +++ b/pom.xml @@ -551,11 +551,43 @@ + pl.project13.maven git-commit-id-plugin + 4.9.10 + + + + revision + + + + + false + true + ${project.build.outputDirectory}/git.properties + false + false + yyyy-MM-dd HH:mm:ss + GMT+8 + + + + io.github.git-commit-id + git-commit-id-maven-plugin + 5.0.0 + + + + revision + + + false + true + ${project.build.outputDirectory}/git.properties false false yyyy-MM-dd HH:mm:ss -- GitLab