Uses of Package
org.apache.maven.internal.impl.model

Package
Description
 
  • Class
    Description
    Describes the environmental context used to determine the activation status of profiles.
    Calculates the active profiles among a given collection of profiles.
    The domain-specific model merger for the Maven POM, overriding generic code from parent class when necessary with more adapted algorithms.
    There are various forms of results that are represented by this class: success - in which case only the model field is set success with warnings - model field + non-error model problems error - no model, but diagnostics error - (partial) model and diagnostics Could encode these variants as subclasses, but kept in one for now