From a8e3bf27eec7832a89522b776f08dda8dc0985d2 Mon Sep 17 00:00:00 2001 From: Oleg Beltz Date: Sun, 7 Apr 2019 08:26:50 +0300 Subject: Add build commit information to artifacts Change-Id: I38c230b8ebf3996300e4a5548ea807a020c3293b Issue-ID: SDC-2222 Signed-off-by: Oleg Beltz --- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 60a5fb0ae1..af318f774e 100644 --- a/pom.xml +++ b/pom.xml @@ -321,6 +321,11 @@ Modifications copyright (c) 2018 Nokia yaml-json-validator-maven-plugin 1.0.1 + + pl.project13.maven + git-commit-id-plugin + 2.2.6 + @@ -426,6 +431,37 @@ Modifications copyright (c) 2018 Nokia false + + pl.project13.maven + git-commit-id-plugin + + + + revision + + + + + true + ${project.build.outputDirectory}/META-INF/git.properties + true + false + + git.build.version + git.build.time + git.commit.id + git.commit.time + git.commit.user.name + git.commit.user.email + git.commit.message.short + git.commit.message.full + + + true + + false + + -- cgit 1.2.3-korg