add new execution phase to buildnumber-maven-plugin
This commit is contained in:
parent
6f04d669ad
commit
43a43a2740
11
pom.xml
11
pom.xml
|
@ -773,6 +773,17 @@
|
||||||
<doUpdate>false</doUpdate>
|
<doUpdate>false</doUpdate>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</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>
|
</executions>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue