New feature, improvement proposal
With JEP 264 Java supports pluggable logging implementations based on an agnostic API. This API is used mostly internally in the JRE but also meanwhile in third party libraries (like in Methanol Brotli).
Maven should provide a System.LoggerFinder service which logs with its implementation in https://github.com/apache/maven/tree/master/impl/maven-logging/src/main/java/org/apache/maven/slf4j.