From: Oleg Beltz Date: Sun, 7 Apr 2019 05:26:50 +0000 (+0300) Subject: Add build commit information to artifacts X-Git-Tag: 1.4.0~53 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F84433%2F2;p=sdc.git Add build commit information to artifacts Change-Id: I38c230b8ebf3996300e4a5548ea807a020c3293b Issue-ID: SDC-2222 Signed-off-by: Oleg Beltz --- 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 + +