also add all system properties so that settings from MAVEN_OPTS work.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-04 10:55:39 +00:00
parent 1bd0fa3549
commit 6b63c7c152

View File

@ -530,6 +530,8 @@ private static Properties getExecutionProperties( CommandLine commandLine )
}
}
executionProperties.putAll( System.getProperties() );
return executionProperties;
}