Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 53 of 53 for PluginManagement (0.09 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java

                this.element = element;
                this.sectionName = sectionName;
            }
        }
    
        /**
         * Fixes duplicate plugins in plugins and pluginManagement sections.
         */
        private boolean fixDuplicatePlugins(Document pomDocument, UpgradeContext context) {
            Element root = pomDocument.root();
    
            // Collect all build elements to process
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 22.2K bytes
    - Click Count (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                if (!unversionedPlugins.isEmpty()) {
                    logger.warn("Version not locked for default bindings plugins " + unversionedPlugins
                            + ", you should define versions in pluginManagement section of your " + "pom.xml or parent");
                }
            }
    
            private void checkThreadSafety(BuildPlan buildPlan) {
                if (threads > 1) {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Oct 16 06:12:36 GMT 2025
    - 55.1K bytes
    - Click Count (0)
  3. 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
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Nov 26 03:07:35 GMT 2025
    - 133.3K bytes
    - Click Count (0)
Back to Top