[
https://issues.apache.org/jira/browse/MNG-6587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763649#comment-16763649
]
Gary Gregory commented on MNG-6587:
-----------------------------------
Like adding:
{noformat}
if "%MAVEN_CMD_LINE_ARGS%"=="-version" echo cmd /c ver
{noformat}
Or, without the extra line output by Maven:
{noformat}
if "%MAVEN_CMD_LINE_ARGS%"=="-version" echo ESC[2A & cmd /c ver
{noformat}
Where ESC is the escape character
> Display full OS version for 'mvn -version'
> ------------------------------------------
>
> Key: MNG-6587
> URL: https://issues.apache.org/jira/browse/MNG-6587
> Project: Maven
> Issue Type: Improvement
> Components: Command Line
> Reporter: Gary Gregory
> Priority: Minor
> Fix For: waiting-for-feedback
>
>
> Display full OS version for 'mvn -version'
> For example, on Windows 10, display {{10.0.16299.904}} instead of {{10.0}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)