Hi Gary, I fixed this in the branch : https://github.com/apache/maven/commits/slf4j-log4j2.4 The fix is in maven-embedder/src/main/resources/META-INF/maven/slf4j-configuration.properties ( https://github.com/apache/maven/commit/8cddea291c279130d437bcdf3337f16296558530 ) It is the update I did after my old blog post : http://www.aheritier.net/united-colors-of-maven/
BR On Fri, Dec 25, 2015 at 4:09 PM, Gary Gregory <[email protected]> wrote: > Hi All, > > Happy Holidays. > > Can the next version of Maven be rid of this warning: > > [WARN] The SLF4J binding actually used is not supported by Maven: > org.apache.logging.slf4j.Log4jLoggerFactory > [WARN] Maven supported bindings are: > [WARN] (from > > jar:file:/E:/Java/apache-maven-3.3.9/bin/../lib/maven-embedder-3.3.9.jar!/META-INF/maven/slf4j-configuration.properties) > - ch.qos.logback.classic.LoggerContext > - org.slf4j.helpers.Log4jLoggerFactory > - org.slf4j.impl.SimpleLoggerFactory > > Is there a step I am missing to use Log4j 2 cleanly? My steps are here: > https://garygregory.wordpress.com/2015/03/23/watch-maven-in-color/ > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- ----- Arnaud Héritier http://aheritier.net Mail/GTalk: aheritier AT gmail DOT com Twitter/Skype : aheritier
