Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCheckGoalWithPlugins (0.07 sec)

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

            assertEquals(1, options.goals().get().size(), "Should have one goal");
            assertEquals("apply", options.goals().get().get(0), "Goal should be 'apply'");
        }
    
        @Test
        void testCheckGoalWithPlugins() throws ParseException {
            String[] args = {"check", "--plugins"};
            CommonsCliUpgradeOptions options = CommonsCliUpgradeOptions.parse(args);
    
    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