Apply fix for timestamp format.
This commit is contained in:
parent
25de9b7800
commit
9085dfacc0
5
pom.xml
5
pom.xml
|
@ -422,6 +422,8 @@
|
||||||
<math.jgit.buildnumber.version>1.2.10</math.jgit.buildnumber.version>
|
<math.jgit.buildnumber.version>1.2.10</math.jgit.buildnumber.version>
|
||||||
<implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>
|
<implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>
|
||||||
|
|
||||||
|
<!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
|
||||||
|
<maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -822,9 +824,6 @@
|
||||||
<value>true</value>
|
<value>true</value>
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
|
||||||
<buildnumber.skip>true</buildnumber.skip>
|
|
||||||
</properties>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue