From 3450c3d99ecaaf46231feb2c404b72d1727517e1 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 | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aa1424760..1b6a5ed66 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,26 @@ + + + pl.project13.maven + git-commit-id-plugin + + + + revision + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + ${project.build.outputDirectory}/git.properties + + + +