test master #1

Closed
manuele.simi wants to merge 109 commits from master into feature/17809
1 changed files with 11 additions and 0 deletions
Showing only changes of commit 49241e50bf - Show all commits

11
pom.xml
View File

@ -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>