famod commented on issue #40: MENFORCER-317 - Fix RequireFileChecksum ignores configured message URL: https://github.com/apache/maven-enforcer/pull/40#issuecomment-418681667 @khmarbaise Your are welcome! One thing that crossed my mind though: First I wanted change the rule to use the configured message also (when the given file does not exist)[https://github.com/apache/maven-enforcer/blob/master/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequireFileChecksum.java#L72]. But then I decided against this because that might be slighty out of scope because the is also `RequireFilesExist`. On the other hand it would reduce the "configuration noise" if `RequireFileChecksum` could also check for file existence, using the configured message. WDYT?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
