Michael Osipov created MNG-7199:
-----------------------------------
Summary: MAVENHOME_CONFIG var in mvnlauncher script improperly
handles two options
Key: MNG-7199
URL: https://issues.apache.org/jira/browse/MNG-7199
Project: Maven
Issue Type: Bug
Components: Command Line
Reporter: Michael Osipov
Fix For: 4.0.x-candidate
This variable sets:
{noformat}
-MAVENHOME_CONFIG=`echo "-Dclassworlds.conf=${MAVEN_HOME}/bin/m2.conf"
"-Dmaven.home=${MAVEN_HOME}"`
{noformat}
We properly quote all other variables to avoid pitfalls like spaces, etc.
Unfortunately, Bourne shell does not support arrays to this variable is passed
as-is and spaces cannot be escaped. The command fails.
This variable needs to be replaced with one for ClassWorlds Conf file and Maven
home is already present.
Windows command script properly handles spaces in the variables and passes to
the java command.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)