Link to home
Start Free TrialLog in
Avatar of Robert Silver
Robert SilverFlag for United States of America

asked on

Eclipse - Kepler Maven slf4j annoyance

While not critical this error has me  stumped. I already tried the jar files suggested in the hyperlink but the error persists.  Any ideas how to truly resolve this?
given
Eclipse Kepler release 2
eclipse m2e plugins version  1.4.x
Here is the output:
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.
[INFO] Scanning for projects...
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] XYZ Project  1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-cli) @ XYZ Project ---
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.350s
[INFO] Finished at: Thu Apr 03 09:32:48 EDT 2014
[INFO] Final Memory: 9M/244M
[INFO] ------------------------------------------------------------------------
ASKER CERTIFIED SOLUTION
Avatar of chaitu chaitu
chaitu chaitu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robert Silver

ASKER

I will try it but I am not currently running it as a web application rather I am just building the project with Maven under goal   of compiler:compile. No Tomcat yet although it probably is a dependency library