Package | Description |
---|---|
org.apache.maven.lifecycle.internal |
Modifier and Type | Field and Description |
---|---|
private ProjectIndex |
ReactorContext.projectIndex |
Modifier and Type | Method and Description |
---|---|
ProjectIndex |
ReactorContext.getProjectIndex() |
Modifier and Type | Method and Description |
---|---|
void |
MojoExecutor.execute(MavenSession session,
java.util.List<MojoExecution> mojoExecutions,
ProjectIndex projectIndex) |
private void |
MojoExecutor.execute(MavenSession session,
MojoExecution mojoExecution,
ProjectIndex projectIndex,
DependencyContext dependencyContext) |
void |
MojoExecutor.execute(MavenSession session,
MojoExecution mojoExecution,
ProjectIndex projectIndex,
DependencyContext dependencyContext,
PhaseRecorder phaseRecorder) |
java.util.List<MavenProject> |
MojoExecutor.executeForkedExecutions(MojoExecution mojoExecution,
MavenSession session,
ProjectIndex projectIndex) |
Constructor and Description |
---|
ReactorContext(MavenExecutionResult result,
ProjectIndex projectIndex,
java.lang.ClassLoader originalContextClassLoader,
ReactorBuildStatus reactorBuildStatus,
SessionScope.Memento sessionScope) |