jemischi commented on issue #477: URL: https://github.com/apache/maven-enforcer/issues/477#issuecomment-3741549002
@Johannes Goebel: If you really need to distinguish the case of filenames on NTFS (i assume you are working in an NTFS partition), you can activate case-sensitivity for a certain directory, by running following command in an admin shell: `fsutil file setCaseSensitiveInfo "c:\path\to\folder" enable` Then java.io.File.exists() will properly distinguish between uppercase and lowercase and we don't need to change the code of the Maven Enforcer plugin at all. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
