Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEffectiveProfiles (0.23 sec)

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

         * and does not include profiles from parent projects.
         *
         * @return a non-null, possibly empty list of profiles defined in this project
         * @see Profile
         * @see #getEffectiveProfiles()
         */
        @Nonnull
        List<Profile> getDeclaredProfiles();
    
        /**
         * Returns all profiles defined in this project and all of its parent projects.
         * <p>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Feb 27 11:07:03 UTC 2025
    - 10.6K bytes
    - Viewed (0)
Back to top