@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? [ Full content available at: https://github.com/apache/maven-enforcer/pull/40 ] This message was relayed via gitbox.apache.org for [email protected]
