From 0b9d0f0a3638abf7a337d4cfc43fbf8535883bee Mon Sep 17 00:00:00 2001 From: kameshsr Date: Tue, 2 Jul 2024 15:57:49 +0530 Subject: [PATCH] MOSIP-34016 Corrected git commit id plugin Signed-off-by: kameshsr --- authentication-demo-service/pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/authentication-demo-service/pom.xml b/authentication-demo-service/pom.xml index 557d5c53ff..07fa2f8055 100644 --- a/authentication-demo-service/pom.xml +++ b/authentication-demo-service/pom.xml @@ -325,8 +325,27 @@ pl.project13.maven git-commit-id-plugin 3.0.1 + + + get-the-git-infos + + revision + + validate + + + + true + ${project.build.outputDirectory}/service-git.properties + + ^git.build.(time|version)$ + ^git.commit.id.(abbrev|full)$ + + full + ${project.basedir}/.git + + - org.apache.maven.plugins maven-compiler-plugin