Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 73 of 73 for pluginManagement (0.19 sec)

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

                System.out.println( s );
            }
    
        }
        */
    
        /* MNG-3567*/
        @Test
        void testPluginManagementInherited() throws Exception {
            PomTestWrapper pom = buildPom("pluginmanagement-inherited/sub");
            assertEquals("1.0-alpha-21", pom.getValue("build/plugins[1]/version"));
        }
    
        /* MNG-2174*/
        @Test
        void testPluginManagementDependencies() 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)
  2. api/maven-api-model/src/main/mdo/maven.mdo

          <fields>
            <!-- [ jdcasey:06-Mar-2005 ] Added to handle version management, etc. for
              | plugins to be used in sub-projects. -->
            <field>
              <name>pluginManagement</name>
              <version>4.0.0+</version>
              <required>false</required>
              <description>Default plugin information to be made available for reference by projects
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-58872`](https://youtrack.jetbrains.com/issue/KT-58872) MPP: kotlin-test library reported as published in the legacy mode
    - [`KT-59863`](https://youtrack.jetbrains.com/issue/KT-59863) pluginManagement.includeBuild doesn't work when kotlin("multiplatform") applied to one of subprojects of included build
    - [`KT-58729`](https://youtrack.jetbrains.com/issue/KT-58729) Investigate failures in KMM UI tests
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
Back to top