- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SetArgs (0.04 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
CommandLine.Builder commandLineBuilder = new CommandLine.Builder(); // the args are easy, CLI only since maven.config file can only contain options for (String arg : mavenCli.getArgs()) { commandLineBuilder.addArg(arg); } /* Although this looks wrong in terms of order Commons CLI stores the value of options in
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 76.8K bytes - Viewed (0)