Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mavenMaven3Personality (0.28 sec)

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

     *
     * @since 4.0.0
     */
    public final class Features {
    
        private Features() {}
    
        /**
         * Check if the personality is "maven3".
         */
        public static boolean mavenMaven3Personality(@Nullable Map<String, ?> userProperties) {
            return doGet(userProperties, Constants.MAVEN_MAVEN3_PERSONALITY, false);
        }
    
        /**
         * Check if the consumer POM feature is active.
         */
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jul 04 19:42:23 UTC 2025
    - 2.5K bytes
    - Viewed (0)
Back to top