Package org.apache.maven.model.merge


package org.apache.maven.model.merge
POM merger.
  • Class
    Description
    The domain-specific model merger for the Maven POM, overriding generic code from parent class when necessary with more adapted algorithms.
    This is a hand-crafted prototype of the default model merger that should eventually be generated by Modello by a new Java plugin.
    Use to compute keys for data structures
    Merging list
    Remapping function
    Return the second value if sourceDominant is true, the first one otherwise.