trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

Support for epoch build timestamps #91

Closed trautonen closed 8 years ago

trautonen commented 8 years ago

SimpleDateFormat does not support epoch millis format, but some builds might still use such format. The plugin could detect epoch millis and create a valid date from that.

trautonen commented 8 years ago

Epoch milliseconds are now supported with a special <timestampFormat>EpochMillis</timestampFormat> configuration parameter.