[ 
https://issues.apache.org/jira/browse/MNG-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

XUBO YAN updated MNG-6143:
--------------------------
    Description: 
MAVEN_CONFIG is a way of supplying default command line arguments
see: MNG-5824
but this feature is implemented on non-windows only.
{code}
# Provide a "standardized" way to retrieve the CLI args that will
# work with both Windows and non-Windows executions.
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
export MAVEN_CMD_LINE_ARGS
{code}

but the mvn.cmd does not contain MAVEN_CONFIG
need it on windows.

  was:
MAVEN_CONFIG is a way of supplying default command line arguments
see: MNG-5824
but this feature is implemented on no-windows only.
{code}
# Provide a "standardized" way to retrieve the CLI args that will
# work with both Windows and non-Windows executions.
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
export MAVEN_CMD_LINE_ARGS
{code}

but the mvn.cmd does not contain MAVEN_CONFIG
need it on windows.


> MAVEN_CONFIG is not implemented on windows
> ------------------------------------------
>
>                 Key: MNG-6143
>                 URL: https://issues.apache.org/jira/browse/MNG-6143
>             Project: Maven
>          Issue Type: New Feature
>    Affects Versions: 3.3.9
>            Reporter: XUBO YAN
>
> MAVEN_CONFIG is a way of supplying default command line arguments
> see: MNG-5824
> but this feature is implemented on non-windows only.
> {code}
> # Provide a "standardized" way to retrieve the CLI args that will
> # work with both Windows and non-Windows executions.
> MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
> export MAVEN_CMD_LINE_ARGS
> {code}
> but the mvn.cmd does not contain MAVEN_CONFIG
> need it on windows.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to