- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for parseInvocation (0.51 sec)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/BaseParserTest.java
throw new IllegalArgumentException(e); } } }; @Test void happy() { InvokerRequest invokerRequest = subject.parseInvocation(ParserRequest.mvn(Arrays.asList("-e", "-X"), mock(MessageBuilderFactory.class)) .cwd(Path.of(System.getProperty("userDir"))) .userHome(Path.of(System.getProperty("userHome")))
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 4.2K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTestSupport.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 21 12:17:55 UTC 2025 - 6.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/BaseParser.java
extra.put("session.rootDirectory", rootDirectory.toString()); } return extra; } } @Override public InvokerRequest parseInvocation(ParserRequest parserRequest) { requireNonNull(parserRequest); LocalContext context = new LocalContext(parserRequest); // the basics try {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:39:11 UTC 2025 - 25.5K bytes - Viewed (0)