Package org.apache.maven.api.settings


package org.apache.maven.api.settings
Contains classes for managing Maven settings, including global and user-specific configuration stored in settings.xml files. These settings control repository access, authentication, proxies, and other Maven runtime behaviors.
Since:
4.0.0
  • Class
    Description
    The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
    Builder class used to create Activation instances.
    This is the file specification used to activate a profile.
    Builder class used to create ActivationFile instances.
    This is an activator which will detect an operating system's attributes in order to activate its profile.
    Builder class used to create ActivationOS instances.
    This is the property specification used to activate a profile.
    Builder class used to create ActivationProperty instances.
    Base class for Mirror, Profile, Proxy and Server.
    Builder class used to create IdentifiableBase instances.
    Represents the location of an element within a model source file.
    Tracks input source locations for model fields.
    Represents the source of a model input, such as a POM file.
    A download mirror for a given repository.
    Builder class used to create Mirror instances.
    Modifications to the build process which is keyed on some sort of environmental parameter.
    Builder class used to create Profile instances.
    The <proxy> element contains information required to a proxy settings.
    Builder class used to create Proxy instances.
    Repository contains the information needed for establishing connections with remote repository
    Builder class used to create Repository instances.
    Repository contains the information needed for establishing connections with remote repository
    Builder class used to create RepositoryBase instances.
    Download policy
    Builder class used to create RepositoryPolicy instances.
    The <server> element contains information required to a server settings.
    Builder class used to create Server instances.
    Root element of the user configuration file.
    Builder class used to create Settings instances.
    Common base class that contains code to track the source for this instance.
    Builder class used to create TrackableBase instances.