in maven-wrapper/src/main/java/org/apache/maven/wrapper/cli/CommandLineParser.java [301:304]
public ParserState onNonOption(String arg) {
commandLine.addExtraValue(arg);
return allowMixedOptions ? new AfterFirstSubCommand(commandLine) : new AfterOptions(commandLine);
}