You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2020/10/16 12:40:00 UTC

[jira] [Updated] (MENFORCER-361) RequireFileChecksum should support line separator normalization

     [ https://issues.apache.org/jira/browse/MENFORCER-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MENFORCER-361:
-------------------------------------
    Description: Often text files differ by line separator. Therefore before calculating the checksum it should be possible to normalize the line separator to either Unix (LF) or Windows (CRLF) so that the same checksum works on all platforms.  (was: Often text files differ by line separator. Therefore before calculating the checksum it should be possible to normalize the line separator to either Unix (`/n`) or Windows ('/r/n') so that the same checksum works on all platforms.)

> RequireFileChecksum should support line separator normalization
> ---------------------------------------------------------------
>
>                 Key: MENFORCER-361
>                 URL: https://issues.apache.org/jira/browse/MENFORCER-361
>             Project: Maven Enforcer Plugin
>          Issue Type: Improvement
>          Components: Standard Rules
>    Affects Versions: 3.0.0-M3
>            Reporter: Konrad Windszus
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.0.0-M4
>
>
> Often text files differ by line separator. Therefore before calculating the checksum it should be possible to normalize the line separator to either Unix (LF) or Windows (CRLF) so that the same checksum works on all platforms.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)