Remove create-tiemestamp-id (create problems with M2E).

This commit is contained in:
Manuele Simi 2019-10-24 15:03:38 -04:00
parent e6112ed886
commit 68ad69b7a2
1 changed files with 0 additions and 13 deletions

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>