test master #1

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

13
pom.xml
View File

@ -517,19 +517,6 @@
<doUpdate>false</doUpdate>
</configuration>
</execution>
<execution>
<id>create-timestamp-id</id>
<phase>validate</phase>
<goals>
<goal>create-timestamp</goal>
</goals>
<configuration>
<timestampFormat>yyyy-MM-dd HH:mm:ss.S</timestampFormat>
<timestampPropertyName>scmDate</timestampPropertyName>
<!-- formats the timestamp all together like 2016-04-04 14:17:05.123 and puts
it in the ${myBuildNumberVariable} buildProperty -->
</configuration>
</execution>
</executions>
</plugin>