Uses of Class
org.apache.maven.lifecycle.LifecycleExecutionException
Packages that use LifecycleExecutionException
Package
Description
-
Uses of LifecycleExecutionException in org.apache.maven.execution
Methods in org.apache.maven.execution that throw LifecycleExecutionExceptionModifier and TypeMethodDescriptionvoid
ProjectExecutionListener.afterProjectExecutionSuccess
(ProjectExecutionEvent event) void
ProjectExecutionListener.beforeProjectExecution
(ProjectExecutionEvent event) void
ProjectExecutionListener.beforeProjectLifecycleExecution
(ProjectExecutionEvent event) -
Uses of LifecycleExecutionException in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that throw LifecycleExecutionExceptionModifier and TypeMethodDescriptionDefaultLifecycleExecutor.executeForkedExecutions
(MojoExecution mojoExecution, MavenSession session) LifecycleExecutor.executeForkedExecutions
(MojoExecution mojoExecution, MavenSession session) -
Uses of LifecycleExecutionException in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that throw LifecycleExecutionExceptionModifier and TypeMethodDescriptionvoid
CompoundProjectExecutionListener.afterProjectExecutionSuccess
(ProjectExecutionEvent event) void
CompoundProjectExecutionListener.beforeProjectExecution
(ProjectExecutionEvent event) void
CompoundProjectExecutionListener.beforeProjectLifecycleExecution
(ProjectExecutionEvent event) private void
MojoExecutor.doExecute
(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext) private void
MojoExecutor.doExecute2
(MavenSession session, MojoExecution mojoExecution) void
MojoExecutor.ensureDependenciesAreResolved
(MojoDescriptor mojoDescriptor, MavenSession session, DependencyContext dependencyContext) void
MojoExecutor.execute
(MavenSession session, List<MojoExecution> mojoExecutions, ProjectIndex projectIndex) private void
MojoExecutor.execute
(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext) private void
MojoExecutor.execute
(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext, PhaseRecorder phaseRecorder) MojoExecutor.executeForkedExecutions
(MojoExecution mojoExecution, MavenSession session, ProjectIndex projectIndex) LifecycleDependencyResolver.getDependencies
(MavenProject project, Collection<String> scopesToCollect, Collection<String> scopesToResolve, MavenSession session, boolean aggregating, Set<Artifact> projectArtifacts) void
LifecycleDependencyResolver.resolveProjectDependencies
(MavenProject project, Collection<String> scopesToCollect, Collection<String> scopesToResolve, MavenSession session, boolean aggregating, Set<Artifact> projectArtifacts) -
Uses of LifecycleExecutionException in org.apache.maven.lifecycle.internal.builder
Methods in org.apache.maven.lifecycle.internal.builder that throw LifecycleExecutionExceptionModifier and TypeMethodDescriptionBuilderCommon.resolveBuildPlan
(MavenSession session, MavenProject project, TaskSegment taskSegment, Set<Artifact> projectArtifacts) -
Uses of LifecycleExecutionException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw LifecycleExecutionExceptionModifier and TypeMethodDescriptionvoid
DefaultMojosExecutionStrategy.execute
(List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoRunner) void
MojosExecutionStrategy.execute
(List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoExecutionRunner) Entry point to the execution strategyvoid
MojoExecutionRunner.run
(MojoExecution execution) Runs mojo execution -
Uses of LifecycleExecutionException in org.apache.maven.project.artifact
Fields in org.apache.maven.project.artifact declared as LifecycleExecutionExceptionModifier and TypeFieldDescriptionprivate final LifecycleExecutionException
ProjectArtifactsCache.CacheRecord.exception
Methods in org.apache.maven.project.artifact that return LifecycleExecutionExceptionMethods in org.apache.maven.project.artifact with parameters of type LifecycleExecutionExceptionModifier and TypeMethodDescriptionDefaultProjectArtifactsCache.put
(ProjectArtifactsCache.Key key, LifecycleExecutionException exception) ProjectArtifactsCache.put
(ProjectArtifactsCache.Key key, LifecycleExecutionException e) Methods in org.apache.maven.project.artifact that throw LifecycleExecutionExceptionModifier and TypeMethodDescriptionDefaultProjectArtifactsCache.get
(ProjectArtifactsCache.Key key) ProjectArtifactsCache.get
(ProjectArtifactsCache.Key key) Constructors in org.apache.maven.project.artifact with parameters of type LifecycleExecutionExceptionModifierConstructorDescription(package private)
CacheRecord
(LifecycleExecutionException exception)