Interface | Description |
---|---|
BuildResumptionAnalyzer |
Instances of this class are responsible for determining whether it makes sense to "resume" a build (i.e., using
the
--resume flag. |
BuildResumptionDataRepository |
Instances of this interface retrieve and store data for the --resume / -r feature.
|
ExecutionEvent |
Holds data relevant for an execution event.
|
ExecutionListener |
Defines events that Maven fires during a build.
|
MavenExecutionRequest | |
MavenExecutionRequestPopulator |
Assists in populating an execution request for invocation of Maven.
|
MavenExecutionResult | |
MojoExecutionListener |
Extension point that allows build extensions observe and possibly veto mojo executions.
|
ProjectDependencyGraph |
Describes the interdependencies between projects in the reactor.
|
ProjectExecutionListener |
Extension point that allows build extensions observe and possibly veto project build execution.
|
Class | Description |
---|---|
AbstractExecutionListener |
Provides a skeleton implementation for execution listeners.
|
BuildFailure |
Summarizes the result of a failed project build in the reactor.
|
BuildResumptionData |
This class holds the information required to enable resuming a Maven build with
--resume . |
BuildSuccess |
Summarizes the result of a successful project build in the reactor.
|
BuildSummary |
Summarizes the result of a project build in the reactor.
|
DefaultBuildResumptionAnalyzer |
Default implementation of
BuildResumptionAnalyzer . |
DefaultBuildResumptionDataRepository |
This implementation of
BuildResumptionDataRepository persists information in a properties file. |
DefaultMavenExecutionRequest | |
DefaultMavenExecutionRequestPopulator |
Assists in populating an execution request for invocation of Maven.
|
DefaultMavenExecutionResult | |
MavenSession |
A Maven execution session.
|
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.
|
ProfileActivation |
Container for storing the request from the user to activate or de-activate certain profiles and optionally fail the
build if those profiles do not exist.
|
ProjectActivation |
Container for storing the request from the user to activate or deactivate certain projects and optionally fail the
build if those projects do not exist.
|
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.
|
ReactorManager | Deprecated |
Enum | Description |
---|---|
ExecutionEvent.Type |
The possible types of execution events.
|
Exception | Description |
---|---|
BuildResumptionPersistenceException |
This exception will be thrown when something fails while persisting build resumption data.
|
MavenExecutionRequestPopulationException |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.