[ https://issues.apache.org/jira/browse/MNG-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl Heinz Marbaise closed MNG-6332. ------------------------------------ Resolution: Fixed Done in [68a9d79671a7d385a204300994e06b1a19964bf4|https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commitdiff;h=68a9d79671a7d385a204300994e06b1a19964bf4] > Cleaned up mvn.cmd Script > ------------------------- > > Key: MNG-6332 > URL: https://issues.apache.org/jira/browse/MNG-6332 > Project: Maven > Issue Type: Improvement > Components: Command Line > Affects Versions: 3.5.2 > Reporter: Karl Heinz Marbaise > Assignee: Karl Heinz Marbaise > Priority: Minor > Fix For: 3.5.3 > > > Based on the following [Stackoverflow > quesiton|https://stackoverflow.com/q/48027497/296328]: > The given label {{valMHome}} can be removed. In the following case can be > replaced by using{{stripMHome}} instead. > {code} > :chkMHome > set "MAVEN_HOME=%~dp0.." > if not "%MAVEN_HOME%"=="" goto valMHome > goto error > :valMHome > :stripMHome > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)