Uses of Class
org.apache.maven.lifecycle.internal.DependencyContext
-
Packages that use DependencyContext Package Description org.apache.maven.lifecycle.internal -
-
Uses of DependencyContext in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return DependencyContext Modifier and Type Method Description DependencyContext
MojoExecutor. newDependencyContext(MavenSession session, java.util.List<MojoExecution> mojoExecutions)
Methods in org.apache.maven.lifecycle.internal with parameters of type DependencyContext Modifier and Type Method Description private void
MojoExecutor. doExecute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext)
void
MojoExecutor. ensureDependenciesAreResolved(MojoDescriptor mojoDescriptor, MavenSession session, DependencyContext dependencyContext)
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)
-