Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertTrue(prop1.startsWith("file:///"), "Expected " + prop1 + " to start with " + "file:///");
        }
    
        /* MNG-3811*/
        @Test
        void testReportingPluginConfig() throws Exception {
            PomTestWrapper pom = buildPom("reporting-plugin-config/sub");
    
            assertEquals(3, ((List<?>) pom.getValue("reporting/plugins[1]/configuration/stringParams")).size());
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 94.8K bytes
    - Viewed (0)
Back to top