Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testInvalidCombinationStillParses (0.4 sec)

  1. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/PluginUpgradeCliTest.java

            assertTrue(options.plugins().get(), "Long form --plugins option should be true");
        }
    
        @Test
        void testInvalidCombinationStillParses() throws ParseException {
            // Even if the combination doesn't make logical sense, the CLI should parse it
            String[] args = {"apply", "--all", "--plugins", "--infer"};
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Sep 29 14:48:39 UTC 2025
    - 9.9K bytes
    - Viewed (0)
Back to top