Uses of Class
org.apache.maven.MavenExecutionException
Packages that use MavenExecutionException
-
Uses of MavenExecutionException in org.apache.maven
Subclasses of MavenExecutionException in org.apache.mavenModifier and TypeClassDescriptionclass
Signals a collision of two or more projects with the same g:a:v during a reactor build.class
Signals an internal error in Maven itself, e.g.class
MissingModuleExceptionMethods in org.apache.maven that throw MavenExecutionExceptionModifier and TypeMethodDescriptionvoid
AbstractMavenLifecycleParticipant.afterProjectsRead
(MavenSession session) Invoked after all MavenProject instances have been created.void
AbstractMavenLifecycleParticipant.afterSessionEnd
(MavenSession session) Invoked after all projects were built.private void
DefaultMaven.afterSessionEnd
(Collection<MavenProject> projects, MavenSession session) void
AbstractMavenLifecycleParticipant.afterSessionStart
(MavenSession session) Invoked after MavenSession instance has been created. -
Uses of MavenExecutionException in org.apache.maven.graph
Methods in org.apache.maven.graph that throw MavenExecutionExceptionModifier and TypeMethodDescriptionprivate Result<ProjectDependencyGraph>
DefaultGraphBuilder.reactorDependencyGraph
(MavenSession session, List<MavenProject> projects) private List<MavenProject>
DefaultGraphBuilder.trimExcludedProjects
(List<MavenProject> projects, MavenExecutionRequest request) private List<MavenProject>
DefaultGraphBuilder.trimResumedProjects
(List<MavenProject> projects, MavenExecutionRequest request) private List<MavenProject>
DefaultGraphBuilder.trimSelectedProjects
(List<MavenProject> projects, ProjectDependencyGraph graph, MavenExecutionRequest request)