From da2d976b866b2b32fdfc1d6fae9a5b118339fcb9 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 4 Sep 2020 10:34:58 -0400 Subject: Overriding git-commit-id-plugin Issue-ID: CCSDK-2734 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I57964c912f17bf0c7dfe060a469affbf82486d35 --- .../spring-boot-setup/src/main/resources/pom-template.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'springboot/spring-boot-setup/src') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index cfbf017b..c69394c5 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -662,6 +662,18 @@ \${project.artifactId}-\${project.version} + + pl.project13.maven + git-commit-id-plugin + 4.0.0 + + full + + ^git.build.(time|version)$ + ^git.commit.id.(abbrev|full)$ + + + -- cgit