Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for join (0.12 sec)

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

            buildPom("parent-inheritance/sub");
        }
    
        /*MNG-3995*/
        @Test
        void testExecutionConfigurationJoin() throws Exception {
            PomTestWrapper pom = buildPom("execution-configuration-join");
            assertEquals(2, ((List<?>) pom.getValue("build/plugins[1]/executions[1]/configuration[1]/fileset[1]")).size());
        }
    
        /*MNG-3803*/
        @Test
        void testPluginConfigProperties() throws Exception {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
Back to top