Github user PascalSchumacher commented on the issue:
https://github.com/apache/commons-text/pull/67
The reason for the coveralls failure:
```
Failed to execute goal
[32morg.eluder.coveralls:coveralls-maven-plugin:4.3.0:report[m
[1m(default-cli)[m on project [36mcommons-text[m: [1;31mProcessing of
input or output data failed[m: Unable to parse timestamp "2017-10-02
07:50:36+0000": For input string: "2017-10-02 07:50:36+0000"
```
The cause: `<maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd
HH:mm:ssZ}</maven.buildNumber.timestampFormat>` which was required because
coveralls-plugin-versions before 4.2 did not support the maven default of
`EpochMillis`. The commons-parent coveralls configuration sets
`<timestampFormat>${commons.coveralls.timestampFormat}<timestampFormat>` and
`commons.coveralls.timestampFormat` defaults to `EpochMillis`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]