From 7279c213479451f35629dc5700eb634804276829 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Thu, 13 Oct 2016 18:27:25 +0200 Subject: [PATCH] Add Maven artefact information to the /manage/info endpoint --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 31b40bfe5..dd52455d0 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,22 @@ true + + + + + build-info + + + + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + ${maven.compiler.source} + ${maven.compiler.target} + + + +