Is is possible to modify the maven console output to hide the [INFO] logging?

前端 未结 4 794
一生所求
一生所求 2020-12-30 19:24

I was wondering if it was possible to modify the output from maven to for example hide the lines that start with [INFO] or to be able to see lines that start with [DEBUG]?

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-30 19:33

    try grepping the output, e.g. mvn help:evaluate -Dexpression=project.version | grep -v "^\["

提交回复
热议问题