Try out different timestamp format for coverall plugin.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ce3b3e546
commit
123ed9c90d
3
pom.xml
3
pom.xml
|
@ -501,6 +501,9 @@
|
|||
<!-- Override javadoc plugin version due to a vulnerability of the generated javadoc
|
||||
see http://jira.codehaus.org/browse/MJAVADOC-370, remove after update to CP 32 -->
|
||||
<commons.javadoc.version>2.9.1</commons.javadoc.version>
|
||||
|
||||
<!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
|
||||
<maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>
|
||||
</properties>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue