From 1906751861ca9457aaf14bb166c5e6ab61a695b7 Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Wed, 5 Sep 2018 12:53:18 +0200 Subject: Add new endpoint with commit info Change-Id: I8f89fd6dcaa250f67d762ca92fb0f14582ddc5a7 Issue-ID: VID-304 Signed-off-by: Joanna Jeremicz --- vid-app-common/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'vid-app-common/pom.xml') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 57d3de1fd..8336920c8 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -219,6 +219,31 @@ + + pl.project13.maven + git-commit-id-plugin + 2.2.4 + + + get-the-git-infos + + revision + + + + + ${project.basedir}/.git + yyyy-MM-dd'T'HH:mm:ssZ + ${user.timezone} + true + ${project.build.outputDirectory}/git.properties + + ^git.commit.id$ + ^git.commit.message.short$ + ^git.commit.time$ + + + -- cgit 1.2.3-korg