Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for getPluginsBoundByDefaultToAllLifecycles (0.27 sec)

  1. maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java

        }
    
        @Test
        void testLifecyclePluginsRetrievalForDefaultLifecycle() throws Exception {
            List<Plugin> plugins = new ArrayList<>(lifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles("jar"));
    
            assertThat(plugins.toString(), plugins, hasSize(9));
        }
    
        @Test
        void testPluginConfigurationCreation() throws Exception {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 09 20:57:17 GMT 2024
    - 24.7K bytes
    - Viewed (0)
Back to top