From 4d90e7e394606e5eebbb630082cd1f308c1674ca Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Thu, 15 Sep 2016 20:28:57 +0200 Subject: [PATCH] Display build-related information into the /manage/info endpoint --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index ca960c1a6..9d2fd77f0 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,22 @@ org.springframework.boot spring-boot-maven-plugin + + + + + build-info + + + + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins