From 59f8e191aba5f3cc9f150da9a6df81d995f442c6 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Tue, 15 Oct 2019 20:37:34 -0400 Subject: [PATCH] Add buildnumber-maven-plugin plugin before gwt-maven-plugin. --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 31207d1..b1143eb 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,26 @@ ${webappDirectory}/WEB-INF/classes + + org.codehaus.mojo + buildnumber-maven-plugin + 1.4 + + + useLastCommittedRevision + validate + + create + + + + + 10 + false + false + + + org.codehaus.mojo