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

前端 未结 2 1141
北荒
北荒 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.

提交回复
热议问题