private static Map parseSystemPropertiesFromArgs()

in maven-wrapper/src/main/java/org/apache/maven/wrapper/MavenWrapperMain.java [82:88]


    private static Map<String, String> parseSystemPropertiesFromArgs(String[] args) {
        SystemPropertiesCommandLineConverter converter = new SystemPropertiesCommandLineConverter();
        CommandLineParser commandLineParser = new CommandLineParser();
        converter.configure(commandLineParser);
        commandLineParser.allowUnknownOptions();
        return converter.convert(commandLineParser.parse(args));
    }