Uses of Class
org.apache.maven.MavenExecutionException
-
Packages that use MavenExecutionException Package Description org.apache.maven org.apache.maven.graph -
-
Uses of MavenExecutionException in org.apache.maven
Subclasses of MavenExecutionException in org.apache.maven Modifier and Type Class Description class
DuplicateProjectException
Signals a collision of two or more projects with the same g:a:v during a reactor build.class
InternalErrorException
Signals an internal error in Maven itself, e.g.class
MissingModuleException
MissingModuleExceptionMethods in org.apache.maven that throw MavenExecutionException Modifier and Type Method Description void
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(java.util.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 MavenExecutionException Modifier and Type Method Description private Result<ProjectDependencyGraph>
DefaultGraphBuilder. reactorDependencyGraph(MavenSession session, java.util.List<MavenProject> projects)
private java.util.List<MavenProject>
DefaultGraphBuilder. trimExcludedProjects(java.util.List<MavenProject> projects, MavenExecutionRequest request)
private java.util.List<MavenProject>
DefaultGraphBuilder. trimResumedProjects(java.util.List<MavenProject> projects, MavenExecutionRequest request)
private java.util.List<MavenProject>
DefaultGraphBuilder. trimSelectedProjects(java.util.List<MavenProject> projects, ProjectDependencyGraph graph, MavenExecutionRequest request)
-