mirror of
https://github.com/apache/maven.git
synced 2025-02-22 01:45:37 +00:00
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:
parent
1bd0fa3549
commit
6b63c7c152
@ -530,6 +530,8 @@ private static Properties getExecutionProperties( CommandLine commandLine )
|
||||
}
|
||||
}
|
||||
|
||||
executionProperties.putAll( System.getProperties() );
|
||||
|
||||
return executionProperties;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user