Package | Description |
---|---|
org.apache.maven | |
org.apache.maven.graph |
Modifier and Type | Class and 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
MissingModuleException
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMavenLifecycleParticipant.afterProjectsRead(MavenSession session)
Invoked after all MavenProject instances have been created.
|
private void |
DefaultMaven.afterSessionEnd(java.util.Collection<MavenProject> projects,
MavenSession session) |
void |
AbstractMavenLifecycleParticipant.afterSessionEnd(MavenSession session)
Invoked after all projects were built.
|
void |
AbstractMavenLifecycleParticipant.afterSessionStart(MavenSession session)
Invoked after MavenSession instance has been created.
|
Modifier and Type | Method and 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) |