Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Activation (0.04 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

                <p>In addition to the traditional activation mechanisms (JDK version, OS properties,
                file existence, etc.), Maven now supports a powerful condition-based activation
                through the {@code condition} field. This new mechanism allows for more flexible
                and expressive profile activation rules.</p>
    
                <h2>Condition Syntax</h2>
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
  2. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

            mergeModelBase(target, source, sourceDominant, context);
            // TODO
        }
    
        protected void mergeActivation(
                Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) {
            // TODO
        }
    
        protected Object getDependencyKey(Dependency dependency) {
            return dependency;
        }
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Apr 03 11:21:39 UTC 2025
    - 99.2K bytes
    - Viewed (0)
Back to top