Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for consumerPomFlatten (0.1 seconds)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/feature/Features.java

            return doGet(userProperties, Constants.MAVEN_CONSUMER_POM, !mavenMaven3Personality(userProperties));
        }
    
        /**
         * Check if consumer POM flattening is enabled.
         */
        public static boolean consumerPomFlatten(@Nullable Map<String, ?> userProperties) {
            return doGet(userProperties, Constants.MAVEN_CONSUMER_POM_FLATTEN, false);
        }
    
        /**
         * Check if build POM deployment is enabled.
         */
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 31 11:36:12 GMT 2025
    - 2.6K bytes
    - Click Count (0)
Back to Top