From 7ab03584322fd01080c845279b0ee4084ffaf91d Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 6 Oct 2024 23:12:25 +0200 Subject: [PATCH] feat(build): commit id as container label --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 0994827..97174a9 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@ antoinroux@hotmail.fr ${project.version} + ${git.commit.id} ${application.port} @@ -136,6 +137,10 @@ org.apache.maven.plugins maven-failsafe-plugin + + io.github.git-commit-id + git-commit-id-maven-plugin +