Package org.apache.maven.api.model


package org.apache.maven.api.model
Maven Immutable POM (Project Object Model) classes, generated from maven.mdo model. The root class is Model.
  • Class
    Description
    The conditions within the build runtime environment which will trigger the automatic inclusion of the build profile.
    Builder class used to create Activation instances.
    This is the file specification used to activate the 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.
    The <build> element contains informations required to build the project.
    Builder class used to create Build instances.
    Build configuration in a profile.
    Builder class used to create BuildBase instances.
    The <ciManagement> element contains informations required to the continuous integration system of the project.
    Builder class used to create CiManagement instances.
    Contains the configuration information of the container like Plugin.
    Builder class used to create ConfigurationContainer instances.
    Description of a person who has contributed to the project, but who does not have commit privileges.
    Builder class used to create Contributor instances.
    The <dependency> element contains information about a dependency of the project.
    Builder class used to create Dependency instances.
    Section for management of default dependency information for use in a group of POMs.
    Builder class used to create DependencyManagement instances.
    Deployment repository contains the information needed for deploying to the remote repository, which adds uniqueVersion property to usual repositories for download.
    Builder class used to create DeploymentRepository instances.
    Information about one of the committers on this project.
    Builder class used to create Developer instances.
    This elements describes all that pertains to distribution for a project.
    Builder class used to create DistributionManagement instances.
    The <exclusion> element contains informations required to exclude an artifact to the project.
    Builder class used to create Exclusion instances.
    Describes a build extension to utilise.
    Builder class used to create Extension instances.
    A PatternSet for files.
    Builder class used to create FileSet instances.
    Class InputLocation.
    Class StringFormatter.
     
    Class InputSource.
    Information about the issue tracking (or bug tracking) system used to manage this project.
    Builder class used to create IssueManagement instances.
    Describes the licenses for this project.
    Builder class used to create License instances.
    This element describes all of the mailing lists associated with a project.
    Builder class used to create MailingList instances.
    The <project> element is the root of the descriptor.
    Builder class used to create Model instances.
    Base class for the Model and the Profile objects.
    Builder class used to create ModelBase instances.
    Configures one method for notifying users/developers when a build breaks.
    Builder class used to create Notifier instances.
    Specifies the organization that produces this project.
    Builder class used to create Organization instances.
    The <parent> element contains information required to locate the parent project from which this project will inherit from.
    Builder class used to create Parent instances.
    Definition of include or exclude patterns.
    Builder class used to create PatternSet instances.
    The <plugin> element contains informations required for a plugin.
    Builder class used to create Plugin instances.
    Contains the plugins management informations for the project.
    Builder class used to create PluginConfiguration instances.
    Contains the plugins informations for the project.
    Builder class used to create PluginContainer instances.
    The <execution> element contains informations required for the execution of a plugin.
    Builder class used to create PluginExecution instances.
    Section for management of default plugin information for use in a group of POMs.
    Builder class used to create PluginManagement instances.
    Describes the prerequisites a project can have.
    Builder class used to create Prerequisites instances.
    Modifications to the build process which is activated based on environmental parameters or command line arguments.
    Builder class used to create Profile instances.
    Describes where an artifact has moved to.
    Builder class used to create Relocation instances.
    Section for management of reports and their configuration.
    Builder class used to create Reporting instances.
    The <plugin> element in <reporting><plugins> contains informations required for a report plugin.
    Builder class used to create ReportPlugin instances.
    Represents a set of reports and configuration to be used to generate them.
    Builder class used to create ReportSet instances.
    A repository contains the information needed for establishing connections with remote repository.
    Builder class used to create Repository instances.
    A 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.
    This element describes all of the classpath resources associated with a project or unit tests.
    Builder class used to create Resource instances.
    The <scm> element contains informations required to the SCM (Source Control Management) of the project.
    Builder class used to create Scm instances.
    Contains the information needed for deploying websites.
    Builder class used to create Site instances.