- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMavenConfigInvalid (0.08 sec)
-
compat/maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java
request = new CliRequest(new String[] {"--builder", "foobar"}, null); cli.cli(request); assertEquals("foobar", request.commandLine.getOptionValue("builder")); } @Test void testMavenConfigInvalid() throws Exception { System.setProperty( MavenCli.MULTIMODULE_PROJECT_DIRECTORY, new File("src/test/projects/config-illegal").getCanonicalPath());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 30.3K bytes - Viewed (0)