From a6b390a3cf477cd9894c220dc638650d79be1899 Mon Sep 17 00:00:00 2001 From: Andre Henn Date: Mon, 4 Sep 2023 14:43:37 +0200 Subject: [PATCH] fix: adds missing git-commit-id-maven-plugin in gs-interceptor --- shogun-gs-interceptor/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/shogun-gs-interceptor/pom.xml b/shogun-gs-interceptor/pom.xml index 6cfb242a..ee8ea14f 100644 --- a/shogun-gs-interceptor/pom.xml +++ b/shogun-gs-interceptor/pom.xml @@ -121,6 +121,29 @@ ${maven-site-plugin.version} true + + io.github.git-commit-id + git-commit-id-maven-plugin + 5.0.0 + + + get-the-git-infos + + revision + + initialize + + + + true + ${project.build.outputDirectory}/git.properties + + ^git.build.(time|version)$ + ^git.commit.id.(abbrev|full)$ + + full + + org.springframework.boot spring-boot-maven-plugin