A SLF4J implementation which delegates to maven-plugin logging toolkit. Especially useful when maven-plugin dependencies use slf4j, cause their logs aren't available as maven-plugin logs.
'com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:1.0.0'
<dependency>
<groupId>com.googlecode.slf4j-maven-plugin-log</groupId>
<artifactId>slf4j-maven-plugin-log</artifactId>
<version>1.0.0</version>
</dependency>
<dependency org="com.googlecode.slf4j-maven-plugin-log" name="slf4j-maven-plugin-log" rev="1.0.0"/>
"com.googlecode.slf4j-maven-plugin-log", "slf4j-maven-plugin-log", "1.0.0"