From 104b4d275762a0aa9551a5949b3594406877b8ee Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Mon, 17 Oct 2016 08:23:28 +0200 Subject: [PATCH] Add Git commit information to the /manage/info endpoint --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index f33fdba79..0ed585942 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,26 @@ + + + + pl.project13.maven + git-commit-id-plugin + + + + revision + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + ${project.build.outputDirectory}/git.properties + + +