Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getEffectiveActiveProfiles (0.09 seconds)

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

         * limited to dependencies, plugins, properties, and build resources.
         *
         * @return a non-null, possibly empty list of active profiles for this project
         * @see Profile
         * @see #getEffectiveActiveProfiles()
         */
        @Nonnull
        List<Profile> getDeclaredActiveProfiles();
    
        /**
         * Returns all active profiles for this project and all of its parent projects.
         * <p>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Nov 07 13:11:07 GMT 2025
    - 15.3K bytes
    - Click Count (0)
Back to Top