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 de
I don't know what to do from inside maven, but you could always pipe the output to a process like grep or sed to remove the lines per pattern.
Did you try changing proxy settings inside the settings.xml file?