mvn.bat & mvn shell script use different variable names - should standardise 
them
---------------------------------------------------------------------------------

                 Key: MNG-3223
                 URL: http://jira.codehaus.org/browse/MNG-3223
             Project: Maven 2
          Issue Type: Improvement
          Components: Bootstrap & Build
    Affects Versions: 2.0.7
            Reporter: Kev Jackson
            Priority: Minor
         Attachments: mvn.patch

Windows (mvn.bat):

MAVEN_CMD_LINE_ARGS

*nix (mvn):

QUOTED_ARGS

Replace QUOTED_ARGS with MAVEN_CMD_LINE_ARGS (more descriptive and uses same 
name as windows batch file)
Also export MAVEN_CMD_LINE_ARGS so that these are available via 
System.getProperty() for use in unit tests

See patch

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to