6
Problem with Maven install:
When I spin in the eclipse Run As > Maven install
I always get that 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 it happen SLF4J: Failed
and how to resolve?
Observing: I use Maven for Eclipse and with Java.
In the archive
pom.xml
I have not added these libraries, the entire build path configuration I am performing through it. Am I correct in saying that it would be the build path of mavem? I ask this why oneclipse
has a place called build path (where I set up jars in an eclipse project).– noNihongo
For those who are still having the problem. Delete the folder where Maven saves dependencies and download again.
– Maykon Oliveira