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:
Thomas Neidhart 2015-12-01 13:09:11 +00:00
parent 1ce3b3e546
commit 123ed9c90d
1 changed files with 3 additions and 0 deletions

View File

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