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 
org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report 
(default-cli) on project commons-text: Processing of 
input or output data failed: 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: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to