Maven Mojo: Taking complete control over logging / Forbid other plugins to log
问题 I don't know if this is actually possible, but can I take complete control over logging from inside a Maven Mojo? With complete control I mean that only messages from my Mojo are logged or that I can decide wether a given message shall be logged. The context is that I'm using the maven-scm-plugin in my plugin to do some SCM action and it floods the log with [INFO] Executing: cmd.exe /X /C "svn --non-interactive update D:\..." [INFO] Working directory: D:\... while my own messages get lost and