diff --git a/pom.xml b/pom.xml index 56efb3a..0ef0268 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,8 @@ true true 2.14.3 + + ${git.commit.time} @@ -399,6 +401,32 @@ + + + io.github.git-commit-id + git-commit-id-maven-plugin + 9.0.1 + + + get-the-git-infos + + revision + + + + + false + ${project.basedir}/.git + git + false + true + ${project.build.outputDirectory}/git.properties + json + + ^git.build.*$ + + + org.apache.maven.plugins maven-release-plugin