| Modifier and Type | Method and Description | 
|---|---|
| void | ProjectExecutionListener. afterProjectExecutionSuccess(ProjectExecutionEvent event) | 
| void | ProjectExecutionListener. beforeProjectExecution(ProjectExecutionEvent event) | 
| void | ProjectExecutionListener. beforeProjectLifecycleExecution(ProjectExecutionEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MavenProject> | LifecycleExecutor. executeForkedExecutions(MojoExecution mojoExecution,
                       MavenSession session) | 
| List<MavenProject> | DefaultLifecycleExecutor. executeForkedExecutions(MojoExecution mojoExecution,
                       MavenSession session) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MojoExecutor. ensureDependenciesAreResolved(MojoDescriptor mojoDescriptor,
                             MavenSession session,
                             DependencyContext dependencyContext) | 
| void | MojoExecutor. execute(MavenSession session,
       List<MojoExecution> mojoExecutions,
       ProjectIndex projectIndex) | 
| void | MojoExecutor. execute(MavenSession session,
       MojoExecution mojoExecution,
       ProjectIndex projectIndex,
       DependencyContext dependencyContext,
       PhaseRecorder phaseRecorder) | 
| List<MavenProject> | MojoExecutor. executeForkedExecutions(MojoExecution mojoExecution,
                       MavenSession session,
                       ProjectIndex projectIndex) | 
| void | LifecycleDependencyResolver. resolveProjectDependencies(MavenProject project,
                          Collection<String> scopesToCollect,
                          Collection<String> scopesToResolve,
                          MavenSession session,
                          boolean aggregating,
                          Set<Artifact> projectArtifacts) | 
| Modifier and Type | Method and Description | 
|---|---|
| MavenExecutionPlan | BuilderCommon. resolveBuildPlan(MavenSession session,
                MavenProject project,
                TaskSegment taskSegment,
                Set<Artifact> projectArtifacts) | 
| Modifier and Type | Method and Description | 
|---|---|
| LifecycleExecutionException | ProjectArtifactsCache.CacheRecord. getException() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProjectArtifactsCache.CacheRecord | ProjectArtifactsCache. put(ProjectArtifactsCache.Key key,
   LifecycleExecutionException e) | 
| ProjectArtifactsCache.CacheRecord | DefaultProjectArtifactsCache. put(ProjectArtifactsCache.Key key,
   LifecycleExecutionException exception) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProjectArtifactsCache.CacheRecord | ProjectArtifactsCache. get(ProjectArtifactsCache.Key key) | 
| ProjectArtifactsCache.CacheRecord | DefaultProjectArtifactsCache. get(ProjectArtifactsCache.Key key) | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.