Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShouldAppendRecessivePluginGroupIds (0.11 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/settings/SettingsUtilsTest.java

    import static org.junit.jupiter.api.Assertions.assertEquals;
    import static org.junit.jupiter.api.Assertions.assertNotNull;
    
    class SettingsUtilsTest {
    
        @Test
        void testShouldAppendRecessivePluginGroupIds() {
            Settings dominant = Settings.newBuilder()
                    .pluginGroups(Arrays.asList("org.apache.maven.plugins", "org.codehaus.modello"))
                    .build();
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jan 24 17:29:44 UTC 2025
    - 6.7K bytes
    - Viewed (0)
Back to top