From 43a43a274050f611315dacbfa5479f20f64e00d3 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 10 Feb 2023 11:20:04 +0100 Subject: [PATCH] add new execution phase to buildnumber-maven-plugin --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 44045e6..b5465c9 100644 --- a/pom.xml +++ b/pom.xml @@ -773,6 +773,17 @@ false + + build.date + initialize + + create-timestamp + + + yyyy-MM-dd + build.date + +