mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
We had all kind of Loggers in Core, some Plexus injected, some acquired using SLF4J LoggerFactory, some static, some final, etc. This PR aligns all those uses to SLF4J finals. Notices: * maven-core does NOT use Plexus Logger anymore * did not touch maven-compat