Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAppendOfInheritedPluginConfiguration (0.27 sec)

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

            testAppendOfInheritedPluginConfiguration("no-profile");
        }
    
        /* MNG-2591*/
        @Test
        void testAppendOfInheritedPluginConfigurationWithActiveProfile() throws Exception {
            testAppendOfInheritedPluginConfiguration("with-profile");
        }
    
        private void testAppendOfInheritedPluginConfiguration(String test) throws Exception {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
Back to top