How to suppress Maven "Unable to find resource" messages?
Posted
by Derek Mahar
on Stack Overflow
See other posts from Stack Overflow
or by Derek Mahar
Published on 2010-05-20T22:27:47Z
Indexed on
2010/05/20
22:30 UTC
Read the original article
Hit count: 408
How can I tell Maven to suppress the "Unable to find resource" INFO messages for repositories in which it cannot find a dependency, but display those where it does find the dependency? (That is, display the hits, but omit the misses since these drown out and obscure the hits.)
© Stack Overflow or respective owner