Problem with Maven install:
When I run in eclipse Run As > Maven install
I always get this message:
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] Building ProjetoTeste 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
Why does SLF4J: Failed
occur and how do I solve it?
Note: I use Maven for Eclipse and Java.