From 8acb508ddc4300c849dc41fe1e0de27402c668e9 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Thu, 24 Oct 2019 09:15:14 -0400 Subject: [PATCH] Add entries to the manifest also for WARs. --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 7713a4f..8c8bf2f 100644 --- a/pom.xml +++ b/pom.xml @@ -552,6 +552,26 @@ + + + org.apache.maven.plugins + maven-war-plugin + 3.2.3 + + + + true + true + + + ${buildNumber} + ${buildDate} + ${scmBranch} + ${project.scm.url}/commit/${buildNumber} + + + + org.apache.maven.plugins maven-enforcer-plugin