Package org.apache.maven.execution
package org.apache.maven.execution
-
ClassDescriptionProvides a skeleton implementation for execution listeners.Summarizes the result of a failed project build in the reactor.Instances of this class are responsible for determining whether it makes sense to "resume" a build (i.e., using the
--resume
flag.This class holds the information required to enable resuming a Maven build with--resume
.Instances of this interface retrieve and store data for the --resume / -r feature.This exception will be thrown when something fails while persisting build resumption data.Summarizes the result of a successful project build in the reactor.Summarizes the result of a project build in the reactor.Default implementation ofBuildResumptionAnalyzer
.This implementation ofBuildResumptionDataRepository
persists information in a properties file.Assists in populating an execution request for invocation of Maven.Deprecated.Holds data relevant for an execution event.The possible types of execution events.Defines events that Maven fires during a build.Assists in populating an execution request for invocation of Maven.A Maven execution session.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.Extension point that allows build extensions observe and possibly veto mojo executions.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.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.Describes the interdependencies between projects in the reactor.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.Extension point that allows build extensions observe and possibly veto project build execution.Deprecated.Deprecated.
RuntimeInformation
instead.