Robert Scholte created MNG-7372: ----------------------------------- Summary: Maven should display version info in case of error Key: MNG-7372 URL: https://issues.apache.org/jira/browse/MNG-7372 Project: Maven Issue Type: Improvement Reporter: Robert Scholte
On Stack Overflow you see quite often a Java related error in Maven and next they show the output of `java -version`. If `JAVA_HOME` was used, then the output of `java -version` is useless and could lead to false assumptions. In case of an Exception, the output of `mvn -v` should be added to console logging. -- This message was sent by Atlassian Jira (v8.20.1#820001)