How to suppress Maven “Unable to find resource” messages?

前端 未结 2 1109
北荒
北荒 2021-01-27 04:35

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

相关标签:
2条回答
  • 2021-01-27 05:00

    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.

    0 讨论(0)
  • 2021-01-27 05:02

    Did you try changing proxy settings inside the settings.xml file?

    0 讨论(0)
提交回复
热议问题