add new execution phase to buildnumber-maven-plugin

feature/24580
Roberto Cirillo 1 year ago
parent 6f04d669ad
commit 43a43a2740

@ -773,6 +773,17 @@
<doUpdate>false</doUpdate>
</configuration>
</execution>
<execution>
<id>build.date</id>
<phase>initialize</phase>
<goals>
<goal>create-timestamp</goal>
</goals>
<configuration>
<timestampFormat>yyyy-MM-dd</timestampFormat>
<timestampPropertyName>build.date</timestampPropertyName>
</configuration>
</execution>
</executions>
</plugin>

Loading…
Cancel
Save