All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
| Class |
Description |
| AbstractArtifactMetadata |
Deprecated. |
| AbstractArtifactMetadata |
Common elements of artifact metadata.
|
| AbstractEventSpy |
A skeleton eventspy that does nothing other than helping implementors.
|
| AbstractExecutionListener |
Provides a skeleton implementation for execution listeners.
|
| AbstractMavenLifecycleParticipant |
Allows core extensions to participate in Maven build session lifecycle.
|
| AbstractRepositoryMetadata |
Shared methods of the repository metadata handling.
|
| ActiveProjectArtifact |
Deprecated. |
| AndArtifactFilter |
Apply multiple filters.
|
| ArtifactDoesNotExistException |
ArtifactDoesNotExistException
|
| ArtifactFactory |
Deprecated. |
| ArtifactFilterManager |
ArtifactFilterManager
|
| ArtifactFilterManagerDelegate |
Deprecated.
|
| ArtifactHandlerManager |
|
| ArtifactMetadataRetrievalException |
Deprecated. |
| ArtifactMetadataRetrievalException |
Error while retrieving repository metadata from the repository.
|
| ArtifactMetadataSource |
Deprecated. |
| ArtifactMetadataSource |
Provides some metadata operations, like querying the remote repository for a list of versions available for an
artifact.
|
| ArtifactRepositoryMetadata |
Metadata for the artifact directory of the repository.
|
| ArtifactResolutionRequest |
A resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version)
to process a POMs dependencies.
|
| ArtifactResolutionResult |
Specific problems during resolution that we want to account for:
missing metadata
version range violations
version circular dependencies
missing artifacts
network/transfer errors
file system errors: permissions
|
| ArtifactTransferEvent |
TransferEvent is used to notify TransferListeners about progress
in transfer of resources form/to the repository
|
| ArtifactTransferFailedException |
ArtifactTransferFailedException
|
| ArtifactTransferListener |
ArtifactTransferListener
|
| ArtifactTransferResource |
Describes a resource being uploaded or downloaded by the repository system.
|
| ArtifactWithDependencies |
ArtifactWithDependencies
|
| AttachedArtifact |
Deprecated. |
| BasedirBeanConfigurationPathTranslator |
A path translator that resolves relative paths against a specific base directory.
|
| BeanConfigurationException |
Thrown when a bean couldn't be configured.
|
| BeanConfigurationPathTranslator |
Postprocesses filesystem paths.
|
| BeanConfigurationRequest |
A request to configure a bean from some configuration in the POM or similar.
|
| BeanConfigurationValuePreprocessor |
Preprocesses a value from a bean configuration before the bean configurator unmarshals it into a bean property.
|
| BeanConfigurator |
Unmarshals some textual configuration from the POM or similar into the properties of a bean.
|
| BuildAbort |
A special throwable used to signal a graceful abort of the build.
|
| Builder |
A Builder encapsulates a strategy for building a set of Maven projects.
|
| BuilderCommon |
Common code that is shared by the LifecycleModuleBuilder and the LifeCycleWeaveBuilder
|
| BuilderNotFoundException |
BuilderNotFoundException
|
| BuildFailure |
Summarizes the result of a failed project build in the reactor.
|
| BuildFailureException |
One or more builds failed.
|
| BuildListCalculator |
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
|
| BuildPluginManager |
|
| BuildSuccess |
Summarizes the result of a successful project build in the reactor.
|
| BuildSummary |
Summarizes the result of a project build in the reactor.
|
| BuildThreadFactory |
Simple ThreadFactory implementation that ensures the corresponding threads have a meaningful name.
|
| ClassRealmConstituent |
Describes a constituent of a class realm.
|
| ClassRealmManager |
Manages the class realms used by Maven.
|
| ClassRealmManagerDelegate |
ClassRealmManagerDelegate is used to perform addition configuration of
class realms created by ClassRealmManager.
|
| ClassRealmRequest |
Describes the requirements for a new class realm.
|
| ClassRealmRequest.RealmType |
The type of a class realm.
|
| ConcurrencyDependencyGraph |
Presents a view of the Dependency Graph that is suited for concurrent building.
|
| CoreExports |
Provides information about artifacts (identified by groupId:artifactId string key) and classpath elements exported by
Maven core itself and loaded Maven core extensions.
|
| CoreExportsProvider |
CoreExportsProvider
|
| CoreExtensionEntry |
Provides information about artifacts (identified by groupId:artifactId string key) and classpath elements exported by
Maven core itself or a Maven core extension.
|
| CumulativeScopeArtifactFilter |
Filter to only retain objects in the given scope or better.
|
| CycleDetectedInPluginGraphException |
Exception occurring trying to resolve a plugin.
|
| DebugConfigurationListener |
Deprecated. |
| DefaultArtifactFactory |
DefaultArtifactFactory
|
| DefaultArtifactFilterManager |
|
| DefaultArtifactHandler |
|
| DefaultArtifactHandlerManager |
|
| DefaultBeanConfigurationRequest |
A basic bean configuration request.
|
| DefaultBeanConfigurator |
Warning: This is an internal class that is only public for technical reasons, it is not part of the
public API.
|
| DefaultBuildPluginManager |
DefaultBuildPluginManager
|
| DefaultClassRealmManager |
Manages the class realms used by Maven.
|
| DefaultDependencyResolutionRequest |
|
| DefaultExceptionHandler |
Transform an exception into useful end-user message.
|
| DefaultExecutionEventCatapult |
Assists in firing execution events.
|
| DefaultExtensionRealmCache |
Default extension realm cache implementation.
|
| DefaultExtensionRealmCache.CacheKey |
CacheKey
|
| DefaultGraphBuilder |
|
| DefaultJavaToolChain |
Deprecated.
|
| DefaultLegacySupport |
Helps to provide backward-compatibility with plugins that use legacy components.
|
| DefaultLifecycleBindingsInjector |
Handles injection of plugin executions induced by the lifecycle bindings for a packaging.
|
| DefaultLifecycleBindingsInjector.LifecycleBindingsMerger |
The domain-specific model merger for lifecycle bindings
|
| DefaultLifecycleExecutionPlanCalculator |
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
|
| DefaultLifecycleExecutor |
A facade that provides lifecycle services to components outside maven core.
|
| DefaultLifecycleMapping |
DefaultLifecycleMapping
|
| DefaultLifecycleMappingDelegate |
Lifecycle mapping delegate component interface.
|
| DefaultLifecyclePluginAnalyzer |
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
|
| DefaultLifecycles |
|
| DefaultLifecycleTaskSegmentCalculator |
Calculates the task segments in the build
|
| DefaultMaven |
|
| DefaultMavenExecutionRequest |
|
| DefaultMavenExecutionRequestPopulator |
Assists in populating an execution request for invocation of Maven.
|
| DefaultMavenExecutionResult |
|
| DefaultMavenMetadataCache |
DefaultMavenMetadataCache
|
| DefaultMavenMetadataCache.CacheKey |
CacheKey
|
| DefaultMavenPluginManager |
Provides basic services to manage Maven plugins and their mojos.
|
| DefaultMavenProjectHelper |
DefaultMavenProjectHelper
|
| DefaultMavenSettingsBuilder |
|
| DefaultMetadataReader |
Handles deserialization of metadata from some kind of textual format like XML.
|
| DefaultMetadataResolutionRequest |
Forms a request to retrieve artifact metadata.
|
| DefaultMetadataSource |
This realizes the metadata source via the default hint to provide backward-compat with Maven 2.x whose Plexus version
registered component descriptors twice: once keyed by role+roleHint and once keyed by role only.
|
| DefaultModelBuildingListener |
Processes events from the model builder while building the effective model for a MavenProject instance.
|
| DefaultMojoExecutionConfigurator |
|
| DefaultMojosExecutionStrategy |
Default mojo execution strategy.
|
| DefaultPluginArtifactsCache |
|
| DefaultPluginArtifactsCache.CacheKey |
CacheKey
|
| DefaultPluginDependenciesResolver |
Assists in resolving the dependencies of a plugin.
|
| DefaultPluginDescriptorCache |
Caches raw plugin descriptors.
|
| DefaultPluginManager |
|
| DefaultPluginPrefixRequest |
Collects settings required to resolve a plugin prefix.
|
| DefaultPluginPrefixResolver |
Resolves a plugin prefix.
|
| DefaultPluginRealmCache |
Default PluginCache implementation.
|
| DefaultPluginRealmCache.CacheKey |
CacheKey
|
| DefaultPluginValidationManager |
|
| DefaultPluginVersionRequest |
Collects settings required to resolve the version for a plugin.
|
| DefaultPluginVersionResolver |
Resolves a version for a plugin.
|
| DefaultProjectArtifactFactory |
Default component responsible for creation of MavenProject#dependencyArtifacts instances.
|
| DefaultProjectArtifactsCache |
|
| DefaultProjectArtifactsCache.CacheKey |
CacheKey
|
| DefaultProjectBuilder |
DefaultProjectBuilder
|
| DefaultProjectBuildingHelper |
Assists the project builder.
|
| DefaultProjectBuildingRequest |
DefaultProjectBuildingRequest
|
| DefaultProjectDependenciesResolver |
Deprecated.
|
| DefaultProjectDependenciesResolver |
|
| DefaultProjectDependencyGraph |
Describes the inter-dependencies between projects in the reactor.
|
| DefaultProjectRealmCache |
Default project realm cache implementation.
|
| DefaultProjectRealmCache.CacheKey |
CacheKey
|
| DefaultRepositoryLayout |
|
| DefaultRepositoryRequest |
Collects basic settings to access the repository system.
|
| DefaultRepositorySystemSessionFactory |
|
| DefaultResolutionErrorHandler |
|
| DefaultRuntimeInformation |
Provides information about the current Maven runtime.
|
| DefaultToolchain |
Default abstract toolchain implementation, to be used as base class for any toolchain implementation
to avoid rewriting usual code.
|
| DefaultToolchainManager |
|
| DefaultToolchainManagerPrivate |
|
| DefaultToolchainsBuilder |
|
| DefaultToolchainsBuilder |
Deprecated.
|
| DefaultToolchainsBuildingRequest |
Collects toolchains that control building of effective toolchains.
|
| DefaultToolchainsBuildingResult |
Holds the result of the merged toolchains and holds the problems during this build, if any.
|
| DefaultToolchainsReader |
Handles deserialization of toolchains from the default textual format.
|
| DefaultToolchainsWriter |
Handles serialization of toolchains into the default textual format.
|
| DelegatingLocalArtifactRepository |
Deprecated. |
| DependencyContext |
Context of dependency artifacts for a particular project.
|
| DependencyResolutionException |
|
| DependencyResolutionRequest |
A request to resolve the dependencies of a project.
|
| DependencyResolutionRequiredException |
Exception that occurs when an artifact file is used, but has not been resolved.
|
| DependencyResolutionResult |
The result of a project dependency resolution.
|
| DuplicateArtifactAttachmentException |
This exception is thrown if an application attempts to attach
two of the same artifacts to a single project.
|
| DuplicateProjectException |
Signals a collision of two or more projects with the same g:a:v during a reactor build.
|
| DuplicateProjectException |
Exception that occurs when the project list contains duplicate projects instead of ignoring one.
|
| EnvironmentUtils |
Assists the project builder.
|
| EventDispatcher |
Deprecated. |
| EventMonitor |
Deprecated. |
| EventSpy |
A core extension to monitor Maven's execution.
|
| EventSpy.Context |
Context
|
| EventSpyDispatcher |
Dispatches callbacks to all registered eventspies.
|
| ExceptionHandler |
Transform an exception into useful end-user message.
|
| ExceptionSummary |
Provide a summary of the exception, containing:
the exception itself,
useful end-user message,
useful reference to a solution, or set of solutions: this is usually a wiki page url in
http://cwiki.apache.org/confluence/display/MAVEN/,
child exception summaries.
|
| ExcludesArtifactFilter |
Filter to exclude from a list of artifact patterns.
|
| ExclusionArtifactFilter |
Filter to exclude from a list of artifact patterns.
|
| ExclusionSetFilter |
|
| ExecutionEvent |
Holds data relevant for an execution event.
|
| ExecutionEvent.Type |
The possible types of execution events.
|
| ExecutionEventCatapult |
Assists in firing execution events.
|
| ExecutionListener |
Defines events that Maven fires during a build.
|
| ExecutionPlanItem |
Wraps individual MojoExecutions, containing information about completion status and scheduling.
|
| ExtensionDescriptor |
Provides metadata about a build extension.
|
| ExtensionDescriptorBuilder |
Creates an extension descriptor from some XML stream.
|
| ExtensionRealmCache |
Caches extension class realms.
|
| ExtensionRealmCache.CacheRecord |
CacheRecord
|
| ExtensionRealmCache.Key |
A cache key.
|
| GoalTask |
A task that is a goal
|
| GraphBuilder |
|
| IncludesArtifactFilter |
Filter to include from a list of artifact patterns.
|
| InternalErrorException |
Signals an internal error in Maven itself, e.g.
|
| InvalidDependencyVersionException |
Thrown if a dependency has an invalid version.
|
| InvalidPluginDescriptorException |
InvalidPluginDescriptorException
|
| InvalidPluginException |
Thrown when a plugin is not internally consistent.
|
| InvalidProjectVersionException |
InvalidProjectVersionException
|
| InvalidRepositoryException |
Error constructing an artifact repository.
|
| JavaToolchain |
JDK toolchain interface.
|
| JavaToolchainFactory |
JDK toolchain factory.
|
| JavaToolchainImpl |
JDK toolchain implementation.
|
| LegacyLocalRepositoryManager |
Warning: This is an internal utility class that is only public for technical reasons, it is not part
of the public API.
|
| LegacySupport |
Helps to provide backward-compatibility with plugins that use legacy components.
|
| Lifecycle |
Class Lifecycle.
|
| Lifecycle |
Class Lifecycle.
|
| LifecycleDebugLogger |
Logs debug output from the various lifecycle phases.
|
| LifecycleDependencyResolver |
Resolves dependencies for the artifacts in context of the lifecycle build
|
| LifecycleExecutionException |
|
| LifecycleExecutionPlanCalculator |
|
| LifecycleExecutor |
A facade that provides lifecycle services to components outside Maven core.
|
| LifecycleMapping |
LifecycleMapping
|
| LifecycleMappingDelegate |
Lifecycle mapping delegate component interface.
|
| LifecycleModuleBuilder |
Builds one or more lifecycles for a full module
|
| LifecycleMojo |
LifecycleMojo
|
| LifecycleNotFoundException |
Signals a failure to locate a lifecycle.
|
| LifecyclePhase |
LifecyclePhase
|
| LifecyclePhaseNotFoundException |
Signals a failure to locate the lifecycle for some phase.
|
| LifeCyclePluginAnalyzer |
|
| LifecyclePluginResolver |
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
|
| LifecycleStarter |
Starts the build life cycle
|
| LifecycleTask |
A task that is a lifecycle
|
| LifecycleTaskSegmentCalculator |
Calculates the task segments in the build
|
| LocalArtifactRepository |
LocalArtifactRepository
|
| LocalRepositoryNotAccessibleException |
Signals a failure to store files within the local repository.
|
| Maven |
The main Maven execution entry point, which will execute a full Maven execution session.
|
| MavenArtifactRepository |
Abstraction of an artifact repository.
|
| MavenChainedWorkspaceReader |
A maven workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
|
| MavenExecutionException |
|
| MavenExecutionPlan |
MavenExecutionPlan
|
| MavenExecutionRequest |
|
| MavenExecutionRequestPopulationException |
|
| MavenExecutionRequestPopulator |
Assists in populating an execution request for invocation of Maven.
|
| MavenExecutionResult |
|
| MavenMetadataCache |
MavenMetadataCache
|
| MavenMetadataSource |
|
| MavenPluginJavaPrerequisiteChecker |
|
| MavenPluginManager |
Provides basic services to manage Maven plugins and their mojos.
|
| MavenPluginMavenPrerequisiteChecker |
|
| MavenPluginPrerequisitesChecker |
Service responsible for checking if plugin's prerequisites are met.
|
| MavenPluginValidator |
MavenPluginValidator
|
| MavenProject |
The concern of the project is provide runtime values based on the model.
|
| MavenProjectHelper |
Convenience interface for plugins to add or replace artifacts and resources on projects.
|
| MavenRepositorySystem |
|
| MavenSession |
A Maven execution session.
|
| MavenSettingsBuilder |
Deprecated. |
| MavenToolchainMerger |
|
| MavenToolchainsXpp3Reader |
Class MavenToolchainsXpp3Reader.
|
| MavenToolchainsXpp3Reader.ContentTransformer |
|
| MavenToolchainsXpp3Writer |
Class MavenToolchainsXpp3Writer.
|
| MetadataParseException |
Signals a failure to parse the metadata due to invalid syntax (e.g.
|
| MetadataReader |
Handles deserialization of metadata from some kind of textual format like XML.
|
| MetadataResolutionRequest |
Forms a request to retrieve artifact metadata.
|
| MisconfiguredToolchainException |
|
| MissingModuleException |
MissingModuleException
|
| MissingProjectException |
Signals a failure to execute a lifecycle phase or mojo because a project is required but not present.
|
| MojoDescriptorCreator |
Resolves dependencies for the artifacts in context of the lifecycle build
|
| MojoExecution |
MojoExecution
|
| MojoExecution.Source |
Describes the source of an execution.
|
| MojoExecutionConfigurator |
A MojoExecutionConfigurator is responsible for creating the configuration for Mojo based on configuration for a Mojo
in the MavenProject and the default configuration for the Mojo from the containing plugin's plugin.xml descriptor.
|
| MojoExecutionEvent |
Encapsulates parameters of MojoExecutionListener callback methods and is meant to provide API evolution path should
it become necessary to introduce new parameters in the existing callbacks in the future.
|
| MojoExecutionListener |
Extension point that allows build extensions observe and possibly veto mojo executions.
|
| MojoExecutionRunner |
Provides context for mojo execution.
|
| MojoExecutionScope |
MojoExecutionScope
|
| MojoExecutionScopeCoreModule |
MojoExecutionScopeCoreModule
|
| MojoExecutionScoped |
Indicates that annotated component should be instantiated before mojo execution starts and discarded after mojo
execution completes.
|
| MojoExecutionScopeModule |
MojoExecutionScopeModule
|
| MojoExecutor |
Executes an individual mojo
|
| MojosExecutionStrategy |
Interface allows overriding default mojo execution strategy For example it is possible wrap some mojo execution to
decorate default functionality or skip some executions
|
| MultilineMessageHelper |
Helper class to format multiline messages to the console
|
| MultiThreadedBuilder |
Builds the full lifecycle in weave-mode (phase by phase as opposed to project-by-project).
|
| NoGoalSpecifiedException |
Signals a failure to build because no goal was specified.
|
| NoPluginFoundForPrefixException |
NoPluginFoundForPrefixException
|
| PathTranslator |
Deprecated. |
| PersistedToolchains |
The <toolchains> element is the root
of the descriptor.
|
| PhaseRecorder |
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
|
| PluginArtifact |
PluginArtifact
|
| PluginArtifactsCache |
Caches plugin artifacts.
|
| PluginArtifactsCache.CacheRecord |
CacheRecord
|
| PluginArtifactsCache.Key |
A cache key.
|
| PluginConfigurationException |
|
| PluginContainerException |
Exception which occurs to indicate that the plugin cannot be initialized due
to some deeper problem with Plexus.
|
| PluginDependenciesResolver |
Assists in resolving the dependencies of a plugin.
|
| PluginDescriptorCache |
Caches raw plugin descriptors.
|
| PluginDescriptorCache.Key |
A cache key.
|
| PluginDescriptorCache.PluginDescriptorSupplier |
|
| PluginDescriptorParsingException |
|
| PluginExecutionException |
Exception in the plugin manager.
|
| PluginIncompatibleException |
Signals a plugin which is not compatible with the current Maven runtime.
|
| PluginLoaderException |
Signifies a failure to load a plugin.
|
| PluginManager |
Deprecated. |
| PluginManagerException |
Exception in the plugin manager.
|
| PluginNotFoundException |
Exception occurring trying to resolve a plugin.
|
| PluginParameterException |
PluginParameterException
|
| PluginParameterExpressionEvaluator |
Evaluator for plugin parameters expressions.
|
| PluginPrefixRequest |
Collects settings required to resolve a plugin prefix.
|
| PluginPrefixResolver |
Resolves a plugin prefix.
|
| PluginPrefixResult |
Describes the result of a plugin prefix resolution request.
|
| PluginRealmCache |
Caches plugin class realms.
|
| PluginRealmCache.CacheRecord |
CacheRecord
|
| PluginRealmCache.Key |
A cache key.
|
| PluginRealmCache.PluginRealmSupplier |
|
| PluginResolutionException |
Exception occurring trying to resolve a plugin.
|
| PluginValidationManager |
Component collecting plugin validation issues and reporting them.
|
| PluginValidationManager.IssueLocality |
|
| PluginVersionNotFoundException |
PluginVersionNotFoundException
|
| PluginVersionRequest |
Collects settings required to resolve the version for a plugin.
|
| PluginVersionResolutionException |
PluginVersionResolutionException
|
| PluginVersionResolver |
Resolves a version for a plugin.
|
| PluginVersionResult |
Describes the result of a plugin version resolution request.
|
| ProjectArtifact |
ProjectArtifact
|
| ProjectArtifactFactory |
Component interface responsible for creation of MavenProject#dependencyArtifacts instances.
|
| ProjectArtifactMetadata |
Attach a POM to an artifact.
|
| ProjectArtifactsCache |
Caches project artifacts.
|
| ProjectArtifactsCache.CacheRecord |
CacheRecord
|
| ProjectArtifactsCache.Key |
A cache key.
|
| ProjectBuilder |
Builds in-memory descriptions of projects.
|
| ProjectBuildFailureException |
Exception which occurs when a normal (i.e.
|
| ProjectBuildingException |
|
| ProjectBuildingHelper |
Assists the project builder.
|
| ProjectBuildingRequest |
ProjectBuildingRequest
|
| ProjectBuildingRequest.RepositoryMerging |
The possible merge modes for combining remote repositories.
|
| ProjectBuildingResult |
Collects the output of the project builder.
|
| ProjectBuildList |
A list of project segments, ordered so that all ProjectSegments from first TaskSegment come before any
subsequent TaskSegments.
|
| ProjectCycleException |
|
| ProjectDependenciesResolver |
Resolves the transitive dependencies of a project.
|
| ProjectDependenciesResolver |
Deprecated.
|
| ProjectDependencyGraph |
Describes the inter-dependencies between projects in the reactor.
|
| ProjectExecutionEvent |
Encapsulates parameters of ProjectExecutionListener callback methods and is meant to provide API evolution path
should it become necessary to introduce new parameters in the existing callbacks in the future.
|
| ProjectExecutionListener |
Extension point that allows build extensions observe and possibly veto project build execution.
|
| ProjectIndex |
Provides the positional index of the project
|
| ProjectModelResolver |
A model resolver to assist building of projects.
|
| ProjectRealmCache |
Caches project class realms.
|
| ProjectRealmCache.CacheRecord |
CacheRecord
|
| ProjectRealmCache.Key |
A cache key.
|
| ProjectSegment |
A build context that matches a mavenproject to a given tasksegment, and the session to be used.
|
| ProjectSorter |
ProjectSorter
|
| ReactorBuildStatus |
Contains status information that is global to an entire reactor build.
|
| ReactorContext |
Context that is fixed for the entire reactor build.
|
| ReactorManager |
Deprecated. |
| RepositoryCache |
Deprecated. |
| RepositoryMetadata |
Describes repository directory metadata.
|
| RepositoryMetadataDeploymentException |
Error while deploying repository metadata.
|
| RepositoryMetadataInstallationException |
Error while installing repository metadata.
|
| RepositoryMetadataManager |
RepositoryMetadataManager
|
| RepositoryMetadataResolutionException |
Error while retrieving repository metadata from the repository.
|
| RepositoryRequest |
Collects basic settings to access the repository system.
|
| RepositorySessionDecorator |
Component interface that allows per-project customization of Aether repository system sessions.
|
| RepositorySystem |
Deprecated.
|
| RepositoryUtils |
Warning: This is an internal utility class that is only public for technical reasons, it is not part
of the public API.
|
| RequirementMatcher |
|
| RequirementMatcherFactory |
|
| ResolutionErrorHandler |
|
| ResolutionGroup |
Deprecated. |
| ResolutionGroup |
ResolutionGroup
|
| ResolutionListener |
Listens to the resolution process and handles events.
|
| ResolutionNode |
ResolutionNode
|
| ResolverLifecycle |
Maven internal component that bridges container "shut down" to RepositorySystem.shutdown().
|
| RuntimeInformation |
Provides information about the current Maven runtime.
|
| ScopeArtifactFilter |
Filter to only retain objects in the given artifactScope or better.
|
| SecDispatcherProvider |
Provides a security dispatcher named "maven".
|
| SessionScope |
SessionScope
|
| SessionScope.CachingProvider<T> |
A provider wrapping an existing provider with a cache
|
| SessionScope.ScopeState |
ScopeState
|
| SessionScoped |
Indicates that annotated component should be instantiated before session execution starts
and discarded after session execution completes.
|
| SessionScopeModule |
SessionScopeModule
|
| SettingsConfigurationException |
If there was an error in the settings file.
|
| SettingsUtils |
Several convenience methods to handle settings
|
| SingleThreadedBuilder |
A Builder encapsulates a strategy for building a set of Maven projects.
|
| SystemProperties |
|
| TaskSegment |
Describes the required task segment as provided on the maven command line; i.e.
|
| ThreadOutputMuxer |
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
|
| Toolchain |
Toolchain interface.
|
| ToolchainFactory |
Internal toolchain factory, to prepare toolchains instances.
|
| ToolchainManager |
Public API for a toolchain-aware plugin to get expected toolchain instance.
|
| ToolchainManagerPrivate |
Component for use by the maven-toolchains-plugin only.
|
| ToolchainModel |
Definition of a toolchain instance.
|
| ToolchainPrivate |
a private contract between the toolchains plugin and the components.
|
| ToolchainsBuilder |
Builds the effective toolchains from a user toolchains file and/or a global toolchains file.
|
| ToolchainsBuilder |
Builds the toolchains model from a previously configured filesystem path to the toolchains file.
|
| ToolchainsBuildingException |
|
| ToolchainsBuildingRequest |
Collects toolchains that control the building of effective toolchains.
|
| ToolchainsBuildingResult |
Collects the output of the toolchains builder.
|
| ToolchainsParseException |
Signals a failure to parse the toolchains due to invalid syntax (e.g.
|
| ToolchainsReader |
Handles deserialization of toolchains from some kind of textual format like XML.
|
| ToolchainsWriter |
Handles serialization of toolchains into some kind of textual format like XML.
|
| TrackableBase |
common base class that contains code to track the
source for
this instance (USER|GLOBAL)
.
|
| WeakMojoExecutionListener |
Extension point that allows build extensions observe and possibly veto mojo executions.
|