Uses of Annotation Interface
org.apache.maven.api.annotations.Experimental
Packages that use Experimental
Package
Description
This package contains non-functional annotations which are
 used to tag various elements and help users understanding
 how those types should be used.
Maven Immutable POM (Project Object Model) classes, generated from 
maven.mdo model.Maven Plugin descriptor model.
Maven Plugin forked lifecycle model.
Maven immutable XML api.
Packages with annotations of type Experimental
Package
Description
This package contains non-functional annotations which are
 used to tag various elements and help users understanding
 how those types should be used.
- 
Uses of Experimental in org.apache.maven.apiClasses in org.apache.maven.api with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceAn artifact points to a resource such as a jar file or war application.interfaceTheCoordinateobject is used to point to anArtifactbut the version may be specified as a range instead of an exact version.interfaceinterfaceenumDependency scope.interfaceEvent sent by maven during various phases of the build process.enumThe possible types of execution events.interfaceA dependency exclusion.interfaceInterface that defines some kind of enums that can be extended by Maven plugins or extensions.enumThe option of a Java command-line tool where to place the paths to some dependencies.interfaceA specificToolchaindedicated for Java.interfaceLanguage.interfaceA listener for session events.interfaceThe local repository is used to cache artifacts downloaded fromRemoteRepositoryand to hold artifacts that have been build locally.enumStorage location for metadatainterfaceAMojoExecutionrepresents a single execution of a Maven Plugin during a given build.interfaceRepresents a dependency node within a Maven project's dependency collector.interfaceDefines a hierarchical visitor for collecting dependency node trees.interfaceInterface representing a Maven project packaging.interfacePath scope.interfaceThe option of a command-line tool where to place the paths to some dependencies.interfaceRepresents a maven plugin runtimeinterfaceInterface representing a Maven project which can be created using theProjectBuilderservice.interfaceProject scope.interfaceA remote repository that can be used to download or upload artifacts.interfaceA repository holds artifacts.interfaceMarker interface for all services provided by theSession.interfaceThe session to install / deploy / resolve artifacts and dependencies.interfaceA container for data that is specific to a session.interfaceToolchain interface.interfaceA dependency'sTypeis uniquely identified by aString, and semantically represents a known kind of dependency.interfaceA version usually parsed using theVersionParserservice.interfaceVersion constraint for dependency.interfaceA range of versions.
- 
Uses of Experimental in org.apache.maven.api.annotationsClasses in org.apache.maven.api.annotations with annotations of type ExperimentalModifier and TypeClassDescription@interfaceA type implemented by, or extended by maven plugins or extensions.@interfaceThis annotation tags types that are part of an experimental API.@interfaceThis annotation indicates that a type is automatically generated.@interfaceTheImmutableannotation indicates that the object is immutable, i.e.@interfaceThe annotated element must not be null.@interfaceThis annotation indicates that the annotated type is not threadsafe and should only be used by a single thread.@interfaceThe annotated element can benull.@interfaceA type implemented by, or extended by maven itself.@interfaceTheThreadSafeannotation can be used to indicate a given type is thread safe.
- 
Uses of Experimental in org.apache.maven.api.modelClasses in org.apache.maven.api.model with annotations of type ExperimentalModifier and TypeClassDescriptionclassThe conditions within the build runtime environment which will trigger the automatic inclusion of the build profile.classThis is the file specification used to activate the profile.classThis is an activator which will detect an operating system's attributes in order to activate its profile.classThis is the property specification used to activate a profile.classThe<build>element contains information required to build the project.classBuild configuration in a profile.classThe<ciManagement>element contains information required to the continuous integration system of the project.classContains the configuration information of the container like Plugin.classDescription of a person who has contributed to the project, but who does not have commit privileges.classThe<dependency>element contains information about a dependency of the project.classSection for management of default dependency information for use in a group of POMs.classDeployment repository contains the information needed for deploying to the remote repository, which adds uniqueVersion property to usual repositories for download.classInformation about one of the committers on this project.classThis elements describes all that pertains to distribution for a project.classThe<exclusion>element contains information required to exclude an artifact to the project.classDescribes a build extension to utilise.classA PatternSet for files.classInformation about the issue tracking (or bug tracking) system used to manage this project.classDescribes the licenses for this project.classThis element describes all of the mailing lists associated with a project.classThe<project>element is the root of the descriptor.classBase class for theModeland theProfileobjects.classConfigures one method for notifying users/developers when a build breaks.classSpecifies the organization that produces this project.classThe<parent>element contains information required to locate the parent project from which this project will inherit from.classDefinition of include or exclude patterns.classThe<plugin>element contains information required for a plugin.classContains the plugins management information for the project.classContains the plugins information for the project.classThe@lt;execution>element contains information required for the execution of a plugin.classSection for management of default plugin information for use in a group of POMs.classDescribes the prerequisites a project can have.classModifications to the build process which is activated based on environmental parameters or command line arguments.classDescribes where an artifact has moved to.classSection for management of reports and their configuration.classThe<plugin>element in<reporting><plugins>contains information required for a report plugin.classRepresents a set of reports and configuration to be used to generate them.classA repository contains the information needed for establishing connections with remote repository.classA repository contains the information needed for establishing connections with remote repository.classDownload policy.classThis element describes all of the classpath resources associated with a project or unit tests.classThe<scm>element contains information required to the SCM (Source Control Management) of the project.classContains the information needed for deploying websites.
- 
Uses of Experimental in org.apache.maven.api.pluginClasses in org.apache.maven.api.plugin with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceInterface that can be provided by the plugin to wire in custom lifecycles leveraged using theExecuteannotation.interfaceThis interface supplies the API for providing feedback to the user from theMojo, using standardMavenchannels.
 There should be no big surprises here, although you may notice that the methods acceptjava.lang.CharSequencerather thanjava.lang.String.interfaceThis interface forms the contract required forMojosto interact with theMaveninfrastructure.
 It features anexecute()method, which triggers the Mojo's build-process behavior, and can throw a MojoException if error conditions occur.classAn exception occurring during the execution of a plugin.
- 
Uses of Experimental in org.apache.maven.api.plugin.annotationsClasses in org.apache.maven.api.plugin.annotations with annotations of type ExperimentalModifier and TypeClassDescription@interfaceUsed if your Mojo needs to fork a lifecycle.enum@interfaceThis annotation will mark your class as a Mojo (ie.@interfaceUsed to configure your Mojo parameters to be injected byMavenPluginManager.getConfiguredMojo(...).
- 
Uses of Experimental in org.apache.maven.api.plugin.descriptorClasses in org.apache.maven.api.plugin.descriptor with annotations of type ExperimentalModifier and TypeClassDescriptionclassDefinition of a dependency, needed by the plugin at runtime.classA Mojo description.classA phase mapping definition.classRoot element of theplugin.xmlfile.classDescribes a component requirement.
- 
Uses of Experimental in org.apache.maven.api.plugin.descriptor.lifecycleClasses in org.apache.maven.api.plugin.descriptor.lifecycle with annotations of type ExperimentalModifier and TypeClassDescriptionclassA set of goals to execute.classA custom lifecycle mapping definition.classRoot element of thelifecycle.xmlfile.classA phase mapping definition.
- 
Uses of Experimental in org.apache.maven.api.servicesClasses in org.apache.maven.api.services with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceService used to createArtifactCoordinateobjects.interfaceA request for creating aArtifactCoordinateobject.interfaceDeploysArtifacts to aRemoteRepository.classAn artifact could not correctly being deployed.interfaceA request for deploying one or more artifacts to a remote repository.interfaceService used to createArtifactobjects.interfaceinterfaceInstallsArtifacts to the local repository.classinterfaceA request for installing one or more artifacts in the local repository.interfaceinterfaceResolves the artifact, i.e download the file when required and attach it to the artifactclassinterfaceA request for resolving an artifact.interfaceThe Artifact ResultinterfaceDescribes a problem that was encountered during project building.static enumThe different severity levels for a problem, in decreasing order.interfaceChecksum algorithms service.classinterfaceThe DependencyCollector service can be used to collect dependencies for a given artifact and builds a graph of them.classThrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.interfaceA request to collect the transitive dependencies and to build a dependency graph from them.interfaceThe result of a dependency collection request.interfaceinterfaceinterfaceCollects, flattens and resolves dependencies.classinterfaceinterfaceinterfaceclassThe Exception class throw by theLookupservice.classBase class for all maven exceptions.interfaceA factory forMessageBuilder.interfaceclassThe Exception class throw by theProjectBuilderservice.interfaceRequest used to build aProjectusing theProjectBuilderservice.interfaceResult of a project build call.interfaceInterface to manage the project during its lifecycle.interfaceManager forProjectScope.interfaceService used to interact with the end user.classThe Exception class throw by thePrompterservice.interfaceFactory service to createLocalRepositoryorRemoteRepositoryobjects.interfaceBuilds the effective settings from a user settings file and/or a global settings file.classThe Exception class throw by theSettingsBuilder.interfaceCollects settings that control the building of effective settings.interfaceinterfaceProvides access to the contents of a source independently of the backing store (e.g.interfaceProvides the super POM that all models implicitly inherit from.interfaceinterfaceService to manageToolchains.classThe Exception class throw by theToolchainManager.interfaceBuilds the effective toolchains from a user toolchains file and/or a global toolchains file.classThe Exception class throw by theToolchainsBuilder.interfaceinterfaceinterfaceTransport for specified remote repository (using provided remote repository base URI as root).interfaceTransporter provider is a service that provides somewhat trivial transport capabilities backed by Maven internals.classinterfaceAccess toTyperegistry.interfaceService interface to parseVersionandVersionRange.classThe Exception class thrown byVersionParser.interfaceParses and evaluates version ranges encountered in dependency declarations.classinterfaceinterfaceinterfaceResolves artifact meta/pseudo versions.classinterfaceinterface
- 
Uses of Experimental in org.apache.maven.api.services.xmlClasses in org.apache.maven.api.services.xml with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceReads or writes aModelusing XML.interfaceReads and writes aPluginDescriptorobject to/from XML.interfaceReads and writes aSettingsobject to/from XML.interfaceReads and writes aPersistedToolchainsobject to/from XML.interfaceXmlFactory<T>Generic interface to read/write objects to/from XML.classAn exception thrown during the reading of an xml file.interfaceAn XML reader request.classAn exception thrown during the writing of an xml file.interfaceAn XML writer request.
- 
Uses of Experimental in org.apache.maven.api.settingsClasses in org.apache.maven.api.settings with annotations of type ExperimentalModifier and TypeClassDescriptionclassThe conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.classThis is the file specification used to activate a profile.classThis is an activator which will detect an operating system's attributes in order to activate its profile.classThis is the property specification used to activate a profile.classBase class forMirror,Profile,ProxyandServer.classA download mirror for a given repository.classModifications to the build process which is keyed on some sort of environmental parameter.classThe<proxy>element contains information required to a proxy settings.classRepository contains the information needed for establishing connections with remote repositoryclassRepository contains the information needed for establishing connections with remote repositoryclassDownload policyclassThe<server>element contains information required to a server settings.classRoot element of the user configuration file.classcommon base class that contains code to track the source for this instance (USER|GLOBAL)
- 
Uses of Experimental in org.apache.maven.api.spiClasses in org.apache.maven.api.spi with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceExtensibleEnumProvider<T extends ExtensibleEnum>An SPI interface to extend Maven with a new enum value.interfaceinterfaceTheModelParserinterface is used to locate and readModels from the file system.classinterfaceinterfaceinterfaceComponent able to contribute to Maven session user properties.interfaceMarker interface to indicate services that can be provided by plugins and extensions.interface
- 
Uses of Experimental in org.apache.maven.api.toolchainClasses in org.apache.maven.api.toolchain with annotations of type ExperimentalModifier and TypeClassDescriptionclassThe<toolchains>element is the root of the descriptor.classDefinition of a toolchain instance.classCommon base class that contains code to track the source for this instance (USER|GLOBAL)
- 
Uses of Experimental in org.apache.maven.api.xmlClasses in org.apache.maven.api.xml with annotations of type Experimental
- 
Uses of Experimental in org.apache.maven.artifact.repository.metadata.v4Classes in org.apache.maven.artifact.repository.metadata.v4 with annotations of type ExperimentalModifier and TypeClassDescriptionclassclassMapping information for a single plugin within this group.classSnapshot data for the last artifact corresponding to the SNAPSHOT base versionclassVersioning information for a sub-artifact of the current snapshot artifact.classVersioning information for "groupId/artifactId" or "groupId/artifactId/version" SNAPSHOT
- 
Uses of Experimental in org.apache.maven.cli.internal.extension.modelClasses in org.apache.maven.cli.internal.extension.model with annotations of type ExperimentalModifier and TypeClassDescriptionclassDescribes a build extension to utilise.classExtensions to load.
- 
Uses of Experimental in org.apache.maven.internalClasses in org.apache.maven.internal with annotations of type Experimental
- 
Uses of Experimental in org.apache.maven.internal.implClasses in org.apache.maven.internal.impl with annotations of type Experimental
- 
Uses of Experimental in org.apache.maven.jlineClasses in org.apache.maven.jline with annotations of type Experimental