Hi all,
From my observation, the logger name assigned to plugin seems to be auto-determined by maven, which is somthing like removing -maven- or -maven-plugin in the artifact name.
Is there any way that I can declare the logger name my plugin will use? Because my plugin artifact id was something like
foo-bar-maven-hello-world
And the resulting logger name become
foo-barhello-world
(which still works, but looks really bad... :P )