Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addProfileActivation (0.09 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/execution/ProfileActivation.java

         * @param id The identifier of the profile.
         * @param active Should the profile be activated?
         * @param optional Can the build continue if the profile does not exist?
         */
        public void addProfileActivation(String id, boolean active, boolean optional) {
            final ActivationSettings settings = ActivationSettings.of(active, optional);
            this.activations.put(id, settings);
        }
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 11 16:38:19 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top