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]?>
try grepping the output, e.g. mvn help:evaluate -Dexpression=project.version | grep -v "^\["