From 39e341a00fcc77503c9f55199b1f1acf82287886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Fri, 29 Mar 2024 09:12:19 +0000 Subject: [PATCH] Populate manifest with additional metadata Use the standard Maven plugins to populate the manifest with the implementation version, build number amongst other properties --- pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/pom.xml b/pom.xml index 1e4f64e..9a2066d 100644 --- a/pom.xml +++ b/pom.xml @@ -183,6 +183,44 @@ true + + org.codehaus.mojo + buildnumber-maven-plugin + 3.2.0 + + + + validate + + create + + + + + true + UNKNOWN + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + true + true + true + true + true + + + + ${buildNumber} + + + + org.apache.maven.plugins maven-javadoc-plugin