yes we need to fix this in maven core We did it in this branch : https://github.com/apache/maven/tree/slf4j-log4j2 See https://github.com/apache/maven/commit/dbad2e536a7024a277eef1c56eaa2286f9f2a7f9 And especially the fix in maven-embedder/src/main/resources/META-INF/maven/slf4j-configuration.properties Arnaud
On Thu, Apr 30, 2015 at 6:30 AM, Gary Gregory <[email protected]> wrote: > I thought this error message was no longer supposed to be displayed: > > [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:/C:/Java/apache-maven-3.3.3/lib/maven-embedder-3.3.3.jar!/META-INF/maven/slf4j-configuration.properties) > - ch.qos.logback.classic.LoggerContext > - org.slf4j.helpers.Log4jLoggerFactory > - org.slf4j.impl.SimpleLoggerFactory > > I created these steps as a reminder to myself: > > https://garygregory.wordpress.com/2015/03/23/watch-maven-in-color/ > > Am I missing something? > > Thank you, > Gary > > -- > 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
