Hi All, We are very close to getting the RC out there (thank god)! I am pretty puzzled with one thing, when I build locally I get the following for a number of tests within various modules.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Can someone explain the rationale behind explicit Slf4j logging classes being used within various plugin modules, but no logging implementation existing within each modules pom.xml respectively? I *think* the idea is that logging is managed by parent pom.xml, however the absence of the dependencies is clearly not correct as we get no logging for test output other than default javac. Ideas? Thank you Lewis -- *Lewis*
