Maven Settings Model

This is the model for Maven settings in org.apache.maven.settings package, delegating content to Maven 4 API immutable settings. All the effective model building logic from multiple settings files is done in Maven Settings Builder.

The following are generated from this model:

  • Java sources with Reader and Writers for the Xpp3 XML parser, ToAPiV3() and ToApiV4() transformers, and v4 package for Merger and v4 Reader and Writers for the Xpp3 XML parser,
  • A Descriptor Reference
  • An XSD